Searched refs:optarg (Results 1 - 6 of 6) sorted by relevance
/httpd/test/ |
H A D | test_limits.c | 97 if (*optarg == 'r') 99 else if (*optarg == 'n') 101 else if (*optarg == 'h') 103 else if (*optarg == 'b') 107 addr = optarg; 110 port = atoi(optarg); 113 num = atoi(optarg);
|
/httpd/build/pkg/ |
H A D | buildpkg.sh | 34 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 35 *) optarg= ;; 40 apr_config=$optarg 46 apu_config=$optarg
|
/httpd/build/aix/ |
H A D | buildaix.ksh | 43 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 44 *) optarg= ;; 49 apr_config=$optarg 55 apu_config=$optarg
|
/httpd/ |
H A D | buildconf | 44 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; 45 *) optarg= ;; 50 apr_src_dir=$optarg 56 apu_src_dir=$optarg
|
/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...] |
/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...] |
Completed in 3696 milliseconds