/coreutils/tests/csplit/ |
D | csplit.sh | 61 csplit: warning: line number '1' is the same as preceding line number 87 csplit: 0: line number must be greater than zero 88 csplit: line number '1' is smaller than preceding line number, 2 89 csplit: warning: line number '3' is the same as preceding line number 90 csplit: '3': line number out of range
|
/coreutils/tests/split/ |
D | suffix-auto-length.sh | 45 split --numeric-suffixes=1 --number=r/100 file.in || fail=1 51 returns_ 1 split --numeric-suffixes=100 --number=r/100 file.in || fail=1 57 split --numeric-suffixes --number=110 file.in || fail=1
|
D | fail.sh | 53 split --number=$SIZE_OFLOW/$SIZE_OFLOW large >/dev/null || fail=1 55 split --number=r/$INTMAX_MAX/$UINTMAX_MAX </dev/null >/dev/null || fail=1 56 returns_ 1 split --number=r/$UINTMAX_OFLOW </dev/null 2>/dev/null || fail=1
|
/coreutils/src/ |
D | cat.c | 214 bool show_nonprinting, bool show_tabs, bool number, bool number_nonblank, in cat() argument 364 if (number && !number_nonblank) in cat() 401 if (newlines >= 0 && number) in cat() 545 bool number = false; in main() local 588 number = true; in main() 598 number = true; in main() 656 if (! (number || show_ends || squeeze_blank)) in main() 725 if (! (number || show_ends || show_nonprinting in main() 776 show_tabs, number, number_nonblank, show_ends, in main()
|
D | pr.c | 431 int *number); 1168 getoptarg (char *arg, char switch_char, char *character, int *number) in getoptarg() argument 1196 *number = tmp_long; in getoptarg()
|
D | sort.c | 1911 traverse_raw_number (char const **number) in traverse_raw_number() argument 1913 char const *p = *number; in traverse_raw_number() 1940 *number = p - 2; in traverse_raw_number() 1949 *number = p - 1; in traverse_raw_number() 1960 find_unit_order (char const *number) in find_unit_order() argument 1962 bool minus_sign = (*number == '-'); in find_unit_order() 1963 char const *p = number + minus_sign; in find_unit_order()
|
D | ptx.c | 1018 print_spaces (ptrdiff_t number) in print_spaces() argument 1020 for (ptrdiff_t counter = number; counter > 0; counter--) in print_spaces()
|
/coreutils/man/ |
D | nl.x | 2 nl \- number lines of files
|
D | nproc.x | 2 nproc \- print the number of processing units available
|
/coreutils/tests/sort/ |
D | sort-debug-keys.sh | 22 number() { cat -n | sed 's/^ *//'; } function 252 printf '2\n\n1\n' | number | sort -s -k2g --debug 258 printf 'FEB\nJAZZ\n\nJAN\n' | number | sort -s -k2,2M --debug 260 printf 'FEB\nJANZ\n\nJAN\n' | number | sort -s -k2,2M --debug
|
/coreutils/gl/modules/ |
D | heap | 2 Binary heap with minimal number of methods. Used in sort.
|
D | root-dev-ino | 2 Root device and inode number checking.
|
/coreutils/tests/date/ |
D | date-debug.sh | 39 date: parsed day part: Sun (day ordinal=0 number=0) 103 date: parsed number of seconds part: number of seconds: 1 121 date: parsed number part: (Y-M-D) 2013-01-01 282 date: parsed number part: year: 2011
|
/coreutils/tests/ |
D | filefrag-extent-compare | 8 # This helper function, f, extracts logical block number and lengths. 24 and die "$ME: unexpected input: odd number of numbers; expected even\n";
|
/coreutils/tests/touch/ |
D | empty-file.sh | 75 *** environment variable SLEEP_SECONDS to some number of seconds larger than
|
/coreutils/doc/ |
D | coreutils.texi | 94 * nproc: (coreutils)nproc invocation. Print the number of processors. 230 * Floating point:: Floating point number representation 429 * nproc invocation:: Print the number of processors 539 Include the version number, machine architecture, input files, and 775 @cindex version number, finding 776 Print the version number, then exit successfully. 813 * Floating point:: Floating point number representation. 942 currently defaults to 1024 bytes in most contexts, but this number may 949 A block size specification can be a positive integer specifying the number 1083 number like @samp{1}, or an exit status of a process terminated by the [all …]
|
D | fdl.texi | 143 number of copies you must also follow the conditions in section 3. 183 Document well before redistributing any large number of copies, to give 317 author or publisher of that section if known, or else a unique number. 419 Each version of the License is given a distinguishing version number. 425 number of this License, you may choose any version ever published (not
|
D | sort-version.texi | 755 version number does not start with digit 757 version number does not start with digit 762 invalid character in version number
|
D | perm.texi | 14 symbolic form or as an octal number. 494 number that represents the mode.
|
/coreutils/ |
D | README-release | 38 If it finds a new file system magic number, add it to src/stat.c. 73 * To set the date, version number, and release type [stable/alpha/beta] on
|
D | NEWS | 70 Previously numbers of the form '1024x1024x32' gave "invalid number" errors. 425 'mv -T --backup=numbered A B/' no longer miscalculates the backup number 529 when a specific number of pattern matches are performed. 564 split --number=K/N will again correctly split chunk K of N to stdout. 626 nl --line-increment can now take a negative number to decrement the count. 666 it is a character-special file whose minor device number is N. 699 when the specified number of files is evenly divisible by 10, 16, 26, 779 for the last number, when locales are misconfigured. 1052 kill now converts from number to signal name correctly on AIX. 1083 expr now returns number of characters matched (instead of incorrect [all …]
|
D | configure.ac | 412 character-special devices whose minor device number is the file 413 descriptor number, such as on Solaris. Leave undefined if they are
|
D | init.cfg | 217 # The above did not find a working limit. Echo a very small number - just 356 *) echo "$0: wrong number of arguments" 1>&2
|
D | COPYING | 570 Each version is given a distinguishing version number. If the 575 Foundation. If the Program does not specify a version number of the
|
/coreutils/scripts/build-older-versions/ |
D | README.older-versions | 80 3. Configure the build, optionally adding the version number
|