| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/synctask_core/ |
| H A D | tst.get_userquota.ksh | 30 userid='123' 41 log_must zfs create -o userquota@$userid=$UQUOTA_SIZE \ 45 ans, setpoint = zfs.get_prop("$fs", "userquota@$userid") 49 ans, setpoint = zfs.get_prop("$fs", "userused@$userid") 64 ans, setpoint = zfs.get_prop("$fs1", "userquota@$userid") 68 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() 447 srk->user_id = userid; in sshsk_load_resident() 449 userid = NULL; in sshsk_load_resident() 475 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 | 479 const char *application, const char *userid, uint8_t flags, in sshsk_enroll() argument 495 provider_path, device, application, userid, flags, in sshsk_enroll() 503 if ((r = make_options(device, userid, &opts)) != 0) in sshsk_enroll()
|
| /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 | 300 const char *userid, in test_sm2_sign() argument 337 sig = ossl_sm2_do_sign(key, EVP_sm3(), (const uint8_t *)userid, in test_sm2_sign() 338 strlen(userid), (const uint8_t *)message, msg_len); in test_sm2_sign() 353 ok = ossl_sm2_do_verify(key, EVP_sm3(), sig, (const uint8_t *)userid, in test_sm2_sign() 354 strlen(userid), (const uint8_t *)message, msg_len); in test_sm2_sign()
|
| /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/contrib/file/tests/ |
| H A D | Makefile.am | 99 pgp-binary-key-v4-ecc-no-userid-secret.result \ 100 pgp-binary-key-v4-ecc-no-userid-secret.testfile \ 105 pgp-binary-key-v4-rsa-no-userid-secret.result \ 106 pgp-binary-key-v4-rsa-no-userid-secret.testfile \
|
| H A D | Makefile.in | 393 pgp-binary-key-v4-ecc-no-userid-secret.result \ 394 pgp-binary-key-v4-ecc-no-userid-secret.testfile \ 399 pgp-binary-key-v4-rsa-no-userid-secret.result \ 400 pgp-binary-key-v4-rsa-no-userid-secret.testfile \
|
| /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 | 1202 char *gecos, *homedir, *skel, *walk, *userid, *groupid, *grname; in pw_user_add() local 1215 gecos = homedir = skel = userid = groupid = default_passwd = NULL; in pw_user_add() 1243 userid = optarg; in pw_user_add() 1360 if (userid != NULL) { in pw_user_add() 1361 if ((p = strtok(userid, ", \t")) != NULL) in pw_user_add() 1385 if (userid) in pw_user_add() 1386 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/crypto/krb5/src/lib/krb5/krb/ |
| H A D | s4u_creds.c | 143 krb5_s4u_userid *userid, in build_pa_for_user() argument 152 if (userid->user == NULL) in build_pa_for_user() 156 for_user.user = userid->user; in build_pa_for_user()
|
| /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
|