Home
last modified time | relevance | path

Searched refs:apr_getopt (Results 1 – 25 of 26) sorted by relevance

12

/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestargs.c56 while (apr_getopt(opt, "abcd", &ch, &optarg) == APR_SUCCESS) { in no_options_found()
89 while (apr_getopt(opt, "efgh", &ch, &optarg) == APR_SUCCESS) { in no_options()
121 while (apr_getopt(opt, "a:", &ch, &optarg) == APR_SUCCESS) { in required_option()
150 while (apr_getopt(opt, "a:", &ch, &optarg) == APR_SUCCESS) { in required_option_notgiven()
179 while (apr_getopt(opt, "a::", &ch, &optarg) == APR_SUCCESS) { in optional_option()
208 while (apr_getopt(opt, "a::", &ch, &optarg) == APR_SUCCESS) { in optional_option_notgiven()
Dtestlockperf.c248 while ((rv = apr_getopt(opt, "c:v", &optchar, &optarg)) == APR_SUCCESS) { in main()
/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestargs.c56 while (apr_getopt(opt, "abcd", &ch, &optarg) == APR_SUCCESS) { in no_options_found()
89 while (apr_getopt(opt, "efgh", &ch, &optarg) == APR_SUCCESS) { in no_options()
121 while (apr_getopt(opt, "a:", &ch, &optarg) == APR_SUCCESS) { in required_option()
150 while (apr_getopt(opt, "a:", &ch, &optarg) == APR_SUCCESS) { in required_option_notgiven()
179 while (apr_getopt(opt, "a::", &ch, &optarg) == APR_SUCCESS) { in optional_option()
208 while (apr_getopt(opt, "a::", &ch, &optarg) == APR_SUCCESS) { in optional_option_notgiven()
Dtestlockperf.c248 while ((rv = apr_getopt(opt, "c:v", &optchar, &optarg)) == APR_SUCCESS) { in main()
/external/cronet/stable/third_party/apache-portable-runtime/src/
Dapr.dep22 ".\include\apr_getopt.h"\
69 ".\include\apr_getopt.h"\
100 ".\include\apr_getopt.h"\
131 ".\include\apr_getopt.h"\
164 ".\include\apr_getopt.h"\
196 ".\include\apr_getopt.h"\
229 ".\include\apr_getopt.h"\
275 ".\include\apr_getopt.h"\
308 ".\include\apr_getopt.h"\
340 ".\include\apr_getopt.h"\
[all …]
Dlibapr.dep22 ".\include\apr_getopt.h"\
69 ".\include\apr_getopt.h"\
100 ".\include\apr_getopt.h"\
131 ".\include\apr_getopt.h"\
164 ".\include\apr_getopt.h"\
196 ".\include\apr_getopt.h"\
229 ".\include\apr_getopt.h"\
275 ".\include\apr_getopt.h"\
308 ".\include\apr_getopt.h"\
340 ".\include\apr_getopt.h"\
[all …]
DCMakeLists.txt98 include/apr_getopt.h
Dapr.dsp805 SOURCE=.\include\apr_getopt.h
Dlibapr.dsp850 SOURCE=.\include\apr_getopt.h
Dbuild-outputs.mk314 …pr_fnmatch.h $(top_srcdir)/include/apr_general.h $(top_srcdir)/include/apr_getopt.h $(top_srcdir)/…
/external/cronet/tot/third_party/apache-portable-runtime/src/
Dlibapr.dep22 ".\include\apr_getopt.h"\
69 ".\include\apr_getopt.h"\
100 ".\include\apr_getopt.h"\
131 ".\include\apr_getopt.h"\
164 ".\include\apr_getopt.h"\
196 ".\include\apr_getopt.h"\
229 ".\include\apr_getopt.h"\
275 ".\include\apr_getopt.h"\
308 ".\include\apr_getopt.h"\
340 ".\include\apr_getopt.h"\
[all …]
Dapr.dep22 ".\include\apr_getopt.h"\
69 ".\include\apr_getopt.h"\
100 ".\include\apr_getopt.h"\
131 ".\include\apr_getopt.h"\
164 ".\include\apr_getopt.h"\
196 ".\include\apr_getopt.h"\
229 ".\include\apr_getopt.h"\
275 ".\include\apr_getopt.h"\
308 ".\include\apr_getopt.h"\
340 ".\include\apr_getopt.h"\
[all …]
DCMakeLists.txt98 include/apr_getopt.h
Dapr.dsp805 SOURCE=.\include\apr_getopt.h
Dlibapr.dsp850 SOURCE=.\include\apr_getopt.h
/external/cronet/tot/third_party/apache-portable-runtime/src/build/
Dlibaprapp.dep11 "..\include\apr_getopt.h"\
42 "..\include\apr_getopt.h"\
Daprapp.dep11 "..\include\apr_getopt.h"\
Dnw_export.inc23 #include "apr_getopt.h"
/external/cronet/stable/third_party/apache-portable-runtime/src/build/
Dlibaprapp.dep11 "..\include\apr_getopt.h"\
42 "..\include\apr_getopt.h"\
Daprapp.dep11 "..\include\apr_getopt.h"\
Dnw_export.inc23 #include "apr_getopt.h"
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_getopt.h122 APR_DECLARE(apr_status_t) apr_getopt(apr_getopt_t *os, const char *opts,
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_getopt.h122 APR_DECLARE(apr_status_t) apr_getopt(apr_getopt_t *os, const char *opts,
/external/cronet/stable/third_party/apache-portable-runtime/src/misc/unix/
Dgetopt.c71 APR_DECLARE(apr_status_t) apr_getopt(apr_getopt_t *os, const char *opts, in apr_getopt() function
/external/cronet/tot/third_party/apache-portable-runtime/src/misc/unix/
Dgetopt.c71 APR_DECLARE(apr_status_t) apr_getopt(apr_getopt_t *os, const char *opts, in apr_getopt() function

12