Home
last modified time | relevance | path

Searched refs:OPT_a (Results 1 – 25 of 28) sorted by relevance

12

/dports/sysutils/busybox/busybox-1.26.2/networking/udhcp/
H A Ddumpleases.c41 OPT_a = 0x1, // -a in dumpleases_main() enumerator
67 (opt & OPT_a) ? "at" : "in" in dumpleases_main()
104 if (!(opt & OPT_a)) in dumpleases_main()
109 if (!(opt & OPT_a)) { /* no -a */ in dumpleases_main()
H A Ddhcpc.c111 IF_FEATURE_UDHCPC_ARPING(OPT_a = 1 << OPTBIT_a,)
1749 if (opt & OPT_a) { in udhcpc_main()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dswaponoff.c133 OPT_a = 1 << OPTBIT_a,
139 #define OPT_ALL (option_mask32 & OPT_a)
325 option_mask32 = option_mask32 & ~OPT_a; in swap_on_off_main()
H A Dlosetup.c56 OPT_a = (1 << 3), in losetup_main() enumerator
85 if (opt == OPT_a) { in losetup_main()
H A Dscript.c54 OPT_a = (1 << 0), in script_main() enumerator
81 if (opt & OPT_a) { in script_main()
H A Dreadprofile.c91 OPT_a = (1 << 4), in readprofile_main() enumerator
100 #define optAll (opt & OPT_a) in readprofile_main()
H A Dgetopt.c149 OPT_a = 0x80, // -a enumerator
156 #define alternative (option_mask32 & OPT_a)
H A Dfsck_minix.c229 OPT_a = (1 << 1), enumerator
237 #define OPT_automatic (option_mask32 & OPT_a)
244 #define OPT_manual ((option_mask32 & (OPT_a|OPT_r)) == OPT_r)
H A Dacpid.c87 OPT_a = (1 << 5), enumerator
/dports/deskutils/recoll/recoll-1.31.2/query/
H A Ddynconf.cpp165 #define OPT_a 0x8 macro
182 case 'a': op_flags |= OPT_a; if (argc < 2) Usage(); in main()
203 } else if (op_flags & OPT_a) { in main()
H A Drecollq.cpp170 #define OPT_a 0x2 macro
235 case 'a': op_flags |= OPT_a; break; in recollq()
376 if (op_flags & (OPT_a|OPT_o|OPT_f)) { in recollq()
/dports/sysutils/busybox/busybox-1.26.2/console-tools/
H A Dshowkey.c67 OPT_a = (1<<0), // display the decimal/octal/hex values of the keys in showkey_main() enumerator
84 if (option_mask32 & OPT_a) { in showkey_main()
/dports/sysutils/busybox/busybox-1.26.2/mailutils/
H A Dsendmail.c243 OPT_a = 1 << 7, // authentication tokens in sendmail_main() enumerator
271 if ((opts & OPT_a) && !list) in sendmail_main()
340 if (opts & OPT_a) { in sendmail_main()
H A Dpopmaildir.c111 OPT_a = 1 << 5, // -a use APOP protocol in popmaildir_main() enumerator
154 if ('<' == buf[0] && (opts & OPT_a)) { in popmaildir_main()
H A Dmakemime.c186 OPT_a = 1 << 5, // additional headers in makemime_main() enumerator
/dports/sysutils/busybox/busybox-1.26.2/runit/
H A Dchpst.c177 OPT_a = (1 << 0) * ENABLE_SOFTLIMIT, enumerator
313 opt |= (OPT_s | OPT_l | OPT_a | OPT_d); in chpst_main()
372 if (opt & OPT_a) { in chpst_main()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/nomos/agent_tests/testdata/NomosTestfiles/BSD/
H A Dchpst.c134 OPT_a = (1 << 0) * ENABLE_SOFTLIMIT, enumerator
272 opt |= (OPT_s | OPT_l | OPT_a | OPT_d); in chpst_main()
331 if (opt & OPT_a) { in chpst_main()
/dports/deskutils/recoll/recoll-1.31.2/qtgui/
H A Dmain.cpp183 #define OPT_a 0x1 macro
283 case 'a': op_flags |= OPT_a; break; in main()
413 } else if (op_flags & OPT_a) { in main()
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dman.c28 OPT_a = 1, /* all */ enumerator
353 if (found && !(opt & OPT_a)) in man_main()
/dports/devel/judy/judy-1.0.5/test/
H A Djbgraph564 OPT_a="${1}"
565 ${v}echo "${C}.${0}: OPT_a=${OPT_a}, # -a Option description."
908 ${v}echo "${C}.${0}: OPT_a=${OPT_a}, # -a Option description."
/dports/news/ubh/ubh-2.5/examples/
H A Dubhrc39 # OPT_a
/dports/sysutils/busybox/busybox-1.26.2/debianutils/
H A Dstart_stop_daemon.c170 OPT_a = (1 << 6), // -a enumerator
475 if (!(opt & OPT_a)) in start_stop_daemon_main()
H A Drun_parts.c108 OPT_a = (1 << 0), enumerator
/dports/sysutils/busybox/busybox-1.26.2/coreutils/
H A Dod_bloaty.c42 OPT_a = 1 << 2, enumerator
1242 if (opt & OPT_a) decode_format_string("a"); in od_main()
/dports/sysutils/busybox/busybox-1.26.2/procps/
H A Dps.c619 OPT_a = (1 << 2), in ps_main() enumerator

12