/busybox-1.35.0/util-linux/ |
D | mountpoint.c | 51 #define OPT_n (8) in mountpoint_main() macro 82 if (opt & OPT_n) { in mountpoint_main() 93 if (!(opt & (OPT_q | OPT_d | OPT_n))) in mountpoint_main()
|
D | flock.c | 35 OPT_n = (1 << 2), in flock_main() enumerator 80 if (OPT_s == LOCK_SH && OPT_x == LOCK_EX && OPT_n == LOCK_NB && OPT_u == LOCK_UN) { in flock_main() 92 if (opt & OPT_n) in flock_main()
|
D | dmesg.c | 69 OPT_n = 1 << 2, in dmesg_main() enumerator 74 if (opts & OPT_n) { in dmesg_main()
|
D | ionice.c | 69 OPT_n = 1 << 0, in ionice_main() enumerator 93 if (!(opt & (OPT_n|OPT_c))) { in ionice_main()
|
D | readprofile.c | 84 OPT_n = (1 << 3), in readprofile_main() enumerator 93 #define optNative (opt & OPT_n) in readprofile_main()
|
D | mkfs_ext2.c | 212 OPT_n = 1 << 20, // dry run: do not write anything enumerator 270 …kilobytes = get_volume_size_in_bytes(fd, argv[1], 1024, /*extend:*/ !(option_mask32 & OPT_n)) / 10… in mkfs_ext2_main() 461 if (option_mask32 & OPT_n) { in mkfs_ext2_main()
|
D | getopt.c | 126 OPT_n = 0x2, // -n enumerator
|
D | mkfs_vfat.c | 249 OPT_n = 1 << 11, // volume label in mkfs_vfat_main() enumerator
|
D | mount.c | 293 OPT_n = (1 << 5), enumerator 303 #define USE_MTAB (!(option_mask32 & OPT_n))
|
/busybox-1.35.0/modutils/ |
D | depmod.c | 163 OPT_n = (1 << 5), /* dry-run, print to stdout only */ enumerator 214 if (!(option_mask32 & OPT_n)) in depmod_main() 234 if (!(option_mask32 & OPT_n)) in depmod_main() 251 if (!(option_mask32 & OPT_n)) in depmod_main()
|
D | modinfo.c | 45 OPT_n = (1 << 2), enumerator
|
/busybox-1.35.0/coreutils/ |
D | shuf.c | 35 #define OPT_n (1 << 2) macro 152 if (opts & OPT_n) { in shuf_main()
|
D | shred.c | 54 OPT_n = (1 << 3), in shred_main() enumerator
|
D | ls.c | 229 OPT_n = (1 << 7), enumerator 511 if (opt & OPT_n) { in display_single()
|
/busybox-1.35.0/miscutils/ |
D | nandwrite.c | 68 #define OPT_n (1 << 1) macro 153 if (opts & OPT_n) in nandwrite_main()
|
/busybox-1.35.0/runit/ |
D | chpst.c | 192 OPT_n = (1 << 15) * ENABLE_CHPST, enumerator 467 if (opt & OPT_n) { in chpst_main()
|
/busybox-1.35.0/findutils/ |
D | grep.c | 143 OPT_n = 1 << OPTBIT_n, enumerator 168 #define PRINT_LINE_NUM (option_mask32 & OPT_n) 744 option_mask32 &= ~OPT_n; in grep_main()
|
/busybox-1.35.0/selinux/ |
D | setfiles.c | 146 OPT_n = (1 << 5), enumerator 163 #define FLAG_n_dry_run (option_mask32 & OPT_n)
|
/busybox-1.35.0/networking/udhcp/ |
D | d6_dhcpc.c | 137 OPT_n = 1 << 1, enumerator 1410 opt = ((opt & ~(OPT_b|OPT_n)) | OPT_f); in udhcpc6_main() 1419 if (opt & OPT_n) { /* abort if no lease */ in udhcpc6_main() 1836 opt &= ~OPT_n; in udhcpc6_main()
|
D | dhcpc.c | 88 OPT_n = 1 << 4, enumerator 1464 opt = ((opt & ~(OPT_b|OPT_n)) | OPT_f); in udhcpc_main() 1473 if (opt & OPT_n) { /* abort if no lease */ in udhcpc_main() 1793 opt &= ~OPT_n; in udhcpc_main()
|
/busybox-1.35.0/networking/ |
D | nc_bloaty.c | 171 OPT_n = (1 << 0), enumerator 185 #define o_nflag (option_mask32 & OPT_n)
|
D | ntpd.c | 365 OPT_n = (1 << 0), enumerator 2311 if (!(opts & OPT_n)) { in ntp_init() 2434 if (!(opts & OPT_n)) /* only if backgrounded: */ in ntp_init()
|
/busybox-1.35.0/debianutils/ |
D | start_stop_daemon.c | 137 OPT_n = (1 << 7), // -n enumerator
|
/busybox-1.35.0/procps/ |
D | top.c | 223 OPT_n = (1 << 1), enumerator 1138 if (col & OPT_n) {
|