Lines Matching defs:optarg
656 const char *optarg;
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_STRING, rec);
725 apr_hash_set(file->response_uuids, optarg, APR_HASH_KEY_STRING, rec);