Home
last modified time | relevance | path

Searched refs:OPT_c (Results 1 – 25 of 31) sorted by relevance

12

/busybox-1.35.0/util-linux/
Dionice.c70 OPT_c = 1 << 1, in ionice_main() enumerator
80 if (opt & OPT_c) { in ionice_main()
93 if (!(opt & (OPT_n|OPT_c))) { in ionice_main()
Dflock.c37 OPT_c = (1 << 4), in flock_main() enumerator
77 opt |= OPT_c; in flock_main()
104 if (opt & OPT_c) { in flock_main()
Ddmesg.c67 OPT_c = 1 << 0, in dmesg_main() enumerator
88 len = klogctl(3 + (opts & OPT_c), buf, len); /* read ring buffer */ in dmesg_main()
Dlosetup.c55 OPT_c = (1 << 0), in losetup_main() enumerator
81 if (opt == OPT_c && argv[0]) { in losetup_main()
Dtaskset.c213 OPT_c = (1 << 2) * ENABLE_FEATURE_TASKSET_CPULIST, enumerator
229 if (opts & OPT_c) { in process_pid_str()
254 else if (opts & OPT_c) { in process_pid_str()
Dscript.c67 OPT_c = (1 << 1), in script_main() enumerator
96 if (opt & OPT_c) { in script_main()
Dmkfs_vfat.c240 OPT_c = 1 << 2, // [IGNORED] check filesystem in mkfs_vfat_main() enumerator
282 opts &= ~OPT_c; in mkfs_vfat_main()
573 if (opts & OPT_c) { in mkfs_vfat_main()
Dhexdump_xxd.c69 #define OPT_c (1 << 7) macro
Dacpid.c83 OPT_c = (1 << 0), enumerator
/busybox-1.35.0/e2fsprogs/
Dtune2fs.c44 OPT_c = 1 << 1, // max mount count enumerator
80 if (opts & OPT_c) { in tune2fs_main()
/busybox-1.35.0/coreutils/
Duniq.c54 OPT_c = 1 << 0, in uniq_main() enumerator
130 if (opt & OPT_c) { in uniq_main()
Dtouch.c93 OPT_c = (1 << 0), in touch_main() enumerator
174 if (opts & OPT_c) { in touch_main()
Dinstall.c126 OPT_c = 1 << 0, in install_main() enumerator
Dls.c262 OPT_c = (1 << OPTBIT_c) * ENABLE_FEATURE_LS_TIMESTAMPS, enumerator
741 if (option_mask32 & OPT_c) in my_stat()
1131 if (opt & OPT_c ) bb_error_msg("-c"); in ls_main()
1185 if (opt & (OPT_c|OPT_u)) { in ls_main()
/busybox-1.35.0/console-tools/
Dopenvt.c135 OPT_c = (1 << 0), in openvt_main() enumerator
147 if (flags & OPT_c) { in openvt_main()
/busybox-1.35.0/miscutils/
Dcrontab.c95 OPT_c = (1 << 1), in crontab_main() enumerator
109 if (opt_ler & (OPT_u|OPT_c)) in crontab_main()
/busybox-1.35.0/mailutils/
Dmakemime.c182 OPT_c = 1 << 0, // create (non-multipart) section in makemime_main() enumerator
Dpopmaildir.c112 OPT_c = 1 << 4, // -c use tcpclient. Ignored in popmaildir_main() enumerator
Dreformime.c66 OPT_c = 1 << 7, enumerator
/busybox-1.35.0/networking/
Difenslave.c491 OPT_c = (1 << 0), in ifenslave_main() enumerator
524 if (opt & (OPT_d|OPT_c)) { in ifenslave_main()
555 if (!(opt & (OPT_d|OPT_c|OPT_f))) { in ifenslave_main()
566 if (opt & OPT_c) { in ifenslave_main()
/busybox-1.35.0/procps/
Diostat.c103 OPT_c = 1 << 0, enumerator
421 if (!(opt & (OPT_c + OPT_d))) in iostat_main()
423 opt |= OPT_c + OPT_d; in iostat_main()
491 if (opt & OPT_c) { in iostat_main()
/busybox-1.35.0/runit/
Dchpst.c178 OPT_c = (1 << 1) * (ENABLE_SOFTLIMIT || ENABLE_CHPST), enumerator
417 if (opt & OPT_c) { in chpst_main()
/busybox-1.35.0/selinux/
Dsetfiles.c155 OPT_c = (1 << 14), /* c only for setfiles */ enumerator
172 #define FLAG_c (option_mask32 & OPT_c)
634 if ((applet_name[0] == 's') && (flags & OPT_c)) { in setfiles_main()
/busybox-1.35.0/debianutils/
Dstart_stop_daemon.c140 OPT_c = (1 << 10), // -c enumerator
549 if (opt & OPT_c) { in start_stop_daemon_main()
/busybox-1.35.0/findutils/
Dgrep.c147 OPT_c = 1 << OPTBIT_c, enumerator
171 #define PRINT_MATCH_COUNTS (option_mask32 & OPT_c)
743 if (opts & (OPT_c|OPT_q|OPT_l|OPT_L)) { in grep_main()

12