Home
last modified time | relevance | path

Searched refs:valid_suffixes (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dxstrtol.c123 __strtol_t *val, const char *valid_suffixes) in __xstrtol() argument
151 if (valid_suffixes && **p && strchr (valid_suffixes, **p)) in __xstrtol()
160 if (!valid_suffixes) in __xstrtol()
172 if (!strchr (valid_suffixes, **p)) in __xstrtol()
178 if (strchr (valid_suffixes, '0')) in __xstrtol()
H A Dxstrtol.h46 type *val, const char *valid_suffixes));
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dxstrtol.c119 __strtol_t *val, const char *valid_suffixes) in __xstrtol() argument
148 if (!valid_suffixes) in __xstrtol()
160 if (!strchr (valid_suffixes, **p)) in __xstrtol()
166 if (strchr (valid_suffixes, '0')) in __xstrtol()
H A Dxstrtol.h29 type *val, const char *valid_suffixes));
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dcmp.c124 static char const valid_suffixes[] = "kKMGTPEZY0"; variable
135 strtol_error e = xstrtoumax (arg, argptr, 0, &val, valid_suffixes); in parse_ignore_initial()
232 if (xstrtoumax (optarg, 0, 0, &n, valid_suffixes) != LONGINT_OK) in main()
/netbsd-src/external/gpl2/diffutils/dist/
H A DChangeLog541 * src/cmp.c (valid_suffixes):
650 (valid_suffixes): Add 'K', for 'KiB'.