| /src/external/bsd/wpa/dist/src/eap_server/ |
| eap_sim_db.h | 55 const char *permanent, char *pseudonym); 57 int eap_sim_db_add_reauth(struct eap_sim_db_data *data, const char *permanent, 60 const char *permanent, 69 char *permanent; /* Permanent username */ member in struct:eap_sim_reauth
|
| eap_server_aka.c | 55 char permanent[20]; /* Permanent username */ member in struct:eap_aka_data 118 "EAP-AKA: Permanent identity recognized - skip AKA-Identity exchange"); 119 os_strlcpy(data->permanent, data->reauth->permanent, 120 sizeof(data->permanent)); 122 data->reauth->permanent, 136 os_strlcpy(data->permanent, data->reauth->permanent, 137 sizeof(data->permanent)); 196 const char *permanent; local 803 const char *permanent; local [all...] |
| eap_sim_db.c | 32 char *permanent; /* permanent username */ member in struct:eap_sim_pseudonym 99 " permanent CHAR(21) PRIMARY KEY," 120 " permanent CHAR(21) PRIMARY KEY," 182 const char *permanent, char *pseudonym) 187 if (!valid_db_string(permanent) || !valid_db_string(pseudonym)) { 193 "(permanent, pseudonym) VALUES ('%s', '%s');", 194 permanent, pseudonym); 213 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) { 232 "SELECT permanent FROM pseudonyms WHERE pseudonym='%s';" [all...] |
| eap_server_sim.c | 43 char permanent[20]; /* Permanent username */ member in struct:eap_sim_data 524 "EAP-SIM: Permanent identity recognized - skip new Identity query"); 525 os_strlcpy(data->permanent, 526 data->reauth->permanent, 527 sizeof(data->permanent)); 529 data->reauth->permanent, 541 os_strlcpy(data->permanent, data->reauth->permanent, 542 sizeof(data->permanent)); 550 const char *permanent; local [all...] |
| /src/external/mpl/bind/dist/bin/named/include/named/ |
| os.h | 45 named_os_changeuser(bool permanent);
|
| /src/tests/net/arp/ |
| t_arp.sh | 102 # Make a permanent cache entry to avoid sending an NS packet disturbing 118 atf_check -s exit:0 -o not-match:'permanent' rump.arp -n $IP4DST 140 if [ $type = 'permanent' ]; then 141 atf_check -s exit:0 -o match:'permanent' rump.arp -n $ip 144 atf_check -s exit:0 -o not-match:'permanent' rump.arp -n $ip 167 check_arp_static_entry 10.0.1.10 'b2:a0:20:00:00:10' permanent 187 check_arp_static_entry 10.0.1.11 'b2:a0:20:00:00:11' permanent 188 check_arp_static_entry 10.0.1.12 'b2:a0:20:00:00:12' permanent 189 check_arp_static_entry 10.0.1.13 'b2:a0:20:00:00:13' permanent 190 check_arp_static_entry 10.0.1.14 'b2:a0:20:00:00:14' permanent [all...] |
| /src/lib/libc/time/ |
| tzselect.ksh | 794 You can make this change permanent for yourself by appending the line
|
| /src/external/mpl/bind/dist/bin/named/ |
| os.c | 559 named_os_changeuser(bool permanent) { 565 if (!permanent) {
|
| /src/external/mpl/dhcp/dist/client/scripts/ |
| openwrt | 221 ${ip} -f inet6 addr flush dev ${interface} scope global permanent
|
| linux | 429 # flush any stale global permanent IPs from interface 430 ${ip} -6 addr flush dev ${interface} scope global permanent
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| breakpoint.h | 407 /* True if this is a permanent breakpoint. There is a breakpoint 412 bool permanent = false; 411 bool permanent = false; member in class:bp_location
|
| breakpoint.c | 4432 permanent breakpoint. 4435 - When continuing from a location with a permanent breakpoint, we 4452 || bl->permanent) 4459 else if (bl->permanent) 4482 || bl->permanent) 8628 /* While by definition, permanent breakpoints are already present in the 8638 (If GDB later needs to continue execution past the permanent breakpoint, 8642 new_loc->permanent = 1; 8649 /* Return true if LOC is pointing to a permanent breakpoint, 11201 permanent elements and tertiarily just ensuring the array is sorte [all...] |
| ChangeLog-3.x | 1562 and allowed any type to point at this one if it is permanent.
|
| infrun.c | 2735 at a permanent breakpoint; we need to step over it, but permanent 2750 is hit, resume skipping the permanent breakpoint. If 2755 infrun_debug_printf ("resume: skipping permanent breakpoint, " 2768 .permanent); 2778 permanent breakpoint manually. */ 2779 infrun_debug_printf ("skipping permanent breakpoint"); 7622 /* If we stepped a permanent breakpoint and we had a high priority 7634 && sr_bp->first_loc ().permanent 7638 infrun_debug_printf ("stepped permanent breakpoint, stopped in handler") [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| breakpoint.h | 407 /* True if this is a permanent breakpoint. There is a breakpoint 412 bool permanent = false; 411 bool permanent = false; member in class:bp_location
|
| breakpoint.c | 4443 permanent breakpoint. 4446 - When continuing from a location with a permanent breakpoint, we 4463 || bl->permanent) 4470 else if (bl->permanent) 4493 || bl->permanent) 8657 /* While by definition, permanent breakpoints are already present in the 8667 (If GDB later needs to continue execution past the permanent breakpoint, 8671 new_loc->permanent = 1; 8678 /* Return true if LOC is pointing to a permanent breakpoint, 11232 - secondarily by ordering first permanent elements, an [all...] |
| ChangeLog-3.x | 1562 and allowed any type to point at this one if it is permanent.
|
| infrun.c | 2729 at a permanent breakpoint; we need to step over it, but permanent 2744 is hit, resume skipping the permanent breakpoint. If 2749 infrun_debug_printf ("resume: skipping permanent breakpoint, " 2762 .permanent); 2772 permanent breakpoint manually. */ 2773 infrun_debug_printf ("skipping permanent breakpoint"); 7631 /* If we stepped a permanent breakpoint and we had a high priority 7643 && sr_bp->first_loc ().permanent 7647 infrun_debug_printf ("stepped permanent breakpoint, stopped in handler") [all...] |
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
| llvm_debuginfo.mli | 530 (** [dibuild_create_forward_decl] Create a permanent forward-declared type.
|
| /src/tests/net/ndp/ |
| t_ndp.sh | 132 # Make a permanent cache entry to avoid sending an NS packet disturbing 148 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n $IP6DST 184 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::10 207 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n $IP6DST 208 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::11 209 atf_check -s exit:0 -o match:'permanent' rump.ndp -n fc00::12 238 atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n fc00::10 255 # Cannot overwrite a permanent cache 265 atf_check -s exit:0 -o match:'permanent' rump.ndp -n $IP6DST 270 #atf_check -s exit:0 -o not-match:'permanent' rump.ndp -n fc00::1 [all...] |
| /src/common/dist/zlib/ |
| make_vms.com | 706 $! Write configuration to both permanent and temporary config file
|
| /src/external/gpl3/binutils/dist/zlib/ |
| make_vms.com | 706 $! Write configuration to both permanent and temporary config file
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| make_vms.com | 706 $! Write configuration to both permanent and temporary config file
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| make_vms.com | 706 $! Write configuration to both permanent and temporary config file
|
| /src/external/gpl3/gdb/dist/zlib/ |
| make_vms.com | 706 $! Write configuration to both permanent and temporary config file
|