Home
last modified time | relevance | path

Searched refs:OPT_n (Results 1 – 24 of 24) sorted by relevance

/busybox-1.35.0/util-linux/
Dmountpoint.c51 #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()
Dflock.c35 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()
Ddmesg.c69 OPT_n = 1 << 2, in dmesg_main() enumerator
74 if (opts & OPT_n) { in dmesg_main()
Dionice.c69 OPT_n = 1 << 0, in ionice_main() enumerator
93 if (!(opt & (OPT_n|OPT_c))) { in ionice_main()
Dreadprofile.c84 OPT_n = (1 << 3), in readprofile_main() enumerator
93 #define optNative (opt & OPT_n) in readprofile_main()
Dmkfs_ext2.c212 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()
Dgetopt.c126 OPT_n = 0x2, // -n enumerator
Dmkfs_vfat.c249 OPT_n = 1 << 11, // volume label in mkfs_vfat_main() enumerator
Dmount.c293 OPT_n = (1 << 5), enumerator
303 #define USE_MTAB (!(option_mask32 & OPT_n))
/busybox-1.35.0/modutils/
Ddepmod.c163 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()
Dmodinfo.c45 OPT_n = (1 << 2), enumerator
/busybox-1.35.0/coreutils/
Dshuf.c35 #define OPT_n (1 << 2) macro
152 if (opts & OPT_n) { in shuf_main()
Dshred.c54 OPT_n = (1 << 3), in shred_main() enumerator
Dls.c229 OPT_n = (1 << 7), enumerator
511 if (opt & OPT_n) { in display_single()
/busybox-1.35.0/miscutils/
Dnandwrite.c68 #define OPT_n (1 << 1) macro
153 if (opts & OPT_n) in nandwrite_main()
/busybox-1.35.0/runit/
Dchpst.c192 OPT_n = (1 << 15) * ENABLE_CHPST, enumerator
467 if (opt & OPT_n) { in chpst_main()
/busybox-1.35.0/findutils/
Dgrep.c143 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/
Dsetfiles.c146 OPT_n = (1 << 5), enumerator
163 #define FLAG_n_dry_run (option_mask32 & OPT_n)
/busybox-1.35.0/networking/udhcp/
Dd6_dhcpc.c137 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()
Ddhcpc.c88 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/
Dnc_bloaty.c171 OPT_n = (1 << 0), enumerator
185 #define o_nflag (option_mask32 & OPT_n)
Dntpd.c365 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/
Dstart_stop_daemon.c137 OPT_n = (1 << 7), // -n enumerator
/busybox-1.35.0/procps/
Dtop.c223 OPT_n = (1 << 1), enumerator
1138 if (col & OPT_n) {