HomeSort by: relevance | last modified time | path
    Searched defs:id_str (Results 1 - 6 of 6) sorted by relevancy

  /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/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.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

Completed in 127 milliseconds