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

/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dxstrtoul.c2 #define __strtol_t unsigned long int macro
H A Dxstrtoumax.c2 #define __strtol_t uintmax_t macro
H A Dxstrtol.c24 # define __strtol_t long int macro
48 bkm_scale (__strtol_t *x, int scale_factor)
50 if (TYPE_SIGNED (__strtol_t) && *x < STRTOL_T_MINIMUM / scale_factor)
65 bkm_scale_by_power (__strtol_t *x, int base, int power)
77 __strtol_t *val, const char *valid_suffixes)
81 __strtol_t tmp;
88 if (! TYPE_SIGNED (__strtol_t))
248 __strtol_t val;
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dxstrtoumax.c29 #define __strtol_t uintmax_t macro
H A Dxstrtol.c26 # define __strtol_t long int macro
98 bkm_scale (__strtol_t *x, int scale_factor)
100 __strtol_t product = *x * scale_factor;
108 bkm_scale_by_power (__strtol_t *x, int base, int power)
121 __strtol_t *val, const char *valid_suffixes)
125 __strtol_t tmp;
131 if (! TYPE_SIGNED (__strtol_t))
287 __strtol_t val;
/macosx-10.9.5/text_cmds-87/sort/
H A Dxstrtoumax.c27 #define __strtol_t uintmax_t macro
H A Dxstrtol.c30 # define __strtol_t long int macro
50 # define STRTOL_T_MINIMUM TYPE_MINIMUM (__strtol_t)
51 # define STRTOL_T_MAXIMUM TYPE_MAXIMUM (__strtol_t)
71 bkm_scale (__strtol_t *x, int scale_factor)
73 if (TYPE_SIGNED (__strtol_t) && *x < STRTOL_T_MINIMUM / scale_factor)
88 bkm_scale_by_power (__strtol_t *x, int base, int power)
100 __strtol_t *val, const char *valid_suffixes)
104 __strtol_t tmp;
111 if (! TYPE_SIGNED (__strtol_t))
271 __strtol_t va
[all...]

Completed in 117 milliseconds