Searched refs:opts (Results 1 – 8 of 8) sorted by relevance
/coreutils/tests/ls/ |
D | readdir-mountpoint-inode.sh | 36 opts="-I '.?*' -I '$name?*'" 39 opts="$opts -I '$glob'" 43 opts="$opts -I '$glob'" 45 echo "$opts" 56 opts=$(ls_ignore_options "$base") 58 ls_out=$(eval "ls -i $opts '$parent_dir'")
|
/coreutils/tests/sort/ |
D | sort-discrim.sh | 82 for opts in -n -h; do 83 sort -R exp | LC_ALL=C sort $opts > out || fail=1
|
/coreutils/tests/cp/ |
D | cp-mv-enotsup-xattr.sh | 34 opts="$2" 43 mount -oloop,$opts "$fs" "$where" || skip=1
|
/coreutils/src/ |
D | sort.c | 2391 key_to_opts (struct keyfield const *key, char *opts) in key_to_opts() argument 2394 *opts++ = 'b';/* either disables global -b */ in key_to_opts() 2396 *opts++ = 'd'; in key_to_opts() 2398 *opts++ = 'f'; in key_to_opts() 2400 *opts++ = 'g'; in key_to_opts() 2402 *opts++ = 'h'; in key_to_opts() 2404 *opts++ = 'i'; in key_to_opts() 2406 *opts++ = 'M'; in key_to_opts() 2408 *opts++ = 'n'; in key_to_opts() 2410 *opts++ = 'R'; in key_to_opts() [all …]
|
D | df.c | 586 int opts = (human_suppress_point_zero in get_header() local 607 opts |= human_base_1024; in get_header() 609 opts &= ~human_base_1024; in get_header() 610 if (! (opts & human_base_1024)) in get_header() 611 opts |= human_B; in get_header() 613 char *num = human_readable (output_block_size, buf, opts, 1, 1); in get_header()
|
D | dd.c | 2470 int opts in main() local 2490 || ifd_reopen (STDOUT_FILENO, output_file, O_RDWR | opts, perms) < 0) in main() 2491 && (ifd_reopen (STDOUT_FILENO, output_file, O_WRONLY | opts, perms) in main()
|
/coreutils/tests/rm/ |
D | r-root.sh | 207 for opts in \ 217 returns_ 1 exercise_rm_r_root $opts || fail=1
|
/coreutils/doc/ |
D | coreutils.texi | 4775 each @var{pos} has the form @samp{@var{f}[.@var{c}][@var{opts}]}, 4782 @var{opts} are ordering options, allowing individual keys to be sorted
|