HomeSort by relevance Sort by last modified time
    Searched defs:idstr (Results 1 - 8 of 8) 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/ipsec-tools/src/racoon/
remoteconf.c 435 char *idstr = NULL; local
438 idstr = ipsecdoi_id2str(iph1->id_p);
442 saddr2str(iph1->remote), idstr ? idstr : "<any>");
444 if (idstr)
445 racoon_free(idstr);
  /external/qemu/
savevm.c 780 char idstr[256]; member in struct:SaveStateEntry
797 int register_savevm_live(const char *idstr,
809 pstrcpy(se->idstr, sizeof(se->idstr), idstr);
823 && strcmp(se->idstr, (*pse)->idstr) == 0
832 int register_savevm(const char *idstr,
839 return register_savevm_live(idstr, instance_id, version_id,
843 void unregister_savevm(const char *idstr, void *opaque
1028 char idstr[256]; local
1085 char idstr[257]; local
    [all...]
cpu-all.h 919 char idstr[256]; member in struct:RAMBlock
  /external/strace/
process.c 1079 static char idstr[16]; variable
1086 sprintf(idstr, "ppid %lu", getrval2(tcp));
1087 tcp->auxstr = idstr;
1098 sprintf(idstr, "euid %lu", getrval2(tcp));
1099 tcp->auxstr = idstr;
1110 sprintf(idstr, "egid %lu", getrval2(tcp));
1111 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 458 milliseconds