/coreutils/src/ |
D | test.c | 181 return ((STREQ (s, "=")) || (STREQ (s, "!=")) || (STREQ (s, "==")) || in binop() 182 (STREQ (s, "-nt")) || in binop() 183 (STREQ (s, "-ot")) || (STREQ (s, "-ef")) || (STREQ (s, "-eq")) || in binop() 184 (STREQ (s, "-ne")) || (STREQ (s, "-lt")) || (STREQ (s, "-le")) || in binop() 185 (STREQ (s, "-gt")) || (STREQ (s, "-ge"))); in binop() 230 pos + nargs < argc && ! STREQ (argv[pos + nargs], ")"); in term() 249 else if (4 <= argc - pos && STREQ (argv[pos], "-l") && binop (argv[pos + 2])) in term() 278 if ((op < argc - 2) && STREQ (argv[op + 1], "-l")) in binary_operator() 368 bool value = STREQ (argv[pos], argv[pos + 2]); in binary_operator() 373 if (STREQ (argv[op], "!=")) in binary_operator() [all …]
|
D | stty.c | 1130 if (STREQ (arg, "drain")) in apply_settings() 1137 if (STREQ (arg, mode_info[i].name)) in apply_settings() 1158 if (STREQ (arg, control_info[i].name)) in apply_settings() 1171 if (STREQ (arg, "ispeed")) in apply_settings() 1185 else if (STREQ (arg, "ospeed")) in apply_settings() 1202 else if (STREQ (arg, "extproc")) in apply_settings() 1215 else if (STREQ (arg, "rows")) in apply_settings() 1224 else if (STREQ (arg, "cols") in apply_settings() 1225 || STREQ (arg, "columns")) in apply_settings() 1234 else if (STREQ (arg, "size")) in apply_settings() [all …]
|
D | true.c | 71 if (STREQ (argv[1], "--help")) in main() 74 if (STREQ (argv[1], "--version")) in main()
|
D | coreutils.c | 106 else if (STREQ (prog_name_str, prog_name)) \ in launch_program() 137 if (STREQ (prog_name, "install")) in main() 201 if (optind == 1 && prog_name && !STREQ (prog_name, "coreutils")) in main()
|
D | echo.c | 118 || (! DEFAULT_ECHO_TO_XPG && 1 < argc && STREQ (argv[1], "-n"))); in main() 137 if (STREQ (argv[1], "--help")) in main() 140 if (STREQ (argv[1], "--version")) in main()
|
D | nl.c | 440 if (STREQ (file, "-")) in nl_file() 463 if (STREQ (file, "-")) in nl_file() 546 if (STREQ (optarg, "ln")) in main() 548 else if (STREQ (optarg, "rn")) in main() 550 else if (STREQ (optarg, "rz")) in main()
|
D | df.c | 448 if (STREQ (field_data[i].arg, s)) in decode_output_arg() 657 if (STREQ (fstype, fsp->fs_name)) in selected_fstype() 673 if (STREQ (fstype, fsp->fs_name)) in excluded_fstype() 768 && ! STREQ (seen_dev->me->me_devname, me->me_devname)) in filter_mount_list() 781 || (! STREQ (seen_dev->me->me_devname, me->me_devname) in filter_mount_list() 786 && STREQ (me->me_mountdir, in filter_mount_list() 1075 if (dev_me && ! STREQ (dev_me->me_devname, device) in get_dev() 1272 if (STREQ (me->me_mountdir, mount)) in last_device_for_mount() 1313 if (STREQ (device, devname)) in get_device() 1316 eclipsed_device = last_device && ! STREQ (last_device, devname); in get_device() [all …]
|
D | dircolors.c | 139 if (STREQ (shell, "csh") || STREQ (shell, "tcsh")) in guess_shell_syntax() 398 if (! STREQ (filename, "-") && freopen (filename, "r", stdin) == nullptr) in dc_parse_file()
|
D | fold.c | 128 if (STREQ (filename, "-")) in fold_file() 223 if (STREQ (filename, "-")) in fold_file()
|
D | rm.c | 298 if (! STREQ (argv[optind - 1], "--no-preserve-root")) in main() 307 if STREQ (optarg, "all") in main()
|
D | expand-common.c | 340 if (STREQ (prev_file, "-")) in next_file() 353 if (STREQ (file, "-")) in next_file()
|
D | wc.c | 629 if (! file || STREQ (file, "-")) in wc_file() 676 fstatus[i].failed = (! file[i] || STREQ (file[i], "-") in get_input_fstatus() 821 if (STREQ (files_from, "-")) in main() 877 if (files_from && STREQ (files_from, "-") && STREQ (file_name, "-")) in main()
|
D | printf.c | 683 if (STREQ (argv[1], "--help")) in main() 686 if (STREQ (argv[1], "--version")) in main() 696 if (1 < argc && STREQ (argv[1], "--")) in main()
|
D | system.h | 194 #define STREQ(a, b) (strcmp (a, b) == 0) macro 673 while (map_prog->program && ! STREQ (program, map_prog->program)) in emit_ancillary_info() 696 char const *url_program = STREQ (program, "[") ? "test" : program; in emit_ancillary_info()
|
D | paste.c | 194 if (STREQ (fnamptr[files_open], "-")) in paste_parallel() 346 bool is_stdin = STREQ (*fnamptr, "-"); in paste_serial()
|
D | shuf.c | 459 if (outfile && !STREQ (outfile, optarg)) in main() 465 if (random_source && !STREQ (random_source, optarg)) in main() 520 && ! (STREQ (operand[0], "-") in main()
|
D | join.c | 1043 if (empty_filler && ! STREQ (empty_filler, optarg)) in main() 1078 if (STREQ (optarg, "auto")) in main() 1094 if (STREQ (optarg, "\\0")) in main() 1167 fp1 = STREQ (g_names[0], "-") ? stdin : fopen (g_names[0], "r"); in main() 1170 fp2 = STREQ (g_names[1], "-") ? stdin : fopen (g_names[1], "r"); in main()
|
D | du.c | 969 if (! time_style || STREQ (time_style, "locale")) in main() 1024 if (! (STREQ (files_from, "-") || freopen (files_from, "r", stdin))) in main() 1083 if (files_from && STREQ (files_from, "-") && STREQ (file_name, "-")) in main()
|
D | cut.c | 444 if (STREQ (file, "-")) in cut_file() 467 if (STREQ (file, "-")) in cut_file()
|
D | comm.c | 292 streams[i] = (STREQ (infiles[i], "-") ? stdin : fopen (infiles[i], "r")); in compare_files() 475 if (col_sep_len && !STREQ (col_sep, optarg)) in main()
|
D | tsort.c | 268 if (!STREQ (j->str, k->str)) in record_relation() 435 bool is_stdin = STREQ (file, "-"); in tsort()
|
D | uniq.c | 326 if (! (STREQ (infile, "-") || freopen (infile, "r", stdin))) in check_file() 328 if (! (STREQ (outfile, "-") || freopen (outfile, "w", stdout))) in check_file()
|
/coreutils/tests/df/ |
D | skip-duplicates.sh | 74 if (STREQ (path, "/proc/self/mountinfo")) 129 if (STREQ (mntents[done-2].mnt_dir, "/NONROOT")) 131 if (STREQ (mntents[done-2].mnt_dir, "/REMOTE"))
|
D | no-mtab-status.sh | 63 if (STREQ (path, "/proc/self/mountinfo"))
|
/coreutils/gl/lib/ |
D | root-dev-ino.h | 36 if (STREQ (Dirname, "/")) \
|