Lines Matching defs:optarg
859 const char *optarg;
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;