| /freebsd/crypto/heimdal/lib/gssapi/krb5/ |
| H A D | authorize_localname.c | 38 gss_const_buffer_t user_name, in _gsskrb5_authorize_localname() argument 51 user = malloc(user_name->length + 1); in _gsskrb5_authorize_localname() 57 memcpy(user, user_name->value, user_name->length); in _gsskrb5_authorize_localname() 58 user[user_name->length] = '\0'; in _gsskrb5_authorize_localname()
|
| /freebsd/usr.sbin/bsdconfig/usermgmt/share/ |
| H A D | user.subr | 90 local user_member_groups user_name user_password user_password_expire 122 local user_member_groups user_name user_password user_password_expire 240 local user_name="$input" 241 while f_interactive && [ ! "$user_name" ]; do 242 f_dialog_input_name user_name "$user_name" || 244 [ "$user_name" ] || 247 if [ ! "$user_name" ]; then 260 f_getvar $VAR_USER_HOME:-\${homeprefix%/}/\$user_name \ 349 title="$msg_add $msg_user: $user_name" 405 f_user_create_homedir "$user_name" [all …]
|
| H A D | user_input.subr | 64 # Given $user name or id, create the environment variables user_name, user_uid, 992 # user_member_groups, user_name, user_password_expire, user_shell, and 1117 local user_name user_password user_uid user_gid user_class 1229 # user_member_groups, user_name, user_password_expire, user_shell, and
|
| /freebsd/contrib/libfido2/fuzz/ |
| H A D | fuzz_cred.c | 27 char user_name[MAXSTR]; member 99 unpack_string(v[11], p->user_name) < 0 || in unpack() 141 (argv[11] = pack_string(p->user_name)) == NULL || in pack() 189 strlcpy(dummy.user_name, dummy_user_name, sizeof(dummy.user_name)); in pack_dummy() 216 const char *user_name, const char *user_nick, const char *user_icon, in make_cred() argument 233 fido_cred_set_user(cred, user_id->body, user_id->len, user_name, in make_cred() 258 fido_cred_set_user(cred, user_id->body, user_id->len, user_name, in make_cred() 387 &p->user_id, p->user_name, p->user_nick, p->user_icon, p->ext, in test_cred() 475 mutate_string(p->user_name); in mutate()
|
| /freebsd/usr.bin/mdo/ |
| H A D | mdo.c | 470 const char *user_name = NULL; in main() local 537 user_name = optarg; in main() 580 if (user_name != NULL) in main() 597 if (user_name == NULL) { in main() 602 user_name = default_user; in main() 611 uid = parse_user_pwd(user_name, &pw, &pw_alloc); in main() 736 getgrouplist(user_name, pw->pw_gid, groups, &ngroups); in main() 741 user_name); in main()
|
| /freebsd/usr.sbin/pw/tests/ |
| H A D | pw_useradd_test.sh | 193 user_name="test user" 197 ${PW} useradd "${user_name}" -g ${gid} 198 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd 201 ${PW} useradd -n "${user_name}" -g ${gid} 202 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd 206 ${PW} useradd "${user_name}" -g ${gid} 207 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd 210 ${PW} useradd -n "${user_name}" -g ${gid} 211 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | hif.h | 26 int (*get_user_msi_vector)(struct ath11k_base *ab, char *user_name, 126 static inline int ath11k_get_user_msi_vector(struct ath11k_base *ab, char *user_name, in ath11k_get_user_msi_vector() argument 133 return ab->hif.ops->get_user_msi_vector(ab, user_name, num_vectors, in ath11k_get_user_msi_vector()
|
| H A D | pcic.h | 29 int ath11k_pcic_get_user_msi_assignment(struct ath11k_base *ab, char *user_name,
|
| H A D | pcic.c | 284 int ath11k_pcic_get_user_msi_assignment(struct ath11k_base *ab, char *user_name, in ath11k_pcic_get_user_msi_assignment() argument 292 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in ath11k_pcic_get_user_msi_assignment() 299 user_name, *num_vectors, *user_base_data, in ath11k_pcic_get_user_msi_assignment() 306 ath11k_err(ab, "Failed to find MSI assignment for %s!\n", user_name); in ath11k_pcic_get_user_msi_assignment()
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | hif.h | 25 int (*get_user_msi_vector)(struct ath12k_base *ab, char *user_name, 45 char *user_name, in ath12k_hif_get_user_msi_vector() argument 53 return ab->hif.ops->get_user_msi_vector(ab, user_name, num_vectors, in ath12k_hif_get_user_msi_vector()
|
| H A D | pci.h | 155 int ath12k_pci_get_user_msi_assignment(struct ath12k_base *ab, char *user_name,
|
| H A D | pci.c | 1017 int ath12k_pci_get_user_msi_assignment(struct ath12k_base *ab, char *user_name, in ath12k_pci_get_user_msi_assignment() argument 1026 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in ath12k_pci_get_user_msi_assignment() 1033 user_name, *num_vectors, *user_base_data, in ath12k_pci_get_user_msi_assignment() 1040 ath12k_err(ab, "Failed to find MSI assignment for %s!\n", user_name); in ath12k_pci_get_user_msi_assignment()
|
| /freebsd/crypto/heimdal/appl/telnet/telnetd/ |
| H A D | telnetd.c | 698 char user_name[256]; in doit() local 775 *user_name = 0; in doit() 776 level = getterminaltype(user_name, sizeof(user_name)); in doit() 789 level, user_name); in doit()
|
| /freebsd/contrib/wpa/src/radius/ |
| H A D | radius_das.h | 31 const u8 *user_name; member
|
| H A D | radius_das.c | 125 attrs.user_name = buf; in radius_das_disconnect() 295 attrs.user_name = buf; in radius_das_coa()
|
| /freebsd/usr.sbin/ppp/ |
| H A D | radius.h | 83 char user_name[AUTHLEN]; /* Session User-Name */ member
|
| H A D | radius.c | 1139 strncpy(ac->user_name, dl->peer.authname, sizeof ac->user_name); in radius_Account() 1140 ac->user_name[AUTHLEN-1] = '\0'; in radius_Account() 1155 if (rad_put_string(r->cx.rad, RAD_USER_NAME, ac->user_name) != 0 || in radius_Account()
|
| /freebsd/contrib/wpa/src/eap_server/ |
| H A D | eap_server_ttls.c | 161 u8 *user_name; member 256 parse->user_name = dpos; in eap_ttls_avp_parse() 1058 if (parse.user_name) { in eap_ttls_process_phase2() 1063 parse.user_name, in eap_ttls_process_phase2() 1070 sm->identity = os_memdup(parse.user_name, parse.user_name_len); in eap_ttls_process_phase2() 1076 if (eap_user_get(sm, parse.user_name, parse.user_name_len, 1) in eap_ttls_process_phase2()
|
| /freebsd/tools/tools/git/ |
| H A D | git-arc.sh | 746 local diff reviewid review_data authorid user_data user_addr user_name 762 user_name=$(jq -r '.realName' "$user_data") 778 author=$(find_author "$user_addr" "$user_name" "$author_addr" "$author_name")
|
| /freebsd/crypto/openssl/crypto/property/ |
| H A D | property_parse.c | 63 int user_name = 0; in parse_name() local 79 user_name = 1; in parse_name() 92 *idx = ossl_property_name(ctx, name, user_name && create); in parse_name()
|
| /freebsd/contrib/libfido2/src/ |
| H A D | winhello.c | 53 wchar_t *user_name; member 703 if (pack_user(&ctx->user_name, &ctx->user_icon, &ctx->display_name, in translate_fido_cred() 837 free(ctx->user_name); in winhello_cred_free()
|
| /freebsd/crypto/openssh/ |
| H A D | sk-usbhid.c | 1271 const char *rp_id, *rp_name, *user_name; in read_rks() local 1352 if ((user_name = fido_cred_user_name(cred)) == NULL) in read_rks() 1353 user_name = ""; in read_rks() 1358 "prot 0x%02x", sk->path, rp_id, user_name, in read_rks()
|
| /freebsd/contrib/wpa/src/ap/ |
| H A D | pmksa_cache_auth.c | 615 if (attr->user_name) { in das_attr_match() 618 os_memcmp(attr->user_name, entry->identity, in das_attr_match()
|
| /freebsd/contrib/tcsh/ |
| H A D | tw.parse.c | 1625 Char *user_name; in t_search() local 1737 user_name = word->s + 1; in t_search() 1742 user_name = word->s; in t_search() 1748 if (command == SPELL && xgetpwnam(short2str(user_name)) != NULL) { in t_search() 1756 target = name = Strsave(user_name); in t_search()
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 2279 function add_user_freebsd #<group_name> <user_name> <basedir> 2378 function add_user_illumos #<group_name> <user_name> <basedir> 2389 function del_user_illumos #<user_name> 2430 function add_user_linux #<group_name> <user_name> <basedir> 2447 function del_user_linux #<user_name> 2494 function add_user #<group_name> <user_name> <basedir>
|