HomeSort by relevance Sort by last modified time
    Searched refs:idstr (Results 1 - 12 of 12) 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 140 qemu_put_byte(f, strlen(block->idstr));
141 qemu_put_buffer(f, (uint8_t *)block->idstr,
142 strlen(block->idstr));
149 qemu_put_byte(f, strlen(block->idstr));
150 qemu_put_buffer(f, (uint8_t *)block->idstr,
151 strlen(block->idstr));
293 qemu_put_byte(f, strlen(block->idstr));
294 qemu_put_buffer(f, (uint8_t *)block->idstr, strlen(block->idstr));
361 if (!strncmp(id, block->idstr, sizeof(id))
    [all...]
savevm.c 811 char idstr[256]; member in struct:SaveStateEntry
828 int register_savevm_live(const char *idstr,
840 pstrcpy(se->idstr, sizeof(se->idstr), idstr);
854 && strcmp(se->idstr, (*pse)->idstr) == 0
863 int register_savevm(const char *idstr,
870 return register_savevm_live(idstr, instance_id, version_id,
874 void unregister_savevm(const char *idstr, void *opaque
1059 char idstr[256]; local
1121 char idstr[257]; local
    [all...]
exec.c     [all...]
cpu-all.h 919 char idstr[256]; member in struct:RAMBlock
  /system/core/debuggerd/
getevent.c 27 char idstr[80]; local
43 idstr[sizeof(idstr) - 1] = '\0';
52 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
54 idstr[0] = '\0';
  /external/openfst/src/include/fst/script/
draw-impl.h 142 string idstr; local
143 Int64ToStr(id, &idstr);
144 PrintString(idstr);
  /external/qemu/hw/
hw.h 255 int register_savevm(const char *idstr,
262 int register_savevm_live(const char *idstr,
270 void unregister_savevm(const char *idstr, void *opaque);
  /system/core/toolbox/
getevent.c 302 char idstr[80]; local
324 idstr[sizeof(idstr) - 1] = '\0';
333 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
335 idstr[0] = '\0';
363 " id: \"%s\"\n", location, idstr);
  /external/tcpdump/
print-isakmp.c 576 const char *idstr; local
589 idstr = STR_OR_ID(t.t_id, isakmp_p_map);
594 idstr = STR_OR_ID(t.t_id, ah_p_map);
599 idstr = STR_OR_ID(t.t_id, esp_p_map);
604 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
609 idstr = NULL;
615 if (idstr)
616 printf(" #%d id=%s ", t.t_no, idstr);
    [all...]
  /external/strace/
process.c 1072 static char idstr[16]; variable
1079 sprintf(idstr, "ppid %lu", getrval2(tcp));
1080 tcp->auxstr = idstr;
1091 sprintf(idstr, "euid %lu", getrval2(tcp));
1092 tcp->auxstr = idstr;
1103 sprintf(idstr, "egid %lu", getrval2(tcp));
1104 tcp->auxstr = idstr;
    [all...]

Completed in 2133 milliseconds