HomeSort by relevance Sort by last modified time
    Searched refs:idstr (Results 1 - 11 of 11) sorted by null

  /external/iptables/extensions/
libip6t_dst.c 32 parse_opts_num(const char *idstr, const char *typestr)
37 id = strtoul(idstr, &ep, 0);
39 if ( idstr == ep ) {
41 "dst: no valid digits in %s `%s'", typestr, idstr);
46 typestr, idstr);
48 if ( *idstr != '\0' && *ep != '\0' ) {
50 "dst: error parsing %s `%s'", typestr, idstr);
libip6t_hbh.c 34 parse_opts_num(const char *idstr, const char *typestr)
39 id = strtoul(idstr,&ep,0) ;
41 if ( idstr == ep ) {
43 "hbh: no valid digits in %s `%s'", typestr, idstr);
48 typestr, idstr);
50 if ( *idstr != '\0' && *ep != '\0' ) {
52 "hbh: error parsing %s `%s'", typestr, idstr);
  /external/qemu/
arch_init.c 141 qemu_put_byte(f, strlen(block->idstr));
142 qemu_put_buffer(f, (uint8_t *)block->idstr,
143 strlen(block->idstr));
150 qemu_put_byte(f, strlen(block->idstr));
151 qemu_put_buffer(f, (uint8_t *)block->idstr,
152 strlen(block->idstr));
294 qemu_put_byte(f, strlen(block->idstr));
295 qemu_put_buffer(f, (uint8_t *)block->idstr, strlen(block->idstr));
362 if (!strncmp(id, block->idstr, sizeof(id))
    [all...]
savevm.c 1672 char idstr[256]; member in struct:CompatEntry
1678 char idstr[256]; member in struct:SaveStateEntry
2253 char idstr[256]; local
2347 char idstr[257]; local
    [all...]
exec.c 1040 assert(!new_block->idstr[0]);
1045 snprintf(new_block->idstr, sizeof(new_block->idstr), "%s/", id);
1049 pstrcat(new_block->idstr, sizeof(new_block->idstr), name);
1054 if (block != new_block && !strcmp(block->idstr, new_block->idstr)) {
1056 new_block->idstr);
1146 snprintf(new_block->idstr, sizeof(new_block->idstr), "%s/", id)
    [all...]
  /system/core/debuggerd/
getevent.cpp 42 char idstr[80]; local
58 idstr[sizeof(idstr) - 1] = '\0';
65 if (ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
66 idstr[0] = '\0';
  /external/openfst/src/include/fst/script/
draw-impl.h 142 string idstr; local
143 Int64ToStr(id, &idstr);
144 PrintString(idstr);
  /system/core/toolbox/
getevent.c 303 char idstr[80]; local
325 idstr[sizeof(idstr) - 1] = '\0';
334 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
336 idstr[0] = '\0';
369 " id: \"%s\"\n", location, idstr);
  /external/tcpdump/
print-isakmp.c 773 const char *idstr; local
786 idstr = STR_OR_ID(t.t_id, ikev1_p_map);
791 idstr = STR_OR_ID(t.t_id, ah_p_map);
796 idstr = STR_OR_ID(t.t_id, esp_p_map);
801 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
806 idstr = NULL;
812 if (idstr)
813 ND_PRINT((ndo," #%d id=%s ", t.t_no, idstr));
1436 const char *idstr; local
    [all...]
  /external/qemu/include/migration/
vmstate.h 66 const char *idstr,
74 const char *idstr,
80 void unregister_savevm(DeviceState* dev, const char *idstr, void *opaque);
81 void register_device_unmigratable(DeviceState *dev, const char *idstr,
    [all...]
  /external/qemu/include/exec/
cpu-all.h 465 char idstr[256]; member in struct:RAMBlock

Completed in 2348 milliseconds