Home
last modified time | relevance | path

Searched refs:user_from_uid (Results 1 – 9 of 9) sorted by relevance

/external/ltp/tools/top-LTP/proc/
Dreadproc.c460 strncpy(p->euser, user_from_uid(p->euid), sizeof p->euser); in readproc()
462 strncpy(p->ruser, user_from_uid(p->ruid), in readproc()
464 strncpy(p->suser, user_from_uid(p->suid), in readproc()
466 strncpy(p->fuser, user_from_uid(p->fuid), in readproc()
574 strncpy(p->euser, user_from_uid(p->euid), sizeof p->euser); in ps_readproc()
576 strncpy(p->ruser, user_from_uid(p->ruid), sizeof p->ruser); in ps_readproc()
577 strncpy(p->suser, user_from_uid(p->suid), sizeof p->suser); in ps_readproc()
578 strncpy(p->fuser, user_from_uid(p->fuid), sizeof p->fuser); in ps_readproc()
Dpwcache.h9 extern char *user_from_uid(uid_t uid);
Dpwcache.c32 char *user_from_uid(uid_t uid) in user_from_uid() function
/external/openssh/openbsd-compat/
Dpwcache.c48 user_from_uid(uid_t uid, int nouser) in user_from_uid() function
Dopenbsd-compat.h248 char *user_from_uid(uid_t, int);
/external/openssh/
Dsftp-common.c225 user = user_from_uid(st->st_uid, 0); in ls_file()
Dconfig.h.in1292 /* Define to 1 if you have the `user_from_uid' function. */
Dconfigure.ac1721 user_from_uid \
Dconfigure16631 user_from_uid \