/busybox-1.35.0/util-linux/ |
D | ionice.c | 70 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()
|
D | flock.c | 37 OPT_c = (1 << 4), in flock_main() enumerator 77 opt |= OPT_c; in flock_main() 104 if (opt & OPT_c) { in flock_main()
|
D | dmesg.c | 67 OPT_c = 1 << 0, in dmesg_main() enumerator 88 len = klogctl(3 + (opts & OPT_c), buf, len); /* read ring buffer */ in dmesg_main()
|
D | losetup.c | 55 OPT_c = (1 << 0), in losetup_main() enumerator 81 if (opt == OPT_c && argv[0]) { in losetup_main()
|
D | taskset.c | 213 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()
|
D | script.c | 67 OPT_c = (1 << 1), in script_main() enumerator 96 if (opt & OPT_c) { in script_main()
|
D | mkfs_vfat.c | 240 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()
|
D | hexdump_xxd.c | 69 #define OPT_c (1 << 7) macro
|
D | acpid.c | 83 OPT_c = (1 << 0), enumerator
|
/busybox-1.35.0/e2fsprogs/ |
D | tune2fs.c | 44 OPT_c = 1 << 1, // max mount count enumerator 80 if (opts & OPT_c) { in tune2fs_main()
|
/busybox-1.35.0/coreutils/ |
D | uniq.c | 54 OPT_c = 1 << 0, in uniq_main() enumerator 130 if (opt & OPT_c) { in uniq_main()
|
D | touch.c | 93 OPT_c = (1 << 0), in touch_main() enumerator 174 if (opts & OPT_c) { in touch_main()
|
D | install.c | 126 OPT_c = 1 << 0, in install_main() enumerator
|
D | ls.c | 262 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/ |
D | openvt.c | 135 OPT_c = (1 << 0), in openvt_main() enumerator 147 if (flags & OPT_c) { in openvt_main()
|
/busybox-1.35.0/miscutils/ |
D | crontab.c | 95 OPT_c = (1 << 1), in crontab_main() enumerator 109 if (opt_ler & (OPT_u|OPT_c)) in crontab_main()
|
/busybox-1.35.0/mailutils/ |
D | makemime.c | 182 OPT_c = 1 << 0, // create (non-multipart) section in makemime_main() enumerator
|
D | popmaildir.c | 112 OPT_c = 1 << 4, // -c use tcpclient. Ignored in popmaildir_main() enumerator
|
D | reformime.c | 66 OPT_c = 1 << 7, enumerator
|
/busybox-1.35.0/networking/ |
D | ifenslave.c | 491 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/ |
D | iostat.c | 103 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/ |
D | chpst.c | 178 OPT_c = (1 << 1) * (ENABLE_SOFTLIMIT || ENABLE_CHPST), enumerator 417 if (opt & OPT_c) { in chpst_main()
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 155 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/ |
D | start_stop_daemon.c | 140 OPT_c = (1 << 10), // -c enumerator 549 if (opt & OPT_c) { in start_stop_daemon_main()
|
/busybox-1.35.0/findutils/ |
D | grep.c | 147 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()
|