Home
last modified time | relevance | path

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

/dragonfly/contrib/grep/lib/
HDxstrtol.c23 # define __strtol_t long int macro
48 bkm_scale (__strtol_t *x, int scale_factor) in bkm_scale()
50 if (TYPE_SIGNED (__strtol_t) && *x < STRTOL_T_MINIMUM / scale_factor) in bkm_scale()
65 bkm_scale_by_power (__strtol_t *x, int base, int power) in bkm_scale_by_power()
77 __strtol_t *val, const char *valid_suffixes) in __xstrtol()
81 __strtol_t tmp; in __xstrtol()
90 if (! TYPE_SIGNED (__strtol_t)) in __xstrtol()
HDxstrtoul.c2 #define __strtol_t unsigned long int macro
HDxstrtoimax.c2 #define __strtol_t intmax_t macro