Home
last modified time | relevance | path

Searched refs:id_str (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/wpa/src/ap/
H A Deap_user_db.c140 char id_str[256], cmd[300]; in eap_user_sqlite_get() local
147 (int) (sizeof(id_str))); in eap_user_sqlite_get()
151 id_str[identity_len] = '\0'; in eap_user_sqlite_get()
153 if (id_str[i] >= 'a' && id_str[i] <= 'z') in eap_user_sqlite_get()
155 if (id_str[i] >= 'A' && id_str[i] <= 'Z') in eap_user_sqlite_get()
157 if (id_str[i] >= '0' && id_str[i] <= '9') in eap_user_sqlite_get()
159 if (id_str[i] == '-' || id_str[i] == '_' || id_str[i] == '.' || in eap_user_sqlite_get()
160 id_str[i] == ',' || id_str[i] == '@' || id_str[i] == '\\' || in eap_user_sqlite_get()
161 id_str[i] == '!' || id_str[i] == '#' || id_str[i] == '%' || in eap_user_sqlite_get()
162 id_str[i] == '=' || id_str[i] == ' ') in eap_user_sqlite_get()
[all …]
/freebsd/contrib/com_err/
H A Dcompile_et.c53 char *id_str; variable
79 if(id_str) in generate_c()
80 fprintf(c_file, "/* %s */\n", id_str); in generate_c()
144 if(id_str) in generate_h()
145 fprintf(h_file, "/* %s */\n", id_str); in generate_h()
H A Dcompile_et.h50 extern char *id_str;
H A Dparse.y75 id_str = $2;
/freebsd/crypto/heimdal/lib/com_err/
H A Dcompile_et.c53 char *id_str; variable
79 if(id_str) in generate_c()
80 fprintf(c_file, "/* %s */\n", id_str); in generate_c()
144 if(id_str) in generate_h()
145 fprintf(h_file, "/* %s */\n", id_str); in generate_h()
H A Dcompile_et.h53 extern char *id_str;
H A Dparse.y75 id_str = $2;
/freebsd/contrib/libdiff/test/
H A Dtest016.left.txt32 char *refname = NULL, *id_str = NULL, *logmsg_path = NULL;
187 error = got_object_id_str(&id_str, new_commit_id);
219 got_ref_get_name(branch_ref), id_str);
232 free(id_str);
256 char *default_destdir = NULL, *id_str = NULL;
H A Dtest016.right.txt32 char *refname = NULL, *id_str = NULL, *logmsg_path = NULL;
187 error = got_object_id_str(&id_str, new_commit_id);
219 got_ref_get_name(branch_ref), id_str);
232 free(id_str);
256 char *default_destdir = NULL, *id_str = NULL;
H A Dtest116.left-P.txt32 char *refname = NULL, *id_str = NULL, *logmsg_path = NULL;
187 error = got_object_id_str(&id_str, new_commit_id);
219 got_ref_get_name(branch_ref), id_str);
232 free(id_str);
256 char *default_destdir = NULL, *id_str = NULL;
H A Dtest116.right-P.txt32 char *refname = NULL, *id_str = NULL, *logmsg_path = NULL;
187 error = got_object_id_str(&id_str, new_commit_id);
219 got_ref_get_name(branch_ref), id_str);
232 free(id_str);
256 char *default_destdir = NULL, *id_str = NULL;
H A Dexpect016.diff6 char *default_destdir = NULL, *id_str = NULL;
H A Dexpect116.diff6 char *default_destdir = NULL, *id_str = NULL;
/freebsd/sbin/camcontrol/
H A Dpersist.c462 char *id_str; in scsipersist() local
473 id_str = strdup(optarg); in scsipersist()
474 if (id_str == NULL) { in scsipersist()
481 error = scsi_parse_transportid(id_str, &id->hdr, in scsipersist()
487 free(id_str); in scsipersist()
490 free(id_str); in scsipersist()
/freebsd/contrib/wpa/src/radius/
H A Dradius_server.c683 if (!id_str) in radius_srv_hs20_t_c_pending()
686 id_str[id_len] = '\0'; in radius_srv_hs20_t_c_pending()
689 addr, id_str); in radius_srv_hs20_t_c_pending()
690 os_free(id_str); in radius_srv_hs20_t_c_pending()
740 char *id_str = NULL; in db_update_last_msk() local
751 id_str = os_malloc(id_len); in db_update_last_msk()
752 if (!id_str) in db_update_last_msk()
760 if (!id_str) in db_update_last_msk()
763 id_str[id_len] = '\0'; in db_update_last_msk()
767 msk, id_str); in db_update_last_msk()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp628 StreamString id_str; in DoExecute() local
629 BreakpointID::GetCanonicalReference(&id_str, in DoExecute()
643 id_str.GetData()); in DoExecute()
651 id_str.GetData()); in DoExecute()
H A DCommandObjectBreakpoint.cpp2520 StreamString id_str; in VerifyIDs() local
2522 &id_str, cur_bp_id.GetBreakpointID(), cur_bp_id.GetLocationID()); in VerifyIDs()
2526 id_str.GetData()); in VerifyIDs()
/freebsd/sys/cam/scsi/
H A Dscsi_all.c6100 __func__, id_str); in scsi_parse_transportid_64bit()
6216 if (id_str == NULL) { in scsi_parse_transportid_spi()
6281 id_len = strlen(id_str); in scsi_parse_transportid_rdma()
6298 tmpstr = id_str; in scsi_parse_transportid_rdma()
6434 id_len = strlen(id_str); in scsi_parse_transportid_iscsi()
6460 __func__, id_str); in scsi_parse_transportid_iscsi()
6478 __func__, id_str); in scsi_parse_transportid_iscsi()
6564 if ((id_str == NULL) in scsi_parse_transportid_sop()
6565 || (*id_str == '\0')) { in scsi_parse_transportid_sop()
6588 if (id_str != NULL) { in scsi_parse_transportid_sop()
[all …]
H A Dscsi_all.h3977 int scsi_parse_transportid_64bit(int proto_id, char *id_str,
3985 int scsi_parse_transportid_spi(char *id_str,
3993 int scsi_parse_transportid_rdma(char *id_str,
4001 int scsi_parse_transportid_iscsi(char *id_str,
4009 int scsi_parse_transportid_sop(char *id_str,
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwps_supplicant.h67 int ndef, const char *id_str);
H A Dconfig_ssid.h465 char *id_str; member
H A DREADME-HS20455 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (auth) [id=0 id_str=]
496 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (reauth) [id=0 id_str=]
H A Dwps_supplicant.c2318 int ndef, const char *id_str) in wpas_wps_nfc_config_token() argument
2321 if (id_str) { in wpas_wps_nfc_config_token()
2326 id = strtol(id_str, &end, 10); in wpas_wps_nfc_config_token()
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore.c1464 char *id_str; in xs_transaction_start() local
1468 (void **)&id_str); in xs_transaction_start()
1470 t->id = strtoul(id_str, NULL, 0); in xs_transaction_start()
1471 free(id_str, M_XENSTORE); in xs_transaction_start()
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_cli.sgml166 network, and WPA_ID_STR contains the content of the id_str option.

12