HomeSort by: relevance | last modified time | path
    Searched defs:__strtol (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/diffutils/dist/lib/
xstrtoumax.c 30 #define __strtol strtoumax macro
xstrtol.c 26 #ifndef __strtol
27 # define __strtol strtol macro
143 tmp = __strtol (s, p, strtol_base);
  /src/external/gpl2/grep/dist/lib/
xstrtoumax.c 30 #define __strtol strtoumax macro
xstrtol.c 26 #ifndef __strtol
27 # define __strtol strtol macro
139 tmp = __strtol (s, p, strtol_base);

Completed in 21 milliseconds