Searched refs:getpwuid (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/lib/libc/posix1e/
H A Dacl_id_to_name.c69 p = getpwuid(id);
H A Dacl_to_text_nfs4.c70 pwd = getpwuid(*id);
/barrelfish-master/lib/posixcompat/
H A Dgeteuid.c32 struct passwd *getpwuid(uid_t uid) function
39 POSIXCOMPAT_DEBUG("getpwuid(%d): returning user \"%s\"\n",
47 POSIXCOMPAT_DEBUG("getpwuid(%d): no user found\n", uid);
/barrelfish-master/include/
H A Dpwd.h149 struct passwd *getpwuid(uid_t);
/barrelfish-master/lib/libc/tests/nss/
H A Dgetpw_test.c344 printf("testing getpwuid() with the following data...\n");
348 pwd = getpwuid(pwd_model->pw_uid);
502 ATF_TC_WITHOUT_HEAD(getpwuid); variable
503 ATF_TC_BODY(getpwuid, tc)
526 ATF_TP_ADD_TC(tp, getpwuid);
/barrelfish-master/lib/libc/rpc/
H A Dnetnamer.c134 pwd = getpwuid(uid);
/barrelfish-master/lib/libc/gen/
H A DMakefile.inc400 getpwent.3 getpwuid.3 \
H A Dglob.c460 (pwd = getpwuid(getuid())) != NULL)
H A Dgetpwent.c709 getpwuid(uid_t uid) function
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_misc.c1476 pwd = getpwuid(buf.st_uid);
/barrelfish-master/include/lwip2/netif/ppp/
H A Deap.c1204 pw = getpwuid(getuid());
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Deap.c1204 pw = getpwuid(getuid());

Completed in 186 milliseconds