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

  /external/openssh/openbsd-compat/
strtonum.c 34 strtonum(const char *numstr, long long minval, long long maxval,
55 ll = strtoll(numstr, &ep, 10);
56 if (numstr == ep || *ep != '\0')
  /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...]
  /prebuilts/devtools/tools/lib/
traceview.jar 

Completed in 78 milliseconds