HomeSort by relevance Sort by last modified time
    Searched defs:id_str (Results 1 - 8 of 8) sorted by null

  /external/wpa_supplicant_8/src/ap/
eap_user_db.c 136 char id_str[256], cmd[300]; local
139 if (identity_len >= sizeof(id_str))
141 os_memcpy(id_str, identity, identity_len);
142 id_str[identity_len] = '\0';
144 if (id_str[i] >= 'a' && id_str[i] <= 'z')
146 if (id_str[i] >= 'A' && id_str[i] <= 'Z')
148 if (id_str[i] >= '0' && id_str[i] <= '9'
    [all...]
  /external/qemu/android/
snapshot.c 82 char *id_str; member in struct:SnapshotInfo
101 AFREE(info->id_str);
145 info->id_str = android_alloc(id_str_size + 1); // +1: manual null-termination
148 read_or_die(fd, info->id_str, id_str_size);
151 info->id_str[id_str_size] = '\0';
234 info->id_str, info->name, size_buf, date_buf, clock_buf);
  /cts/tools/dasm/src/java_cup/
production.java 285 * @param id_str the name of the id to be translated.
291 String id_str, /* the id string we are (possibly) translating */
301 label_pos = (Integer)label_map.get(id_str);
304 if (label_pos == null) return id_str;
307 label_type = (String)label_types.get(id_str);
322 System.err.println("*** Label \"" + id_str +
329 return id_str;
337 return "(/*"+id_str+"*/("+label_type+")" +
360 String id_str; local
391 id_str = new String(buffer, id_start, pos - id_start)
    [all...]
  /external/qemu/block/
qcow2.h 73 char *id_str; member in struct:QCowSnapshot
  /external/qemu/
block.h 20 char id_str[128]; /* unique snapshot id */ member in struct:QEMUSnapshotInfo
  /external/wpa_supplicant_8/wpa_supplicant/
config_ssid.h 351 * id_str - Network identifier string for external scripts
357 char *id_str; member in struct:wpa_ssid
  /external/chromium/chrome/browser/sync/engine/
syncapi.cc 2658 std::string id_str; local
    [all...]
  /external/elfutils/src/
ld.h 627 id_str, /* Normal string. */ enumerator in enum:id_list::__anon7992::id_type
    [all...]

Completed in 698 milliseconds