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

  /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 322 char idstr[80]; local
344 idstr[sizeof(idstr) - 1] = '\0';
353 if(ioctl(fd, EVIOCGUNIQ(sizeof(idstr) - 1), &idstr) < 1) {
355 idstr[0] = '\0';
388 " 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...]

Completed in 1515 milliseconds