Searched refs:opt (Results 1 - 22 of 22) sorted by relevance

/httpd/build/
H A DNWGNUtail.inc124 $(OBJDIR)/%.o: %.c $(OBJDIR)/$(NLM_NAME)_cc.opt
128 $(OBJDIR)/$(NLM_NAME)_cc.opt: $(CCOPT_DEPENDS)
150 $(OBJDIR)/%.o: %.cpp $(OBJDIR)/$(NLM_NAME)_cpp.opt
154 $(OBJDIR)/$(NLM_NAME)_cpp.opt: $(CPPOPT_DEPENDS)
213 $(TARGET_nlm) : $(FILES_nlm_objs) $(FILES_nlm_libs) $(OBJDIR)/$(NLM_NAME)_link.opt
215 $(LINK) @$(OBJDIR)/$(NLM_NAME)_link.opt
220 $(OBJDIR)/$(NLM_NAME)_link.opt : $($(NLM_NAME)_LINKOPT_DEPENDS)
222 $(call DEL,$(@:.opt=.def))
272 @echo $(DL)-commandfile $(@:.opt=.def)$(DL)>> $@
273 @echo $(DL)# Do not edit this file - it is created by make!$(DL)> $(@:.opt
[all...]
/httpd/support/
H A Dfcgistarter.c85 char opt; local
87 rv = apr_getopt(gopt, "c:p:i:N:", &opt, &arg);
93 switch (opt) {
H A Dpasswd_common.h110 int parse_common_options(struct passwd_ctx *ctx, char opt, const char *opt_arg);
H A Dlogresolve.c162 char opt; local
163 status = apr_getopt(o, "s:c", &opt, &arg);
171 switch (opt) {
H A Dapxs.in408 my $opt = '';
411 $opt .= "$1 " if ($opt_Wc =~ m|^\s*c,(.*)$|);
414 $opt .= "-I$opt_I ";
417 $opt .= "-D$opt_D ";
431 push(@cmds, "$libtool $ltflags --mode=compile $CFG_CC $cflags -I$CFG_INCLUDEDIR $apr_includedir $apu_includedir $opt -c -o $lo $s && touch $slo");
442 $opt = '';
444 $opt .= "$1 " if ($opt_Wl =~ m|^\s*l,(.*)$|);
447 $opt .= " -L$opt_L";
450 $opt .= " -l$opt_l";
464 $opt
[all...]
H A Dfirehose.c654 apr_getopt_t *opt; local
686 apr_getopt_init(&opt, pool, argc, argv);
687 while ((status = apr_getopt_long(opt, cmdline_opts, &optch, &optarg))
746 while (opt->ind < argc) {
752 filter->prefix = opt->argv[opt->ind];
753 filter->len = strlen(opt->argv[opt->ind]);
754 apr_hash_set(file->filters, opt->argv[opt
[all...]
H A Drotatelogs.c565 apr_getopt_t *opt; local
584 apr_getopt_init(&opt, status.pool, argc, argv);
586 while ((rv = apr_getopt(opt, "lL:p:fDtvecn:", &c, &opt_arg)) == APR_SUCCESS) {
588 while ((rv = apr_getopt(opt, "lL:p:fDtven:", &c, &opt_arg)) == APR_SUCCESS) {
640 if ((argc - opt->ind < 2) || (argc - opt->ind > 4) ) {
644 rv = apr_filepath_merge(&config.szLogRoot, "", argv[opt->ind++],
651 for(; opt->ind < argc; opt->ind++) {
652 if ((err = get_time_or_size(&config, argv[opt
[all...]
H A Dhtpasswd.c168 char opt; local
176 while ((rv = apr_getopt(state, "cnmspdBbDiC:v", &opt, &opt_arg)) == APR_SUCCESS) {
177 switch (opt) {
192 ret = parse_common_options(ctx, opt, opt_arg);
H A Dhttxt2dbm.c179 apr_getopt_t *opt; local
203 rv = apr_getopt_init(&opt, pool, argc, argv);
215 while ((rv = apr_getopt(opt, "vf::i::o::", &ch, &opt_arg)) == APR_SUCCESS) {
H A Dpasswd_common.c281 int parse_common_options(struct passwd_ctx *ctx, char opt, argument
284 switch (opt) {
340 opt);
H A Dhtcacheclean.c1385 char opt; local
1428 status = apr_getopt(o, "iDnvrtd:l:L:p:P:R:aA", &opt, &arg);
1438 switch (opt) {
1441 usage_repeated_arg(pool, opt);
1448 usage_repeated_arg(pool, opt);
1455 usage_repeated_arg(pool, opt);
1462 usage_repeated_arg(pool, opt);
1469 usage_repeated_arg(pool, opt);
1476 usage_repeated_arg(pool, opt);
1484 usage_repeated_arg(pool, opt);
[all...]
H A Dhtdbm.c324 char opt; local
340 while ((rv = apr_getopt(state, "cnmspdBbtivxlC:T:", &opt, &opt_arg)) == APR_SUCCESS) {
341 switch (opt) {
373 ret = parse_common_options(&h->ctx, opt, opt_arg);
H A Dab.c2127 apr_getopt_t *opt; local
2168 apr_getopt_init(&opt, cntxt, argc, argv);
2169 while ((status = apr_getopt(opt, "n:c:t:s:b:T:p:u:v:lrkVhwix:y:z:C:H:P:A:g:X:de:SqB:m:"
2369 if (opt->ind != argc - 1) {
2378 if (parse_url(apr_pstrdup(cntxt, opt->argv[opt->ind++]))) {
/httpd/build/aix/
H A Daixproto.ksh20 for d in etc opt var
50 Upsize: /opt/${NAME} $szopt;
H A Dmkinstallp.ksh71 for d in etc opt var
115 # USR part -- i.e. files in /usr and /opt
117 find ${files}/usr/swlag ${files}/opt \
H A Dbuildaix.ksh34 export PATH=/opt/bin:${PATH}
/httpd/server/
H A Dmpm_unix.c857 apr_getopt_t *opt; local
864 apr_getopt_init(&opt, process->pool, process->argc, process->argv);
865 opt->errfn = NULL;
869 while ((rv = apr_getopt(opt, "k:" AP_SERVER_BASEARGS,
892 opt->ind--;
895 while (opt->ind < opt->argc) {
897 apr_pstrdup(process->pool, opt->argv[opt->ind++]);
H A Dcore.c1625 allow_options_t opt; local
1640 opt = OPT_INDEXES;
1645 opt = (OPT_INCLUDES | OPT_INC_WITH_EXEC);
1648 opt = OPT_INCLUDES;
1651 opt = OPT_SYM_LINKS;
1654 opt = OPT_SYM_OWNER;
1657 opt = OPT_EXECCGI;
1660 opt = OPT_MULTI;
1663 opt = OPT_MULTI|OPT_EXECCGI;
1666 opt
1821 allow_options_t opt; local
[all...]
H A Dmain.c473 apr_getopt_t *opt; local
516 apr_getopt_init(&opt, pcommands, process->argc, process->argv);
518 while ((rv = apr_getopt(opt, AP_SERVER_BASEARGS, &c, &opt_arg))
627 if (rv != APR_EOF || opt->ind < opt->argc) {
/httpd/modules/ssl/
H A Dssl_engine_config.c1189 ssl_opt_t opt; local
1206 opt = SSL_OPT_STDENVVARS;
1209 opt = SSL_OPT_EXPORTCERTDATA;
1212 opt = SSL_OPT_FAKEBASICAUTH;
1215 opt = SSL_OPT_STRICTREQUIRE;
1218 opt = SSL_OPT_OPTRENEGOTIATE;
1221 opt = SSL_OPT_LEGACYDNFORMAT;
1230 dc->nOptionsAdd &= ~opt;
1231 dc->nOptionsDel |= opt;
1232 dc->nOptions &= ~opt;
[all...]
/httpd/server/mpm/winnt/
H A Dmpm_winnt.c1014 apr_getopt_t *opt; local
1141 apr_getopt_init(&opt, process->pool, process->argc, process->argv);
1142 opt->errfn = NULL;
1143 while ((rv = apr_getopt(opt, "wn:k:" AP_SERVER_BASEARGS,
1180 opt->ind--;
1183 while (opt->ind < opt->argc) {
1185 apr_pstrdup(process->pool, opt->argv[opt->ind++]);
/httpd/server/mpm/netware/
H A Dmpm_netware.c1114 apr_getopt_t *opt; local
1157 apr_getopt_init(&opt, process->pool, process->argc, process->argv);
1158 while (apr_getopt(opt, AP_SERVER_BASEARGS"n:", optbuf + 1, &opt_arg) == APR_SUCCESS) {

Completed in 115 milliseconds