Home
last modified time | relevance | path

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

/trueos/gnu/usr.bin/grep/
HDxstrtol.c26 # define __strtol_t long int macro
94 bkm_scale (__strtol_t *x, int scale_factor) in bkm_scale()
96 __strtol_t product = *x * scale_factor; in bkm_scale()
104 bkm_scale_by_power (__strtol_t *x, int base, int power) in bkm_scale_by_power()
117 __strtol_t *val, const char *valid_suffixes) in __xstrtol()
121 __strtol_t tmp; in __xstrtol()
127 if (! TYPE_SIGNED (__strtol_t)) in __xstrtol()
267 __strtol_t val; in main()
HDxstrtoumax.c29 #define __strtol_t uintmax_t macro