Symbol: userid
crypto/openssh/scp.c
446
uid_t userid;
crypto/openssh/scp.c
651
if ((pwd = getpwuid(userid = getuid())) == NULL)
crypto/openssh/scp.c
652
fatal("unknown user %u", (u_int) userid);
crypto/openssh/ssh-sk-client.c
295
const char *application, const char *userid, uint8_t flags,
crypto/openssh/ssh-sk-client.c
325
(r = sshbuf_put_cstring(req, userid)) != 0 ||
crypto/openssh/ssh-sk-client.c
404
u_char *userid = NULL;
crypto/openssh/ssh-sk-client.c
431
(r = sshbuf_get_string(resp, &userid, &userid_len)) != 0) {
crypto/openssh/ssh-sk-client.c
446
srk->user_id = userid;
crypto/openssh/ssh-sk-client.c
448
userid = NULL;
crypto/openssh/ssh-sk-client.c
473
freezero(userid, userid_len);
crypto/openssh/ssh-sk.h
51
const char *application, const char *userid, uint8_t flags,
games/larn/header.h
348
extern int dayplay, enable_scroll, srcount, yrepcount, userid, wisid,
games/larn/main.c
11
int userid; /* the players login user id number */
games/larn/main.c
218
userid = geteuid(); /* obtain the user's effective id number */
games/larn/main.c
220
userid = getplid(logname); /* obtain the players id number */
games/larn/main.c
222
if (userid < 0) {
games/larn/main.c
798
if (userid != wisid) {
games/larn/scores.c
178
if (winr[i].suid == userid)
games/larn/scores.c
203
if (winr[i].suid == userid) /* look for players winning entry */
games/larn/scores.c
417
if (sco[i].suid == userid)
games/larn/scores.c
423
if (winr[i].suid == userid) {
games/larn/scores.c
436
if (sco[i].suid == userid) {
games/larn/scores.c
469
p->suid = userid;
games/larn/scores.c
494
p->suid = userid;
usr.bin/top/commands.c
826
else if ((i = userid(linebuf)) == -1)
usr.bin/top/top.c
405
i = userid(optarg);
usr.bin/top/username.h
40
int userid(char *username);
usr.sbin/lpr/common_source/common.c
496
const char *userid, const char *otherhost, const char *orighost)
usr.sbin/lpr/common_source/common.c
560
if (*userid == '\0')
usr.sbin/lpr/common_source/common.c
561
userid = NULL;
usr.sbin/lpr/common_source/common.c
615
if (userid != NULL) {
usr.sbin/lpr/common_source/common.c
616
snprintf(eostat, remspace, " user=%s", userid);
usr.sbin/lpr/lpd/printjob.c
1415
sendmail(struct printer *pp, char *userid, int bombed)
usr.sbin/lpr/lpd/printjob.c
1436
printf("To: %s@%s\n", userid, origin_host);
usr.sbin/lpr/lpd/printjob.c
1478
syslog(LOG_WARNING, "unable to send mail to %s: %m", userid);
usr.sbin/lpr/lpd/printjob.c
1485
userid, *jobname ? jobname : "<unknown>", pp->printer, cp);
usr.sbin/lpr/lpr/lpr.c
280
userid = getuid();
usr.sbin/lpr/lpr/lpr.c
282
if (userid != 0 && userid != pp->daemon_user)
usr.sbin/lpr/lpr/lpr.c
287
if (userid != pp->daemon_user || lpr_username == NULL) {
usr.sbin/lpr/lpr/lpr.c
288
if ((pw = getpwuid(userid)) == NULL)
usr.sbin/lpr/lpr/lpr.c
297
if (pp->restrict_grp != NULL && userid != pp->daemon_user) {
usr.sbin/lpr/lpr/lpr.c
314
if (userid && stat(buf, &stb) == 0 && (stb.st_mode & LFM_QUEUE_DIS))
usr.sbin/lpr/lpr/lpr.c
640
if (fchown(f, userid, -1) < 0) {
usr.sbin/lpr/lpr/lpr.c
771
if(stats.st_uid == userid) {
usr.sbin/lpr/lpr/lpr.c
92
static int userid; /* user id */