Searched refs:user_from_uid (Results 1 – 9 of 9) sorted by relevance
/external/ltp/tools/top-LTP/proc/ |
D | readproc.c | 460 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()
|
D | pwcache.h | 9 extern char *user_from_uid(uid_t uid);
|
D | pwcache.c | 32 char *user_from_uid(uid_t uid) in user_from_uid() function
|
/external/openssh/openbsd-compat/ |
D | pwcache.c | 48 user_from_uid(uid_t uid, int nouser) in user_from_uid() function
|
D | openbsd-compat.h | 248 char *user_from_uid(uid_t, int);
|
/external/openssh/ |
D | sftp-common.c | 225 user = user_from_uid(st->st_uid, 0); in ls_file()
|
D | config.h.in | 1292 /* Define to 1 if you have the `user_from_uid' function. */
|
D | configure.ac | 1721 user_from_uid \
|
D | configure | 16631 user_from_uid \
|