Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/wpa/dist/src/ap/
H A Deap_user_db.c140 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 …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/com_err/
H A Dcompile_et.c56 char *id_str; variable
83 if(id_str) in generate_c()
84 fprintf(c_file, "/* %s */\n", id_str); in generate_c()
148 if(id_str) in generate_h()
149 fprintf(h_file, "/* %s */\n", id_str); in generate_h()
H A Dcompile_et.h55 extern char *id_str;
H A Dparse.y77 id_str = $2;
H A Dparse.c1201 id_str = (yyvsp[0].string); in yyparse()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-isr.cc67 char *id_str, *value_str; in nds32_interrupt_attribute_parse_string() local
112 id_str = strstr (target_str, "id="); in nds32_interrupt_attribute_parse_string()
115 if (id_str == NULL) in nds32_interrupt_attribute_parse_string()
118 id_str = strtok (id_str, "="); in nds32_interrupt_attribute_parse_string()
158 char *id_str, *value_str; in nds32_exception_attribute_parse_string() local
203 id_str = strstr (target_str, "id="); in nds32_exception_attribute_parse_string()
206 if (id_str == NULL) in nds32_exception_attribute_parse_string()
209 id_str = strtok (id_str, "="); in nds32_exception_attribute_parse_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-isr.c67 char *id_str, *value_str; in nds32_interrupt_attribute_parse_string() local
112 id_str = strstr (target_str, "id="); in nds32_interrupt_attribute_parse_string()
115 if (id_str == NULL) in nds32_interrupt_attribute_parse_string()
118 id_str = strtok (id_str, "="); in nds32_interrupt_attribute_parse_string()
158 char *id_str, *value_str; in nds32_exception_attribute_parse_string() local
203 id_str = strstr (target_str, "id="); in nds32_exception_attribute_parse_string()
206 if (id_str == NULL) in nds32_exception_attribute_parse_string()
209 id_str = strtok (id_str, "="); in nds32_exception_attribute_parse_string()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dvms.c114 const char *id_str, size_t id_len) in vms_add_crtl_xlat() argument
123 TREE_CHAIN (targ) = get_identifier_with_length (id_str, id_len); in vms_add_crtl_xlat()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dvms.cc114 const char *id_str, size_t id_len) in vms_add_crtl_xlat() argument
123 TREE_CHAIN (targ) = get_identifier_with_length (id_str, id_len); in vms_add_crtl_xlat()
/netbsd-src/sys/arch/xen/xenbus/
H A Dxenbus_xs.c497 char *id_str; in xenbus_transaction_start() local
500 err = xs_single(NULL, XS_TRANSACTION_START, "", NULL, &id_str); in xenbus_transaction_start()
505 id = strtoul(id_str, NULL, 0); in xenbus_transaction_start()
506 free(id_str, M_DEVBUF); in xenbus_transaction_start()
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Dformat-text.c1995 char *id_str; in _get_config_disk_area() local
2017 if (!get_config_str(cn, "id", &id_str)) { in _get_config_disk_area()
2023 if (!id_read_format(&id, id_str)) { in _get_config_disk_area()
2025 "of config file: %s", id_str); in _get_config_disk_area()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A DChangeLog.05029 * xgettext.c (struct id_str): Make fields `const' pointers.