| /src/usr.bin/lastcomm/ |
| lastcomm.c | 143 user_from_uid(ab.ac_uid, 0), UT_LINESIZE, 200 if (!strcmp(user_from_uid(acp->ac_uid, 0), *argv))
|
| /src/include/ |
| pwd.h | 149 const char *user_from_uid(uid_t, int);
|
| /src/lib/libc/gen/ |
| pwcache.c | 69 #undef user_from_uid macro 97 #define user_from_uid __nbcompat_user_from_uid macro 101 __weak_alias(user_from_uid,_user_from_uid) 252 * user_from_uid() 260 user_from_uid(uid_t uid, int noname) function
|
| /src/usr.bin/find/ |
| ls.c | 74 LOGIN_NAME_MAX, user_from_uid(sb->st_uid, 0), LOGIN_NAME_MAX,
|
| /src/usr.bin/ipcs/ |
| ipcs.c | 331 user_from_uid(uid, 0), group_from_gid(gid, 0)); 334 (void)printf(" %8s %8s", user_from_uid(cuid, 0), 384 user_from_uid(uid, 0), group_from_gid(gid, 0)); 387 (void)printf(" %8s %8s", user_from_uid(cuid, 0), 434 user_from_uid(uid, 0), group_from_gid(gid, 0)); 437 (void)printf(" %8s %8s", user_from_uid(cuid, 0),
|
| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| linux-osdata.c | 151 user_from_uid (char *user, int maxlen, uid_t uid) function 321 user_from_uid (user, sizeof (user), owner); 864 user_from_uid (user, sizeof (user), uid); 990 user_from_uid (user, sizeof (user), uid); 992 user_from_uid (cuser, sizeof (cuser), cuid); 1082 user_from_uid (user, sizeof (user), uid); 1084 user_from_uid (cuser, sizeof (cuser), cuid); 1164 user_from_uid (user, sizeof (user), uid); 1166 user_from_uid (cuser, sizeof (cuser), cuid);
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| linux-osdata.c | 151 user_from_uid (char *user, int maxlen, uid_t uid) function 321 user_from_uid (user, sizeof (user), owner); 864 user_from_uid (user, sizeof (user), uid); 990 user_from_uid (user, sizeof (user), uid); 992 user_from_uid (cuser, sizeof (cuser), cuid); 1082 user_from_uid (user, sizeof (user), uid); 1084 user_from_uid (cuser, sizeof (cuser), cuid); 1164 user_from_uid (user, sizeof (user), uid); 1166 user_from_uid (cuser, sizeof (cuser), cuid);
|
| /src/usr.bin/systat/ |
| pigs.c | 131 user_from_uid(kp->p_uid, 0));
|
| ps.c | 117 user = user_from_uid(kp->p_uid, 0);
|
| /src/external/bsd/pkg_install/dist/create/ |
| util.c | 70 if ((s = user_from_uid(file->st.st_uid, 1)) == NULL)
|
| build.c | 193 archive_entry_set_uname(entry, user_from_uid(st.st_uid, 1));
|
| /src/usr.sbin/mtree/ |
| create.c | 244 (name = user_from_uid(p->fts_statp->st_uid, 1)) != NULL) 410 (name = user_from_uid(saveuid, 1)) != NULL)
|
| spec.c | 346 (name = user_from_uid(cur->st_uid, 1)) != NULL)
|
| /src/bin/pax/ |
| gen_subs.c | 139 user = user_from_uid(sbp->st_uid, 0);
|
| tar.c | 1225 user = user_from_uid(arcn->sb.st_uid, 1);
|
| /src/usr.sbin/sa/ |
| usrdb.c | 257 user_from_uid(ui->ui_uid, 0),
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-common.c | 241 user = user_from_uid(st->st_uid, 0);
|
| /src/bin/mv/ |
| mv.c | 203 user_from_uid(sb.st_uid, 0),
|
| /src/bin/rm/ |
| rm.c | 545 user_from_uid(sp->st_uid, 0),
|
| /src/tools/compat/ |
| compat_defs.h | 499 # define user_from_uid __nbcompat_user_from_uid macro 512 const char *user_from_uid(uid_t, int); 652 const char *user_from_uid(uid_t, int);
|
| /src/bin/ps/ |
| print.c | 656 strprintorsetwidth(v, user_from_uid(k->p_uid, 0), mode); 666 strprintorsetwidth(v, user_from_uid(k->p_ruid, 0), mode); 676 strprintorsetwidth(v, user_from_uid(k->p_svuid, 0), mode);
|
| /src/bin/ls/ |
| ls.c | 578 (user = user_from_uid(sp->st_uid, 0)) ==
|
| /src/usr.bin/login/ |
| login_pam.c | 219 nested = strdup(user_from_uid(getuid(), 0));
|
| login.c | 279 nested = strdup(user_from_uid(getuid(), 0));
|
| /src/lib/libc/include/ |
| namespace.h | 770 #define user_from_uid _user_from_uid macro
|