Home
last modified time | relevance | path

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

123

/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A 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()
H A Dionice.c68 OPT_n = 1, in ionice_main() enumerator
91 if (!(opt & (OPT_n|OPT_c))) { in ionice_main()
H A Dnandwrite.c62 #define OPT_n (1 << 1) macro
150 if (opts & OPT_n) in nandwrite_main()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dflock.c35 OPT_n = (1 << 2), in flock_main() enumerator
82 if (OPT_s == LOCK_SH && OPT_x == LOCK_EX && OPT_n == LOCK_NB && OPT_u == LOCK_UN) { in flock_main()
94 if (opt & OPT_n) in flock_main()
H A Ddmesg.c70 OPT_n = 1 << 2, in dmesg_main() enumerator
75 if (opts & OPT_n) { in dmesg_main()
H A Dreadprofile.c90 OPT_n = (1 << 3), in readprofile_main() enumerator
99 #define optNative (opt & OPT_n) in readprofile_main()
H A Dmkfs_ext2.c230 OPT_n = 1 << 20, // dry run: do not write anything enumerator
288 …kilobytes = get_volume_size_in_bytes(fd, argv[1], 1024, /*extend:*/ !(option_mask32 & OPT_n)) / 10… in mkfs_ext2_main()
479 if (option_mask32 & OPT_n) { in mkfs_ext2_main()
H A Dgetopt.c142 OPT_n = 0x2, // -n enumerator
/dports/sysutils/busybox/busybox-1.26.2/modutils/
H A Ddepmod.c163 OPT_n = (1 << 5), /* dry-run, print to stdout only */ enumerator
213 if (!(option_mask32 & OPT_n)) in depmod_main()
233 if (!(option_mask32 & OPT_n)) in depmod_main()
250 if (!(option_mask32 & OPT_n)) in depmod_main()
H A Dmodinfo.c46 OPT_n = (1 << 2), enumerator
/dports/deskutils/recoll/recoll-1.31.2/query/
H A Dxadump.cpp79 #define OPT_n 0x800 macro
184 case 'n': op_flags |= OPT_n; break; in main()
242 string op = (op_flags & OPT_n) ? string(): "["; in main()
243 string cl = (op_flags & OPT_n) ? string(): "]"; in main()
H A Drecollq.cpp188 #define OPT_n 0x4000 macro
255 case 'n': op_flags |= OPT_n; if (argc < 2) Usage(); in recollq()
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dshuf.c35 #define OPT_n (1 << 2) macro
134 if (opts & OPT_n) { in shuf_main()
/dports/devel/judy/judy-1.0.5/test/
H A Djbgraph487 OPT_n="${1}"
489 ${v}echo "${C}.${0}: OPT_n=${OPT_n}, ${MSG}"
872 ${v}echo "${C}.${0}: OPT_n=${OPT_n}, # -n number plot descriptions"
963 if [ ! -z "${OPT_n}" ]; then
/dports/sysutils/busybox/busybox-1.26.2/runit/
H A Dchpst.c192 OPT_n = (1 << 15) * ENABLE_CHPST, enumerator
472 if (opt & OPT_n) { in chpst_main()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/BSD/
H A Dchpst.c149 OPT_n = (1 << 15) * ENABLE_CHPST, enumerator
431 if (opt & OPT_n) { in chpst_main()
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dnewgraf.h18 #define OPT_n 0x1 macro
/dports/news/ubh/ubh-2.5/examples/
H A Dubhrc38 # OPT_n
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Dpxattr.cpp781 #define OPT_n 0x8 macro
825 } else if (op_flags & OPT_n) { in processfile()
857 case 'n': op_flags |= OPT_n; if (argc < 2) Usage(); in main()
884 if ((op_flags & OPT_r) && !(op_flags & OPT_n)) { in main()
907 if ((op_flags&(OPT_l|OPT_n|OPT_x)) == 0) in main()
/dports/sysutils/busybox/busybox-1.26.2/findutils/
H A Dgrep.c142 OPT_n = 1 << OPTBIT_n, enumerator
167 #define PRINT_LINE_NUM (option_mask32 & OPT_n)
706 option_mask32 &= ~OPT_n; in grep_main()
/dports/sysutils/busybox/busybox-1.26.2/networking/udhcp/
H A Dd6_dhcpc.c65 OPT_n = 1 << 1, enumerator
1144 if (opt & OPT_n) { /* abort if no lease */ in udhcpc6_main()
1477 opt &= ~OPT_n; in udhcpc6_main()
H A Ddhcpc.c90 OPT_n = 1 << 6, enumerator
1513 if (opt & OPT_n) { /* abort if no lease */ in udhcpc_main()
1804 opt &= ~OPT_n; in udhcpc_main()
/dports/deskutils/recoll/recoll-1.31.2/index/
H A Drecollindex.cpp81 #define OPT_n 0x4000 macro
599 case 'n': op_flags |= OPT_n; break; in wmain()
878 if (!(op_flags & OPT_n)) { in wmain()
/dports/sysutils/busybox/busybox-1.26.2/selinux/
H A Dsetfiles.c145 OPT_n = (1 << 5), enumerator
162 #define FLAG_n_dry_run (option_mask32 & OPT_n)
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Dnc_bloaty.c170 OPT_n = (1 << 0), enumerator
183 #define o_nflag (option_mask32 & OPT_n)

123