/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() 256 fido_cred_set_user(cred, user_id->body, user_id->len, user_name, in make_cred() 376 &p->user_id, p->user_name, p->user_nick, p->user_icon, p->ext, in test_cred() 464 mutate_string(p->user_name); in mutate()
|
/freebsd/usr.sbin/pw/tests/ |
H A D | pw_useradd_test.sh | 194 user_name="test user" 198 ${PW} useradd "${user_name}" -g ${gid} 199 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd 202 ${PW} useradd -n "${user_name}" -g ${gid} 203 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd 207 ${PW} useradd "${user_name}" -g ${gid} 208 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd 211 ${PW} useradd -n "${user_name}" -g ${gid} 212 atf_check -s exit:1 -o empty grep "^${user_name}:.*" $HOME/master.passwd
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | hif.h | 25 int (*get_user_msi_vector)(struct ath12k_base *ab, char *user_name, 43 char *user_name, in ath12k_hif_get_user_msi_vector() argument 51 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 | 119 int ath12k_pci_get_user_msi_assignment(struct ath12k_base *ab, char *user_name,
|
H A D | pci.c | 893 int ath12k_pci_get_user_msi_assignment(struct ath12k_base *ab, char *user_name, in ath12k_pci_get_user_msi_assignment() argument 902 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in ath12k_pci_get_user_msi_assignment() 909 user_name, *num_vectors, *user_base_data, in ath12k_pci_get_user_msi_assignment() 916 ath12k_err(ab, "Failed to find MSI assignment for %s!\n", user_name); in ath12k_pci_get_user_msi_assignment()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | hif.h | 25 int (*get_user_msi_vector)(struct ath11k_base *ab, char *user_name, 118 static inline int ath11k_get_user_msi_vector(struct ath11k_base *ab, char *user_name, in ath11k_get_user_msi_vector() argument 125 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 | 260 int ath11k_pcic_get_user_msi_assignment(struct ath11k_base *ab, char *user_name, in ath11k_pcic_get_user_msi_assignment() argument 268 if (strcmp(user_name, msi_config->users[idx].name) == 0) { in ath11k_pcic_get_user_msi_assignment() 275 user_name, *num_vectors, *user_base_data, in ath11k_pcic_get_user_msi_assignment() 282 ath11k_err(ab, "Failed to find MSI assignment for %s!\n", user_name); in ath11k_pcic_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() 1053 if (parse.user_name) { in eap_ttls_process_phase2() 1058 parse.user_name, in eap_ttls_process_phase2() 1065 sm->identity = os_memdup(parse.user_name, parse.user_name_len); in eap_ttls_process_phase2() 1071 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 | 558 local diff reviewid review_data authorid user_data user_addr user_name 574 user_name=$(jq -r '.realName' "$user_data") 597 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() 79 user_name = 1; in parse_name() 92 *idx = ossl_property_name(ctx, name, user_name && create); in parse_name() 62 int user_name = 0; parse_name() local
|
/freebsd/contrib/libfido2/src/ |
H A D | winhello.c | 53 wchar_t *user_name; 703 if (pack_user(&ctx->user_name, &ctx->user_icon, &ctx->display_name, in decode_attobj() 877 free(ctx->user_name); in fido_winhello_open() 49 wchar_t *user_name; global() member
|
/freebsd/crypto/openssh/ |
H A D | sk-usbhid.c | 1268 const char *rp_id, *rp_name, *user_name; in read_rks() local 1349 if ((user_name = fido_cred_user_name(cred)) == NULL) in read_rks() 1350 user_name = ""; in read_rks() 1355 "prot 0x%02x", sk->path, rp_id, user_name, in read_rks()
|
/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/contrib/wpa/src/ap/ |
H A D | pmksa_cache_auth.c | 604 if (attr->user_name) { in das_attr_match() 607 os_memcmp(attr->user_name, entry->identity, in das_attr_match()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | libtest.shlib | 2188 function add_user_freebsd #<group_name> <user_name> <basedir> 2287 function add_user_illumos #<group_name> <user_name> <basedir> 2298 function del_user_illumos #<user_name> 2339 function add_user_linux #<group_name> <user_name> <basedir> 2356 function del_user_linux #<user_name> 2403 function add_user #<group_name> <user_name> <basedir>
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 214 unsigned int user_name : 1; member 232 void *user_name; member
|