Home
last modified time | relevance | path

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

/coreutils/src/
Dnumfmt.c174 static uintmax_t to_unit_size = 1; variable
1308 if (from_unit_size != 1 || to_unit_size != 1) in process_suffixed_number()
1309 val = (val * from_unit_size) / to_unit_size; in process_suffixed_number()
1482 to_unit_size = unit_to_umax (optarg); in main()