HomeSort by: relevance | last modified time | path
    Searched refs:__strtol_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/diffutils/dist/lib/
xstrtoumax.c 31 #define __strtol_t uintmax_t macro
xstrtol.c 28 # define __strtol_t long int macro
100 bkm_scale (__strtol_t *x, int scale_factor)
102 __strtol_t product = *x * scale_factor;
110 bkm_scale_by_power (__strtol_t *x, int base, int power)
123 __strtol_t *val, const char *valid_suffixes)
127 __strtol_t tmp;
133 if (! TYPE_SIGNED (__strtol_t))
289 __strtol_t val;
  /src/external/gpl2/grep/dist/lib/
xstrtoumax.c 31 #define __strtol_t uintmax_t macro
xstrtol.c 28 # define __strtol_t long int macro
96 bkm_scale (__strtol_t *x, int scale_factor)
98 __strtol_t product = *x * scale_factor;
106 bkm_scale_by_power (__strtol_t *x, int base, int power)
119 __strtol_t *val, const char *valid_suffixes)
123 __strtol_t tmp;
129 if (! TYPE_SIGNED (__strtol_t))
269 __strtol_t val;

Completed in 15 milliseconds