Searched defs:id_str (Results 1 - 11 of 11) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/ap/
H A Deap_user_db.c136 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[
[all...]
/external/wpa_supplicant_8/src/ap/
H A Deap_user_db.c136 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[
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Deap_user_db.c136 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[
[all...]
/external/qemu/android/
H A Dsnapshot.c82 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);
/external/qemu/block/
H A Dqcow2-snapshot.c45 /* id_str follows */
56 qemu_free(s->snapshots[i].id_str);
99 sn->id_str = qemu_malloc(id_str_size + 1);
100 if (bdrv_pread(bs->file, offset, sn->id_str, id_str_size) != id_str_size)
103 sn->id_str[id_str_size] = '\0';
135 offset += strlen(sn->id_str);
156 id_str_size = strlen(sn->id_str);
164 if (bdrv_pwrite_sync(bs->file, offset, sn->id_str, id_str_size) < 0)
192 char *id_str, int id_str_size)
200 id = strtoul(sn->id_str, NUL
191 find_new_snapshot_id(BlockDriverState *bs, char *id_str, int id_str_size) argument
207 find_snapshot_by_id(BlockDriverState *bs, const char *id_str) argument
[all...]
H A Dqcow2.h73 char *id_str; member in struct:QCowSnapshot
/external/qemu/
H A Dblock.h20 char id_str[128]; /* unique snapshot id */ member in struct:QEMUSnapshotInfo
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_ssid.h351 * id_str - Network identifier string for external scripts
357 char *id_str; member in struct:wpa_ssid
H A Dwps_supplicant.c1927 int ndef, const char *id_str)
1930 if (id_str) {
1935 id = strtol(id_str, &end, 10);
1926 wpas_wps_nfc_config_token(struct wpa_supplicant *wpa_s, int ndef, const char *id_str) argument
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc2658 std::string id_str; local
2659 if (!args.Get().GetString(0, &id_str)) {
2663 if (!base::StringToInt64(id_str, &id)) {
/external/elfutils/src/
H A Dld.h627 id_str, /* Normal string. */ enumerator in enum:id_list::__anon6028::id_type

Completed in 1719 milliseconds