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

  /external/libpcap/
etherent.c 46 static inline int xdtoi(int);
52 xdtoi(c) function
112 d = xdtoi(c);
116 d |= xdtoi(c);
nametoaddr.c 94 static inline int xdtoi(int);
349 xdtoi(c) function
415 d = xdtoi(*s++);
418 d |= xdtoi(*s++);
scanner.l 63 static inline int xdtoi(int);
398 xdtoi(c)
431 n = n * base + xdtoi(*s++);
scanner.c 4461 xdtoi(c) function
    [all...]

Completed in 78 milliseconds