| /src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/ |
| openl2tp.c | 188 char user_name[MAXNAMELEN]; local 200 if (!ppp_peer_authname(user_name, sizeof(user_name))) 201 user_name[0] = '\0'; 237 if (user_name[0] != '\0') { 240 tlv->tlv_len = strlen(user_name) + 1; 241 memcpy(&tlv->tlv_value[0], user_name, tlv->tlv_len);
|
| l2tp_event.h | 112 char user_name[0]; member in struct:openl2tp_tlv_ppp_user_name
|
| /src/usr.sbin/rpc.pcnfsd/ |
| pcnfsd_test.c | 27 char *user_name; local 40 user_name = argv[4]; 58 test_v2_auth(host_name, user_name, passwd); 60 test_v2_auth(host_name, user_name, "bogus"); 66 test_v2_start(host_name, printer, user_name, "foo", "foo"); 68 test_v2_start(host_name, printer, user_name, "bar", "bar"); 70 test_v2_start(host_name, printer, user_name, "bletch", "gack"); 72 test_v2_queue(printer, user_name, FALSE); 77 test_v2_cancel(host_name, printer, user_name, last_id); 80 test_v2_cancel(host_name, printer, user_name, "99999") [all...] |
| /src/external/bsd/wpa/dist/src/radius/ |
| radius_das.h | 31 const u8 *user_name; member in struct:radius_das_attrs
|
| /src/external/ibm-public/postfix/dist/src/postdrop/ |
| postdrop.c | 250 char *user_name; local 275 user_name = user_info->pw_name; 279 user_name = vstring_str(user_name_buf); 290 res = login_sender_match(lsm, user_name, vstring_str(sender_buf));
|
| /src/crypto/external/apache2/openssl/dist/crypto/property/ |
| property_parse.c | 63 int user_name = 0; local 79 user_name = 1; 92 *idx = ossl_property_name(ctx, name, user_name && create);
|
| /src/crypto/external/bsd/openssl/dist/crypto/property/ |
| property_parse.c | 63 int user_name = 0; local 79 user_name = 1; 92 *idx = ossl_property_name(ctx, name, user_name && create);
|
| /src/external/bsd/libfido2/dist/fuzz/ |
| fuzz_cred.c | 27 char user_name[MAXSTR]; member in struct:param 99 unpack_string(v[11], p->user_name) < 0 || 141 (argv[11] = pack_string(p->user_name)) == NULL || 189 strlcpy(dummy.user_name, dummy_user_name, sizeof(dummy.user_name)); 216 const char *user_name, const char *user_nick, const char *user_icon, 233 fido_cred_set_user(cred, user_id->body, user_id->len, user_name, 258 fido_cred_set_user(cred, user_id->body, user_id->len, user_name, 387 &p->user_id, p->user_name, p->user_nick, p->user_icon, p->ext, 475 mutate_string(p->user_name); [all...] |
| /src/external/ibm-public/postfix/dist/src/master/ |
| dgram_server.c | 312 char *user_name = 0; local 434 user_name = "setme"; 533 if (user_name) 553 if (user_name) 554 user_name = var_mail_owner; 622 chroot_uid(root_dir, user_name);
|
| event_server.c | 559 char *user_name = 0; local 690 user_name = "setme"; 795 if (user_name) 827 if (user_name) 828 user_name = var_mail_owner; 911 chroot_uid(root_dir, user_name);
|
| multi_server.c | 543 char *user_name = 0; local 668 user_name = "setme"; 776 if (user_name) 793 if (user_name) 794 user_name = var_mail_owner; 877 chroot_uid(root_dir, user_name);
|
| single_server.c | 434 char *user_name = 0; local 562 user_name = "setme"; 663 if (user_name) 689 if (user_name) 690 user_name = var_mail_owner; 766 chroot_uid(root_dir, user_name);
|
| trigger_server.c | 419 char *user_name = 0; local 547 user_name = "setme"; 646 if (user_name) 666 if (user_name) 667 user_name = var_mail_owner; 757 chroot_uid(root_dir, user_name);
|
| /src/games/gomoku/ |
| main.c | 330 char *user_name; local 339 user_name = getlogin(); 340 strlcpy(user, user_name != NULL ? user_name : "you", sizeof(user));
|
| /src/libexec/telnetd/ |
| telnetd.c | 681 char user_name[256]; local 724 *user_name = 0; 725 level = getterminaltype(user_name, sizeof(user_name)); 731 startslave(host, level, user_name);
|
| /src/sys/dev/iscsi/ |
| iscsi_ioctl.h | 52 unsigned int user_name:1; member in struct:__anon3138::__anon3139 70 void *user_name; member in struct:__anon3138 134 user_name
|
| iscsi_text.c | 199 uint8_t user_name[MAX_STRING + 1]; /* authentication user ID */ member in struct:__anon3158 1272 if (par->is_present.user_name) 1273 copyinstr(par->user_name, state->user_name, MAX_STRING, &sz); 1275 strlcpy(state->user_name, iscsi_InitiatorName, 1276 sizeof(state->user_name)); 1474 set_key_s(state, K_Auth_CHAP_Name, state->user_name);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| tracepoint.h | 145 char *user_name; member in struct:trace_status
|
| /src/external/gpl3/gdb/dist/gdb/ |
| tracepoint.h | 145 char *user_name; member in struct:trace_status
|
| /src/crypto/external/bsd/openssh/dist/ |
| sk-usbhid.c | 1132 const char *rp_id, *rp_name, *user_name; local 1213 if ((user_name = fido_cred_user_name(cred)) == NULL) 1214 user_name = ""; 1219 "prot 0x%02x", sk->path, rp_id, user_name,
|
| /src/external/bsd/libfido2/dist/src/ |
| winhello.c | 53 wchar_t *user_name; member in struct:winhello_cred 703 if (pack_user(&ctx->user_name, &ctx->user_icon, &ctx->display_name, 837 free(ctx->user_name);
|
| /src/external/gpl2/gmake/dist/glob/ |
| glob.c | 719 const char *user_name; 723 user_name = dirname + 1; 735 user_name = newp; 753 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0) 765 p = getpwnam (user_name); 718 const char *user_name; local
|
| /src/external/gpl2/xcvs/dist/lib/ |
| glob.c | 616 const char *user_name; 620 user_name = dirname + 1; 627 user_name = newp; 647 while (getpwnam_r (user_name, &pwbuf, pwtmpbuf, buflen, &p) != 0) 663 p = getpwnam (user_name); 615 const char *user_name; local
|
| /src/sbin/iscsid/ |
| iscsid.h | 354 uint8_t user_name[ISCSI_STRING_LENGTH]; member in struct:__anon761 366 user_name
|
| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_server_ttls.c | 161 u8 *user_name; member in struct:eap_ttls_avp 256 parse->user_name = dpos; 1053 if (parse.user_name) { 1058 parse.user_name, 1065 sm->identity = os_memdup(parse.user_name, parse.user_name_len); 1071 if (eap_user_get(sm, parse.user_name, parse.user_name_len, 1)
|