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

  /external/tcpdump/
print-telnet.c 97 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
100 numstr(int x) function
print-isakmp.c 92 static char *numstr(int);
143 (((x) < sizeof(tab)/sizeof(tab[0]) && tab[(x)]) ? tab[(x)] : numstr(x))
1042 printf(" type=%s", numstr(ntohs(n.type)));
1046 printf(" type=%s", numstr(ntohs(n.type)));
1066 printf(" type=%s", numstr(ntohs(n.type)));
1260 numstr(int x) function
    [all...]
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 111 String numstr = text.substring(0, spaceIndex); local
112 int rank = Integer.valueOf(numstr);

Completed in 310 milliseconds