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

/freebsd-12-stable/gnu/usr.bin/grep/
H A Dxstrtoumax.c29 #define __strtol_t uintmax_t macro
H A Dxstrtol.c26 # define __strtol_t long int macro
94 bkm_scale (__strtol_t *x, int scale_factor)
96 __strtol_t product = *x * scale_factor;
104 bkm_scale_by_power (__strtol_t *x, int base, int power)
117 __strtol_t *val, const char *valid_suffixes)
121 __strtol_t tmp;
127 if (! TYPE_SIGNED (__strtol_t))
267 __strtol_t val;

Completed in 373 milliseconds