Home
last modified time | relevance | path

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

/dports/ports-mgmt/bsdadminscripts2/bsda2-0.4.2/src/
H A Dmakeplist_filter.awk22 OPTION_STR["DOCS"] = "%%PORTDOCS%%"
23 OPTION_STR["EXAMPLES"] = "%%PORTEXAMPLES%%"
27 if (!(ARGV[i] in OPTION_STR)) {
28 OPTION_STR[ARGV[i]] = "%%" ARGV[i] "%%"
30 if (!("NO_" ARGV[i] in OPTION_STR)) {
31 OPTION_STR["NO_" ARGV[i]] = "%%NO_" ARGV[i] "%%"
91 print OPTION_STR[option] file
102 print OPTION_STR["NO_" option] file
/dports/audio/moc/moc-2.5.2/
H A Doptions.c143 case OPTION_STR: in check_range()
202 case OPTION_STR: in check_discrete()
220 assert (options[opt].type & (OPTION_STR | OPTION_LIST)); in check_length()
248 assert (options[opt].type & (OPTION_STR | OPTION_LIST)); in check_function()
331 pos = init_option (name, OPTION_STR); in add_str()
452 int opt = find_option (name, OPTION_STR | OPTION_SYMB); in options_set_str()
509 case OPTION_STR: in options_set_pair()
780 opt = find_option (name, OPTION_STR | OPTION_SYMB); in options_check_str()
931 case OPTION_STR: in substitute_variable()
1296 if (options[i].type & (OPTION_STR | OPTION_SYMB)) { in options_free()
[all …]
H A Doptions.h13 OPTION_STR = 4, enumerator
/dports/sysutils/busybox/busybox-1.26.2/archival/
H A Dcpio.c169 #define OPTION_STR "it0uvdmLF:R:" macro
393 opt = getopt32(argv, OPTION_STR, &cpio_filename, &cpio_owner); in cpio_main()
395 opt = getopt32(argv, OPTION_STR "oH:" IF_FEATURE_CPIO_P("p"), in cpio_main()
/dports/sysutils/busybox/busybox-1.26.2/procps/
H A Dsysctl.c55 #define OPTION_STR "neAapwq" macro
270 opt = getopt32(argv, "+" OPTION_STR); /* '+' - stop on first non-option */ in sysctl_main()
/dports/misc/libemos/libemos-4.5.9-Source/sandbox/
H A Demos_tool.c190 #define OPTION_STR 0 macro
251 {"bitmap", "bitmap", "Bitmap", OPTION_STR, 1, },
257 {"interpolation", "interpolation", "Interpolation method", OPTION_STR, 1, interpolation},
258 {"packing", "packing", "Packing", OPTION_STR, 1, packings},
262 {"style", "style", "Style", OPTION_STR, 1, styles},
708 case OPTION_STR: in main_()
/dports/x11-clocks/emiclock/emiclock-2.0.2/include/
H A Dconst.h78 #define OPTION_STR "option" macro
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Difplugd.c120 # define OPTION_STR "+ansfFi:r:It:+u:+d:+m:pqlx:Mk" macro
122 # define OPTION_STR "+ansfFi:r:It:+u:+d:+m:pqlx:M" macro
577 opts = getopt32(argv, OPTION_STR, in ifplugd_main()
H A Difupdown.c209 #define OPTION_STR "anvf" IF_FEATURE_IFUPDOWN_MAPPING("m") "i:" macro
1369 getopt32(argv, OPTION_STR, &interfaces); in ifupdown_main()
/dports/sysutils/busybox/busybox-1.26.2/findutils/
H A Dxargs.c472 #define OPTION_STR "+trn:s:e::E:" \ macro
504 opt = getopt32(argv, OPTION_STR, in xargs_main()
/dports/sysutils/busybox/busybox-1.26.2/sysklogd/
H A Dsyslogd.c342 #define OPTION_STR "m:nO:l:S" \ macro
1113 opts = getopt32(argv, OPTION_STR, OPTION_PARAM); in syslogd_main()
1172 #undef OPTION_STR
/dports/net/ntp/ntp-4.2.8p15/sntp/libopts/
H A Dao-strs.h150 #define OPTION_STR (ao_strs_strtable+511) macro
H A Dmakeshell.c742 printf(UNK_OPT_FMT, OPTION_STR, opts->pzPROGNAME); in emit_long()
/dports/archivers/sharutils/sharutils-4.15.2/libopts/
H A Dao-strs.h150 #define OPTION_STR (ao_strs_strtable+511) macro
H A Dmakeshell.c742 printf(UNK_OPT_FMT, OPTION_STR, opts->pzPROGNAME); in emit_long()
/dports/net-mgmt/tcpreplay/tcpreplay-4.3.4/libopts/
H A Dao-strs.h150 #define OPTION_STR (ao_strs_strtable+511) macro
H A Dmakeshell.c742 printf(UNK_OPT_FMT, OPTION_STR, opts->pzPROGNAME); in emit_long()
/dports/devel/autogen/autogen-5.18.16/autoopts/
H A Dao-strs.h150 #define OPTION_STR (ao_strs_strtable+530) macro
H A Dmakeshell.c704 printf(UNK_OPT_FMT, OPTION_STR, opts->pzPROGNAME); in emit_long()
H A Dao-strs.def114 string = { nm = OPTION_STR; str = "option"; };
/dports/security/gnutls/gnutls-3.6.16/src/libopts/
H A Dao-strs.h150 #define OPTION_STR (ao_strs_strtable+530) macro
H A Dmakeshell.c704 printf(UNK_OPT_FMT, OPTION_STR, opts->pzPROGNAME); in emit_long()
/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dfsck_minix.c226 #define OPTION_STR "larvsmf" macro
1237 getopt32(argv, OPTION_STR); in fsck_minix_main()
H A Dmount.c279 #define OPTION_STR "o:*t:rwanfvsiO:" IF_FEATURE_MOUNT_OTHERTAB("T:") macro
2191 opt = getopt32(argv, OPTION_STR, &lst_o, &fstype, &O_optmatch in mount_main()
/dports/x11-clocks/emiclock/emiclock-2.0.2/
H A Dmenu.c146 OPTION_STR, /* $B%*%W%7%g%s(B */
310 if (strcmp(XtName(w), OPTION_STR) == 0) {