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

  /external/libpcap/
etherent.c 53 static inline int xdtoi(int);
59 xdtoi(c) function
119 d = xdtoi(c);
123 d |= xdtoi(c);
nametoaddr.c 114 static inline int xdtoi(int);
385 xdtoi(c) function
461 d = xdtoi(*s++);
464 d |= xdtoi(*s++);
scanner.l 142 static inline int xdtoi(int);
448 xdtoi(c)
481 n = n * base + xdtoi(*s++);
scanner.c 5063 xdtoi(c) function
    [all...]

Completed in 69 milliseconds