Home
last modified time | relevance | path

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

/coreutils/src/
Dsleep.c68 int multiplier; in apply_suffix() local
74 multiplier = 1; in apply_suffix()
77 multiplier = 60; in apply_suffix()
80 multiplier = 60 * 60; in apply_suffix()
83 multiplier = 60 * 60 * 24; in apply_suffix()
89 *x *= multiplier; in apply_suffix()
Dtimeout.c324 int multiplier; in apply_time_suffix() local
330 multiplier = 1; in apply_time_suffix()
333 multiplier = 60; in apply_time_suffix()
336 multiplier = 60 * 60; in apply_time_suffix()
339 multiplier = 60 * 60 * 24; in apply_time_suffix()
345 *x *= multiplier; in apply_time_suffix()
Dnumfmt.c680 long double multiplier = powerld (scale_base, power); in simple_strtod_human() local
682 devmsg (" suffix power=%d^%d = %Lf\n", scale_base, power, multiplier); in simple_strtod_human()
685 (*value) = (*value) * multiplier; in simple_strtod_human()
/coreutils/tests/dd/
Dmisc.sh114 dd: warning: '0x' is a zero multiplier; use '00x' if that is intended
115 dd: warning: '0x' is a zero multiplier; use '00x' if that is intended
116 dd: warning: '0x' is a zero multiplier; use '00x' if that is intended
/coreutils/
DNEWS1294 interpret those as a zero multiplier rather than a hex constant.
1295 The warning suggests to use 00x if a zero multiplier is really intended.
/coreutils/doc/
Dcoreutils.texi3009 Size multiplier suffixes are the same as with the @option{-c} option.
3185 Size multiplier suffixes are the same as with the @option{-c} option.
9875 can be followed by a multiplier: @samp{b}=512, @samp{c}=1,