|
RTEMS CPU Kit with SuperCore
4.11.2
|
#include <sys/cdefs.h>#include <sys/types.h>#include <grp.h>#include <pwd.h>#include <stdio.h>#include <string.h>#include "internal.h"
Macros | |
| #define | UT_NAMESIZE 64 |
| #define | NCACHE 64 /* power of 2 */ |
| #define | MASK (NCACHE - 1) /* bits to store with */ |
Functions | |
| __FBSDID ("$FreeBSD: src/lib/libc/gen/pwcache.c,v 1.11 2007/01/09 00:27:55 imp Exp $") | |
| const char * | user_from_uid (uid_t uid, int nouser) |
| char * | group_from_gid (gid_t gid, int nogroup) |
1.8.13