Searched defs:optarg (Results 1 - 2 of 2) sorted by relevance
/httpd/server/ |
H A D | mpm_unix.c | 859 const char *optarg; local 870 optbuf + 1, &optarg)) == APR_SUCCESS) { 874 if (!strcmp(optarg, "start") || !strcmp(optarg, "stop") || 875 !strcmp(optarg, "restart") || !strcmp(optarg, "graceful") || 876 !strcmp(optarg, "graceful-stop")) { 877 dash_k_arg = optarg; 884 if (optarg) { 885 *(const char **)apr_array_push(mpm_new_argv) = optarg; [all...] |
/httpd/support/ |
H A D | firehose.c | 656 const char *optarg; local 687 while ((status = apr_getopt_long(opt, cmdline_opts, &optch, &optarg)) 692 status = apr_file_open(&file->file_in, optarg, APR_FOPEN_READ, 696 "Could not open file '%s' for read: %pm\n", optarg, &status); 703 status = apr_stat(&finfo, optarg, APR_FINFO_TYPE, pool); 706 "Directory '%s' could not be found: %pm\n", optarg, &status); 711 "Path '%s' isn't a directory\n", optarg); 714 file->directory = optarg; 723 rec->uuid = optarg; 724 apr_hash_set(file->request_uuids, optarg, APR_HASH_KEY_STRIN [all...] |
Completed in 14 milliseconds