| /src/external/bsd/wpa/dist/src/ap/ |
| eap_user_db.c | 140 char id_str[256], cmd[300]; local 144 if (identity_len >= sizeof(id_str)) { 147 (int) (sizeof(id_str))); 150 os_memcpy(id_str, identity, identity_len); 151 id_str[identity_len] = '\0'; 153 if (id_str[i] >= 'a' && id_str[i] <= 'z') 155 if (id_str[i] >= 'A' && id_str[i] <= 'Z') 157 if (id_str[i] >= '0' && id_str[i] <= '9' [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| compile_et.c | 56 char *id_str; variable 83 if(id_str) 84 fprintf(c_file, "/* %s */\n", id_str); 148 if(id_str) 149 fprintf(h_file, "/* %s */\n", id_str);
|
| /src/sys/arch/xen/xenbus/ |
| xenbus_xs.c | 497 char *id_str; local 500 err = xs_single(NULL, XS_TRANSACTION_START, "", NULL, &id_str); 505 id = strtoul(id_str, NULL, 0); 506 free(id_str, M_DEVBUF);
|
| /src/external/gpl3/gcc/dist/gcc/config/nds32/ |
| nds32-isr.cc | 67 char *id_str, *value_str; local 112 id_str = strstr (target_str, "id="); 115 if (id_str == NULL) 118 id_str = strtok (id_str, "="); 158 char *id_str, *value_str; local 203 id_str = strstr (target_str, "id="); 206 if (id_str == NULL) 209 id_str = strtok (id_str, "=") [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
| nds32-isr.cc | 67 char *id_str, *value_str; local 112 id_str = strstr (target_str, "id="); 115 if (id_str == NULL) 118 id_str = strtok (id_str, "="); 158 char *id_str, *value_str; local 203 id_str = strstr (target_str, "id="); 206 if (id_str == NULL) 209 id_str = strtok (id_str, "=") [all...] |
| /src/external/gpl2/lvm2/dist/lib/format_text/ |
| format-text.c | 1995 char *id_str; local 2017 if (!get_config_str(cn, "id", &id_str)) { 2023 if (!id_read_format(&id, id_str)) { 2025 "of config file: %s", id_str);
|
| /src/external/bsd/wpa/dist/src/radius/ |
| radius_server.c | 669 char addr[3 * ETH_ALEN], *id_str; local 682 id_str = os_malloc(id_len + 1); 683 if (!id_str) 685 os_memcpy(id_str, id, id_len); 686 id_str[id_len] = '\0'; 689 addr, id_str); 690 os_free(id_str); 740 char *id_str = NULL; local 751 id_str = os_malloc(id_len); 752 if (!id_str) [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| config_ssid.h | 482 * id_str - Network identifier string for external scripts 488 char *id_str; member in struct:wpa_ssid
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| server.cc | 1981 std::string id_str = target_thread_id_str (thread); local 2006 if (!id_str.empty ()) 2007 string_xml_appendf (*buffer, " id_str=\"%s\"", id_str.c_str ());
|
| /src/external/gpl3/gdb/dist/gdb/ |
| remote.c | 1632 std::string id_str; member in struct:private_thread_info 4055 std::string id_str; 4183 attr = xml_find_attribute (attributes, "id_str"); 4185 item.id_str = (const char *) attr->value.get (); 4208 { "id_str", GDB_XML_AF_OPTIONAL, NULL, NULL }, 4393 info->id_str = std::move (item.id_str); 12446 if (!priv->id_str.empty ()) 12447 return priv->id_str; 4052 std::string id_str; member in struct:thread_item
|