Home
last modified time | relevance | path

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

/coreutils/man/
Dchmod.x52 A numeric mode is from one to four octal digits (0\-7), derived by
53 adding up the bits with values 4, 2, and 1. Omitted digits are
/coreutils/doc/
Dsort-version.texi24 contains a mixture of letters and digits.
185 all the leading digits is determined. The numerical values represented by
212 foo @r{vs} foo @r{(rule 2, non-digits)}
213 07 @r{vs} 7 @r{(rule 3, digits)}
299 remaining digits are compared numerically (@samp{1} and @samp{01}) --
329 1 @r{vs} 1 @r{(rule 3, all digits)}
330 . @r{vs} . @r{(rule 2, all non-digits)}
381 The input strings consist entirely of non-digits, and based on the
382 above algorithm have only one part, all non-digits
463 all other non-digits.
[all …]
Dperm.texi547 mode @samp{55}. However, modes of five digits or more, such as
590 clears them in a numeric mode that has five or more octal digits.
624 specify a numeric mode with five or more octal digits, e.g.:
638 The GNU behavior with numeric modes of four or fewer digits
640 the behavior with numeric modes of five or more digits is for scripts
Dcoreutils.texi1178 What if a user or group @emph{name} is a string of digits?
2758 @item -n[@var{number-separator}[@var{digits}]]
2759 @itemx --number-lines[=@var{number-separator}[@var{digits}]]
2762 Provide @var{digits} digit line numbering (default for @var{digits} is
2763 5). With multicolumn output the number occupies the first @var{digits}
3434 Use digits in suffixes rather than lower-case letters. The numerical
3649 @option{--digits} option is ignored.
3651 @item -n @var{digits}
3652 @itemx --digits=@var{digits}
3654 @opindex --digits
[all …]
/coreutils/src/
Dnumfmt.c484 int digits = 0; in simple_strtod_int() local
503 digits++; in simple_strtod_int()
505 if (digits > MAX_UNSCALED_DIGITS) in simple_strtod_int()
508 if (digits > MAX_ACCEPTABLE_DIGITS) in simple_strtod_int()
Dcsplit.c140 static int volatile digits = 2; variable
893 sprintf (filename_space + strlen (prefix), "%0*d", digits, num); in make_filename()
1333 digits = xdectoimax (optarg, 0, MIN (INT_MAX, IDX_MAX), "", in main()
1371 : MAX (INT_STRLEN_BOUND (int), digits)); in main()
Dstat.c175 static char const digits[] = "0123456789"; variable
1119 fmt_char += strspn (fmt_char, digits); in format_code_offset()
1121 fmt_char += 1 + strspn (fmt_char + 1, digits); in format_code_offset()
/coreutils/
DNEWS23 Previously an error was given for lower case hex digits.
443 date +'%-N' now suppresses excess trailing digits, instead of always
444 padding them with zeros to 9 digits. It uses clock_getres and
862 ls -l now better aligns abbreviated months containing digits,
2264 Also, ordinary numeric modes with five or more digits no longer preserve
2728 if you want (say) just 3 fractional digits, use %.3X.
4350 octal (\ooo, at most three octal digits), hexadecimal (\xhh, one or
4351 two hex digits), and the standard sequences (\a, \b, \f, \n, \r, \t,
4720 hostid now prints exactly 8 hexadecimal digits, possibly with leading zeros,
5546 * printf: a hexadecimal escape sequence has at most two hex. digits, not three.