Symbol: userid
crypto/heimdal/appl/rcp/rcp.c
110
if ((pwd = getpwuid(userid = getuid())) == NULL)
crypto/heimdal/appl/rcp/rcp.c
111
errx(1, "unknown user %d", (int)userid);
crypto/heimdal/appl/rcp/rcp.c
36
uid_t userid;
crypto/heimdal/lib/hdb/hdb-ldap.c
838
const char *userid,
crypto/heimdal/lib/hdb/hdb-ldap.c
886
if (userid && ldap_count_entries(HDB2LDAP(db), *msg) == 0) {
crypto/heimdal/lib/hdb/hdb-ldap.c
892
ret = escape_value(context, userid, &quote);
crypto/krb5/src/lib/krb5/krb/s4u_creds.c
143
krb5_s4u_userid *userid,
crypto/krb5/src/lib/krb5/krb/s4u_creds.c
152
if (userid->user == NULL)
crypto/krb5/src/lib/krb5/krb/s4u_creds.c
156
for_user.user = userid->user;
crypto/openssh/regress/misc/fuzz-harness/ssh-sk-null.cc
29
const char *application, const char *userid, uint8_t flags,
crypto/openssh/scp.c
446
uid_t userid;
crypto/openssh/scp.c
652
if ((pwd = getpwuid(userid = getuid())) == NULL)
crypto/openssh/scp.c
653
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
447
srk->user_id = userid;
crypto/openssh/ssh-sk-client.c
449
userid = NULL;
crypto/openssh/ssh-sk-client.c
475
freezero(userid, userid_len);
crypto/openssh/ssh-sk-helper.c
153
char *provider, *application, *pin, *device, *userid;
crypto/openssh/ssh-sk-helper.c
166
(r = sshbuf_get_cstring(req, &userid, NULL)) != 0 ||
crypto/openssh/ssh-sk-helper.c
181
null_empty(&userid);
crypto/openssh/ssh-sk-helper.c
184
if ((r = sshsk_enroll((int)type, provider, device, application, userid,
crypto/openssh/ssh-sk.c
479
const char *application, const char *userid, uint8_t flags,
crypto/openssh/ssh-sk.c
495
provider_path, device, application, userid, flags,
crypto/openssh/ssh-sk.c
503
if ((r = make_options(device, userid, &opts)) != 0)
crypto/openssh/ssh-sk.h
51
const char *application, const char *userid, uint8_t flags,
crypto/openssl/test/sm2_internal_test.c
300
const char *userid,
crypto/openssl/test/sm2_internal_test.c
337
sig = ossl_sm2_do_sign(key, EVP_sm3(), (const uint8_t *)userid,
crypto/openssl/test/sm2_internal_test.c
338
strlen(userid), (const uint8_t *)message, msg_len);
crypto/openssl/test/sm2_internal_test.c
353
ok = ossl_sm2_do_verify(key, EVP_sm3(), sig, (const uint8_t *)userid,
crypto/openssl/test/sm2_internal_test.c
354
strlen(userid), (const uint8_t *)message, msg_len);
crypto/openssl/test/sslapitest.c
7565
static int create_new_vfile(char *userid, char *password, const char *filename)
crypto/openssl/test/sslapitest.c
7577
gNid = SRP_create_verifier_ex(userid, password, &row[DB_srpsalt],
crypto/openssl/test/sslapitest.c
7594
row[DB_srpid] = OPENSSL_strdup(userid);
crypto/openssl/test/sslapitest.c
7623
static int create_new_vbase(char *userid, char *password)
crypto/openssl/test/sslapitest.c
7634
if (!TEST_true(SRP_create_verifier_BN_ex(userid, password, &salt, &verifier,
crypto/openssl/test/sslapitest.c
7644
user_pwd->id = OPENSSL_strdup(userid);
crypto/openssl/test/sslapitest.c
7678
char *userid = "test", *password = "password", *tstsrpfile;
crypto/openssl/test/sslapitest.c
7688
if (!TEST_true(create_new_vbase(userid, password)))
crypto/openssl/test/sslapitest.c
7692
if (!TEST_true(create_new_vfile(userid, password, tmpfilename)))
crypto/openssl/test/sslapitest.c
7711
|| !TEST_int_gt(SSL_CTX_set_srp_username(cctx, userid), 0))
usr.bin/top/top.c
190
if ((uid = userid(buf2)) == -1)
usr.bin/top/top.c
327
if ((ps.uid[0] = userid(optarg)) == -1)
usr.bin/top/username.h
18
int userid(char *username);
usr.sbin/lpr/common_source/common.c
553
const char *userid, const char *otherhost, const char *orighost)
usr.sbin/lpr/common_source/common.c
617
if (*userid == '\0')
usr.sbin/lpr/common_source/common.c
618
userid = NULL;
usr.sbin/lpr/common_source/common.c
672
if (userid != NULL) {
usr.sbin/lpr/common_source/common.c
673
snprintf(eostat, remspace, " user=%s", userid);
usr.sbin/lpr/lpd/printjob.c
1547
sendmail(struct printer *pp, char *userid, int bombed)
usr.sbin/lpr/lpd/printjob.c
1568
printf("To: %s@%s\n", userid, origin_host);
usr.sbin/lpr/lpd/printjob.c
1610
syslog(LOG_WARNING, "unable to send mail to %s: %m", userid);
usr.sbin/lpr/lpd/printjob.c
1617
userid, *jobname ? jobname : "<unknown>", pp->printer, cp);
usr.sbin/lpr/lpr/lpr.c
275
userid = getuid();
usr.sbin/lpr/lpr/lpr.c
277
if (userid != 0 && userid != pp->daemon_user)
usr.sbin/lpr/lpr/lpr.c
282
if (userid != pp->daemon_user || lpr_username == 0) {
usr.sbin/lpr/lpr/lpr.c
283
if ((pw = getpwuid(userid)) == NULL)
usr.sbin/lpr/lpr/lpr.c
292
if (pp->restrict_grp != NULL && userid != pp->daemon_user) {
usr.sbin/lpr/lpr/lpr.c
309
if (userid && stat(buf, &stb) == 0 && (stb.st_mode & LFM_QUEUE_DIS))
usr.sbin/lpr/lpr/lpr.c
635
if (fchown(f, userid, -1) < 0) {
usr.sbin/lpr/lpr/lpr.c
752
if(stats.st_uid == userid) {
usr.sbin/lpr/lpr/lpr.c
94
static int userid; /* user id */
usr.sbin/pw/pw_user.c
1202
char *gecos, *homedir, *skel, *walk, *userid, *groupid, *grname;
usr.sbin/pw/pw_user.c
1215
gecos = homedir = skel = userid = groupid = default_passwd = NULL;
usr.sbin/pw/pw_user.c
1243
userid = optarg;
usr.sbin/pw/pw_user.c
1360
if (userid != NULL) {
usr.sbin/pw/pw_user.c
1361
if ((p = strtok(userid, ", \t")) != NULL)
usr.sbin/pw/pw_user.c
1385
if (userid)
usr.sbin/pw/pw_user.c
1386
id = pw_checkid(userid, UID_MAX);