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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/
tokens.c 62 * idstr()
68 static char *idstr(const char *fstr, MemoryPool *pool) function
86 } // idstr
172 pTok->name = idstr(name, pool);
  /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';
  /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/qemu/
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...]
cpu-all.h 919 char idstr[256]; member in struct:RAMBlock
  /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...]
  /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...]

Completed in 233 milliseconds