Searched refs:__strtol (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dxstrtoul.c1 #define __strtol strtoul macro
H A Dxstrtoumax.c1 #define __strtol strtoumax macro
H A Dxstrtol.c22 #ifndef __strtol
23 # define __strtol strtol macro
99 tmp = __strtol (s, p, strtol_base);
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dxstrtoumax.c28 #define __strtol strtoumax macro
H A Dxstrtol.c24 #ifndef __strtol
25 # define __strtol strtol macro
141 tmp = __strtol (s, p, strtol_base);
/macosx-10.10.1/text_cmds-88/sort/
H A Dxstrtoumax.c26 #define __strtol strtoumax macro
H A Dxstrtol.c28 #ifndef __strtol
29 # define __strtol strtol macro
122 tmp = __strtol (s, p, strtol_base);

Completed in 208 milliseconds