/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
H A D | tst.get_userquota.ksh | 29 userid='123' 40 log_must zfs create -o userquota@$userid=$UQUOTA_SIZE \ 44 ans, setpoint = zfs.get_prop("$fs", "userquota@$userid") 48 ans, setpoint = zfs.get_prop("$fs", "userused@$userid") 63 ans, setpoint = zfs.get_prop("$fs1", "userquota@$userid") 67 ans, setpoint = zfs.get_prop("$fs1", "userused@$userid")
|
/freebsd/usr.sbin/lpr/lpr/ |
H A D | lpr.c | 94 static int userid; /* user id */ variable 275 userid = getuid(); in main() 277 if (userid != 0 && userid != pp->daemon_user) in main() 282 if (userid != pp->daemon_user || lpr_username == 0) { in main() 283 if ((pw = getpwuid(userid)) == NULL) in main() 292 if (pp->restrict_grp != NULL && userid != pp->daemon_user) { in main() 309 if (userid && stat(buf, &stb) == 0 && (stb.st_mode & LFM_QUEUE_DIS)) in main() 635 if (fchown(f, userid, -1) < 0) { in nfile() 752 if(stats.st_uid == userid) { in checkwriteperm()
|
/freebsd/crypto/openssh/ |
H A D | ssh-sk-client.c | 295 const char *application, const char *userid, uint8_t flags, in sshsk_enroll() argument 325 (r = sshbuf_put_cstring(req, userid)) != 0 || in sshsk_enroll() 404 u_char *userid = NULL; in sshsk_load_resident() local 431 (r = sshbuf_get_string(resp, &userid, &userid_len)) != 0) { in sshsk_load_resident() 446 srk->user_id = userid; in sshsk_load_resident() 448 userid = NULL; in sshsk_load_resident() 473 freezero(userid, userid_len); in sshsk_load_resident()
|
H A D | ssh-sk-helper.c | 153 char *provider, *application, *pin, *device, *userid; in process_enroll() local 166 (r = sshbuf_get_cstring(req, &userid, NULL)) != 0 || in process_enroll() 181 null_empty(&userid); in process_enroll() 184 if ((r = sshsk_enroll((int)type, provider, device, application, userid, in process_enroll()
|
H A D | ssh-sk.h | 51 const char *application, const char *userid, uint8_t flags,
|
H A D | ssh-sk.c | 464 const char *application, const char *userid, uint8_t flags, in sshsk_enroll() argument 480 provider_path, device, application, userid, flags, in sshsk_enroll() 488 if ((r = make_options(device, userid, &opts)) != 0) in sshsk_enroll()
|
H A D | scp.c | 444 uid_t userid; variable 649 if ((pwd = getpwuid(userid = getuid())) == NULL) in main() 650 fatal("unknown user %u", (u_int) userid); in main()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/scripting/ |
H A D | tst.euid.ksh | 72 userid=`ps -x -o pid,uid | grep "$$ " | awk '{print $2}' 2>/dev/null` 78 $dfilename $userid >/dev/null 2>&1
|
H A D | tst.uid.ksh | 72 userid=`ps -x -o pid,uid | grep "$$ " | awk '{print $2}' 2>/dev/null` 78 $dfilename $userid >/dev/null 2>&1
|
/freebsd/crypto/openssl/test/ |
H A D | sm2_internal_test.c | 303 const char *userid, in test_sm2_sign() argument 340 sig = ossl_sm2_do_sign(key, EVP_sm3(), (const uint8_t *)userid, in test_sm2_sign() 341 strlen(userid), (const uint8_t *)message, msg_len); in test_sm2_sign() 356 ok = ossl_sm2_do_verify(key, EVP_sm3(), sig, (const uint8_t *)userid, in test_sm2_sign() 357 strlen(userid), (const uint8_t *)message, msg_len); in test_sm2_sign()
|
/freebsd/contrib/file/tests/ |
H A D | Makefile.am | 93 pgp-binary-key-v4-ecc-no-userid-secret.result \ 94 pgp-binary-key-v4-ecc-no-userid-secret.testfile \ 99 pgp-binary-key-v4-rsa-no-userid-secret.result \ 100 pgp-binary-key-v4-rsa-no-userid-secret.testfile \
|
H A D | Makefile.in | 386 pgp-binary-key-v4-ecc-no-userid-secret.result \ 387 pgp-binary-key-v4-ecc-no-userid-secret.testfile \ 392 pgp-binary-key-v4-rsa-no-userid-secret.result \ 393 pgp-binary-key-v4-rsa-no-userid-secret.testfile \
|
/freebsd/usr.sbin/lpr/common_source/ |
H A D | common.c | 553 const char *userid, const char *otherhost, const char *orighost) in trstat_write() argument 617 if (*userid == '\0') in trstat_write() 618 userid = NULL; in trstat_write() 672 if (userid != NULL) { in trstat_write() 673 snprintf(eostat, remspace, " user=%s", userid); in trstat_write()
|
/freebsd/usr.bin/top/ |
H A D | username.h | 18 int userid(char *username);
|
H A D | username.c | 71 userid(char username_[]) in userid() function
|
H A D | top.c | 190 if ((uid = userid(buf2)) == -1) in handle_user() 327 if ((ps.uid[0] = userid(optarg)) == -1) in main()
|
/freebsd/crypto/openssh/regress/misc/fuzz-harness/ |
H A D | ssh-sk-null.cc | 29 const char *application, const char *userid, uint8_t flags, in sshsk_enroll() argument
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-kuidgid.m4 | 9 kuid_t userid __attribute__ ((unused)) = KUIDT_INIT(0);
|
/freebsd/usr.sbin/pw/ |
H A D | pw_user.c | 1184 char *gecos, *homedir, *skel, *walk, *userid, *groupid, *grname; in pw_user_add() local 1197 gecos = homedir = skel = userid = groupid = default_passwd = NULL; in pw_user_add() 1225 userid = optarg; in pw_user_add() 1342 if (userid != NULL) { in pw_user_add() 1343 if ((p = strtok(userid, ", \t")) != NULL) in pw_user_add() 1367 if (userid) in pw_user_add() 1368 id = pw_checkid(userid, UID_MAX); in pw_user_add()
|
/freebsd/crypto/heimdal/appl/rcp/ |
H A D | rcp.c | 36 uid_t userid; variable 110 if ((pwd = getpwuid(userid = getuid())) == NULL) in main() 111 errx(1, "unknown user %d", (int)userid); in main()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_mon.c | 588 u32 tlv_tag, u8 *tlv_data, u32 userid) in ath12k_dp_mon_rx_parse_status_tlv() argument 668 if (userid < HAL_MAX_UL_MU_USERS) { in ath12k_dp_mon_rx_parse_status_tlv() 670 &ppdu_info->userstats[userid]; in ath12k_dp_mon_rx_parse_status_tlv() 785 if (userid < HAL_MAX_UL_MU_USERS) { in ath12k_dp_mon_rx_parse_status_tlv() 787 ppdu_info->userid = userid; in ath12k_dp_mon_rx_parse_status_tlv() 788 ppdu_info->ampdu_id[userid] = in ath12k_dp_mon_rx_parse_status_tlv() 1024 u16 ampdu_id = ppduinfo->ampdu_id[ppduinfo->userid]; in ath12k_dp_mon_update_radiotap() 1599 u16 tlv_tag, u8 *tlv_data, u32 userid) in ath12k_dp_mon_tx_parse_status_tlv() argument
|
/freebsd/usr.sbin/lpr/lpd/ |
H A D | printjob.c | 1547 sendmail(struct printer *pp, char *userid, int bombed) in sendmail() argument 1568 printf("To: %s@%s\n", userid, origin_host); in sendmail() 1610 syslog(LOG_WARNING, "unable to send mail to %s: %m", userid); in sendmail() 1617 userid, *jobname ? jobname : "<unknown>", pp->printer, cp); in sendmail()
|
/freebsd/share/doc/smm/01.setup/ |
H A D | spell.ok | 577 userid
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpdbase-opts.def | 353 descrip = "Run as userid (or userid:groupid)";
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | hdb-ldap.c | 838 const char *userid, in LDAP__lookup_princ() 886 if (userid && ldap_count_entries(HDB2LDAP(db), *msg) == 0) { in LDAP__lookup_princ() 892 ret = escape_value(context, userid, "e); in LDAP__lookup_princ() 835 LDAP__lookup_princ(krb5_context context,HDB * db,const char * princname,const char * userid,LDAPMessage ** msg) LDAP__lookup_princ() argument
|