Home
last modified time | relevance | path

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

/busybox-1.35.0/coreutils/
Dod_bloaty.c81 # define xstrtooff_sfx xstrtoull_sfx macro
83 # define xstrtooff_sfx xstrtoul_sfx macro
1174 *offset = xstrtooff_sfx(s, radix, Bb); in parse_old_offset()
1240 max_bytes_to_format = xstrtooff_sfx(str_N, 0, bkm_suffixes); in od_main()
1249 if (opt & OPT_j) n_bytes_to_skip = xstrtooff_sfx(str_j, 0, bkm_suffixes); in od_main()