/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | eap_user_db.c | 140 char id_str[256], cmd[300]; in eap_user_sqlite_get() local 144 if (identity_len >= sizeof(id_str)) { in eap_user_sqlite_get() 147 (int) (sizeof(id_str))); in eap_user_sqlite_get() 150 os_memcpy(id_str, identity, identity_len); 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() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | eap_user_db.c | 140 char id_str[256], cmd[300]; in eap_user_sqlite_get() local 144 if (identity_len >= sizeof(id_str)) { in eap_user_sqlite_get() 147 (int) (sizeof(id_str))); in eap_user_sqlite_get() 150 os_memcpy(id_str, identity, identity_len); 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() [all …]
|
/third_party/alsa-utils/alsaloop/ |
D | control.c | 29 static char *id_str(snd_ctl_elem_id_t *id) in id_str() function 168 logit(LOG_WARNING, "Unable to read control info for '%s'\n", id_str(ctl->id)); in control_init1() 173 logit(LOG_WARNING, "Unable to read control info '%s': %s\n", id_str(ctl->id), snd_strerror(err)); in control_init1() 178 …logit(LOG_WARNING, "Unable to read control value (init1) '%s': %s\n", id_str(ctl->id), snd_strerro… in control_init1() 274 logit(LOG_CRIT, "Unable to create control '%s': %s\n", id_str(mix->dst.id), snd_strerror(err)); in control_init2() 279 …logit(LOG_CRIT, "Unable to unlock control info '%s': %s\n", id_str(mix->dst.id), snd_strerror(err)… in control_init2() 284 logit(LOG_CRIT, "Unable to read control info '%s': %s\n", id_str(mix->dst.id), snd_strerror(err)); in control_init2() 293 logit(LOG_CRIT, "Unable to read TLV for '%s': %s\n", id_str(mix->src.id), snd_strerror(err)); in control_init2() 300 logit(LOG_CRIT, "Unable to write TLV for '%s': %s\n", id_str(mix->src.id), snd_strerror(err)); in control_init2() 306 …logit(LOG_CRIT, "Unable to write control value '%s': %s\n", id_str(mix->dst.id), snd_strerror(err)… in control_init2() [all …]
|
/third_party/gstreamer/gstplugins_good/ext/taglib/ |
D | gstid3v2mux.cc | 299 gchar *id_str = NULL; in add_unique_file_id_tag() local 301 if (gst_tag_list_get_string_index (list, tag, 0, &id_str) && id_str) { in add_unique_file_id_tag() 304 GST_LOG ("Adding %s (%s): %s", tag, origin, id_str); in add_unique_file_id_tag() 305 frame = new ID3v2::UniqueFileIdentifierFrame (origin, id_str); in add_unique_file_id_tag() 307 g_free (id_str); in add_unique_file_id_tag() 347 gchar *id_str; in add_musicbrainz_tag() local 349 if (gst_tag_list_get_string_index (list, tag, 0, &id_str) && id_str) { in add_musicbrainz_tag() 350 GST_DEBUG ("Setting '%s' to '%s'", mb_ids[idx].spec_id, id_str); in add_musicbrainz_tag() 357 frame->setText (id_str); in add_musicbrainz_tag() 362 frame->setText (id_str); in add_musicbrainz_tag() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/ |
D | gstjpegparse.c | 430 const gchar *id_str = NULL; in gst_jpeg_parse_skip_marker() local 432 if (gst_byte_reader_peek_string_utf8 (reader, &id_str)) { in gst_jpeg_parse_skip_marker() 434 marker, id_str ? id_str : "(NULL)", size); in gst_jpeg_parse_skip_marker() 488 const gchar *id_str; in gst_jpeg_parse_app1() local 495 if (!gst_byte_reader_peek_string_utf8 (reader, &id_str)) in gst_jpeg_parse_app1() 498 if (!strncmp (id_str, "Exif", 4)) { in gst_jpeg_parse_app1() 513 APP1, id_str, size); in gst_jpeg_parse_app1() 515 } else if (!strncmp (id_str, "http://ns.adobe.com/xap/1.0/", 28)) { in gst_jpeg_parse_app1() 530 APP1, id_str, size); in gst_jpeg_parse_app1()
|
/third_party/cef/libcef/browser/devtools/ |
D | devtools_util.cc | 82 const base::StringPiece& id_str = message.substr(id_start, id_end - id_start); in ParseResult() local 83 if (id_str.empty() || !base::StringToInt(id_str, &message_id)) in ParseResult()
|
/third_party/gstreamer/gstplugins_bad/gst/id3tag/ |
D | id3tag.c | 873 const gchar *id_str; in add_musicbrainz_tag() local 875 if (gst_tag_list_peek_string_index (list, tag, 0, &id_str) && id_str) { in add_musicbrainz_tag() 881 GST_DEBUG ("Setting '%s' to '%s'", mb_ids[idx].spec_id, id_str); in add_musicbrainz_tag() 882 encoding = id3v2_tag_string_encoding (id3v2tag, id_str); in add_musicbrainz_tag() 887 id3v2_frame_write_string (&frame1, encoding, id_str, FALSE); in add_musicbrainz_tag() 894 id3v2_frame_write_string (&frame2, encoding, id_str, FALSE); in add_musicbrainz_tag() 905 const gchar *id_str = NULL; in add_unique_file_id_tag() local 907 if (gst_tag_list_peek_string_index (list, tag, 0, &id_str) && id_str) { in add_unique_file_id_tag() 910 GST_LOG ("Adding %s (%s): %s", tag, origin, id_str); in add_unique_file_id_tag() 915 id3v2_frame_write_bytes (&frame, (const guint8 *) id_str, in add_unique_file_id_tag() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius_server.c | 669 char addr[3 * ETH_ALEN], *id_str; in radius_srv_hs20_t_c_pending() local 682 id_str = os_malloc(id_len + 1); in radius_srv_hs20_t_c_pending() 683 if (!id_str) in radius_srv_hs20_t_c_pending() 685 os_memcpy(id_str, id, id_len); 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() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius_server.c | 836 char addr[3 * ETH_ALEN], *id_str; in radius_srv_hs20_t_c_pending() local 849 id_str = os_malloc(id_len + 1); in radius_srv_hs20_t_c_pending() 850 if (!id_str) in radius_srv_hs20_t_c_pending() 852 os_memcpy(id_str, id, id_len); in radius_srv_hs20_t_c_pending() 853 id_str[id_len] = '\0'; in radius_srv_hs20_t_c_pending() 856 addr, id_str); in radius_srv_hs20_t_c_pending() 857 os_free(id_str); in radius_srv_hs20_t_c_pending() 907 char *id_str = NULL; in db_update_last_msk() local 918 id_str = os_malloc(id_len); in db_update_last_msk() 919 if (!id_str) in db_update_last_msk() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate.cpp | 108 auto id_str = ss.str(); in ValidateForwardDecls() local 111 << id_str.substr(0, id_str.size() - 1); in ValidateForwardDecls()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate.cpp | 108 auto id_str = ss.str(); in ValidateForwardDecls() local 111 << id_str.substr(0, id_str.size() - 1); in ValidateForwardDecls()
|
/third_party/spirv-tools/source/val/ |
D | validate.cpp | 108 auto id_str = ss.str(); in ValidateForwardDecls() local 111 << id_str.substr(0, id_str.size() - 1); in ValidateForwardDecls()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wps_supplicant.h | 66 int ndef, const char *id_str);
|
D | config_ssid.h | 447 char *id_str; member
|
D | README-HS20 | 449 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (auth) [id=0 id_str=] 490 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (reauth) [id=0 id_str=]
|
D | wps_supplicant.c | 2268 int ndef, const char *id_str) in wpas_wps_nfc_config_token() argument 2271 if (id_str) { in wpas_wps_nfc_config_token() 2276 id = strtol(id_str, &end, 10); in wpas_wps_nfc_config_token()
|
D | config_winreg.c | 944 STR(id_str); in wpa_config_write_network()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | wps_supplicant.h | 67 int ndef, const char *id_str);
|
D | config_ssid.h | 465 char *id_str; member
|
D | README-HS20 | 455 <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=]
|
D | wps_supplicant.c | 2322 int ndef, const char *id_str) in wpas_wps_nfc_config_token() argument 2325 if (id_str) { in wpas_wps_nfc_config_token() 2330 id = strtol(id_str, &end, 10); in wpas_wps_nfc_config_token()
|
/third_party/ffmpeg/libavformat/ |
D | dashenc.c | 975 char id_str[10], *end_str; in parse_adaptation_sets() local 978 snprintf(id_str, sizeof(id_str), "%.*s", n, p); in parse_adaptation_sets() 980 i = strtol(id_str, &end_str, 10); in parse_adaptation_sets() 981 if (id_str == end_str || i < 0 || i > c->nb_as) { in parse_adaptation_sets() 982 … av_log(s, AV_LOG_ERROR, "\"%s\" is not a valid value for an AdaptationSet id\n", id_str); in parse_adaptation_sets()
|
/third_party/alsa-utils/alsactl/ |
D | state.c | 33 static char *id_str(snd_ctl_elem_id_t *id) in id_str() function 246 error("Cannot read control info '%s': %s", id_str(id), snd_strerror(err)); in get_control() 255 error("Cannot read control '%s': %s", id_str(id), snd_strerror(err)); in get_control()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 166 network, and WPA_ID_STR contains the content of the id_str option.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 162 network, and WPA_ID_STR contains the content of the id_str option.
|