Searched refs:argument (Results 1 – 10 of 10) sorted by relevance
/coreutils/src/ |
D | printf.c | 344 char const *argument) in print_direc() argument 387 intmax_t arg = vstrtoimax (argument); in print_direc() 410 uintmax_t arg = vstrtoumax (argument); in print_direc() 437 long double arg = vstrtold (argument); in print_direc() 457 xprintf (p, *argument); in print_direc() 459 xprintf (p, field_width, *argument); in print_direc() 466 xprintf (p, argument); in print_direc() 468 xprintf (p, precision, argument); in print_direc() 473 xprintf (p, field_width, argument); in print_direc() 475 xprintf (p, field_width, precision, argument); in print_direc()
|
/coreutils/tests/du/ |
D | threshold.sh | 70 du: invalid --threshold argument 'SIZE' 76 du: invalid -t argument 'SIZE' 83 du: invalid --threshold argument '-0' 96 du: invalid --threshold argument '' 106 du: option requires an argument
|
/coreutils/tests/ls/ |
D | time-style-diag.sh | 25 ls: invalid argument 'XX' for 'time style'
|
/coreutils/tests/rm/ |
D | interactive-once.sh | 137 rm: remove 1 argument recursively? . 139 rm: remove 1 argument recursively? .
|
D | interactive-always.sh | 79 rm: remove 1 argument recursively? .
|
/coreutils/man/ |
D | runcon.x | 9 the first argument is used as the complete context. Any additional
|
/coreutils/ |
D | NEWS | 93 Previously it would have exited with a "getrandom: Invalid argument" error. 610 cksum -a now supports the 'sm3' argument, to use the SM3 digest algorithm. 790 [bug introduced with argument support to sync in coreutils-8.24] 927 env supports a new -S/--split-string=S option to split a single argument 936 reject any command line argument that is mounted to a separate file system. 963 df no longer hangs when given a fifo argument. 1049 Now, it prints a diagnostic or a line to stdout for each argument. 1281 values for any argument. 1382 tac --separator accepts an empty argument, to work with NUL delimited items. 1660 id, when invoked with no user name argument, now prints the correct group ID. [all …]
|
D | init.cfg | 174 # ulimit specified in the first argument 350 # to the equivalent chmod --mode (-m) argument, (=,u=rwx,g=r,o=x and
|
D | configure.ac | 391 AC_CACHE_CHECK([for 3-argument setpriority function],
|
/coreutils/doc/ |
D | coreutils.texi | 683 Remove any trailing slashes from each @var{source} argument. 745 @samp{:} is an option-argument of @option{-t}. However, if the 763 options only when one of them is the sole command line argument. For 847 argument. Using @option{-b} is equivalent to using @option{--backup=existing}. 1299 argument list is either expected to be empty, or is a list of items 1307 @code{mv * ../d/} might exhaust the argument space, and @code{ls | xargs ...} 1308 doesn't have a clean way to specify an extra final argument for each 1356 remove any trailing slashes from each @var{source} argument before 1360 This is useful when a @var{source} argument may have a trailing slash and 1399 a command line argument is a symbolic link to a directory, traverse it. [all …]
|