Home
last modified time | relevance | path

Searched refs:argv (Results 2351 - 2375 of 5812) sorted by relevance

1...<<919293949596979899100>>...233

/third_party/ltp/testcases/kernel/sched/nptl/
H A Dnptl01.c224 int main(int argc, char **argv) in main() argument
232 while ((i = getopt(argc, argv, "l:")) != -1) { in main()
240 argv[0]); in main()
243 usage(argv[0]); in main()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dthugetlb.c110 int main(int argc, char *argv[]) in main() argument
143 while ((c = getopt_long(argc, argv, in main()
199 if (access(argv[argc - 1], F_OK) == -1) { in main()
203 strcpy(filepath, argv[argc - 1]); in main()
/third_party/ltp/testcases/realtime/perf/latency/
H A Dpthread_cond_many.c283 int main(int argc, char *argv[]) in main() argument
293 rt_init_long("ahi:n:r", longopts, parse_args, argc, argv); in main()
297 iterations = strtol(argv[optind++], NULL, 0); in main()
299 nthreads = strtol(argv[optind++], NULL, 0); in main()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_device_info.py648 header_path = sys.argv[1]
649 impl_path = sys.argv[2]
650 vkxml_path = sys.argv[3]
656 print("usage: %s <path to .h> <path to .c> <path to vk.xml>" % sys.argv[0])
/third_party/node/deps/openssl/openssl/apps/
H A Ddsaparam.c66 int dsaparam_main(int argc, char **argv) in dsaparam_main() argument
78 prog = opt_init(argc, argv, dsaparam_options); in dsaparam_main()
132 argv = opt_rest(); in dsaparam_main()
134 if (!opt_int(argv[0], &num) || num < 0) in dsaparam_main()
H A Dgenrsa.c77 int genrsa_main(int argc, char **argv) in genrsa_main() argument
96 prog = opt_init(argc, argv, genrsa_options); in genrsa_main()
150 argv = opt_rest(); in genrsa_main()
153 if (!opt_int(argv[0], &num) || num <= 0) in genrsa_main()
H A Dciphers.c88 int ciphers_main(int argc, char **argv) in ciphers_main() argument
108 prog = opt_init(argc, argv, ciphers_options); in ciphers_main()
176 argv = opt_rest(); in ciphers_main()
179 ciphers = argv[0]; in ciphers_main()
/third_party/libcoap/examples/lwip/
H A Dclient-coap.c103 int argc, char **argv) { in client_coap_init()
125 while ((opt = getopt(argc, argv, ":k:Nu:v:V:")) != -1) { in client_coap_init()
143 printf("%s [-k PSK] [-u id] [-v level] [ -V level] [URI]\n", argv[0]); in client_coap_init()
149 use_uri = argv[optind]; in client_coap_init()
102 client_coap_init(coap_lwip_input_wait_handler_t input_wait, void *input_arg, int argc, char **argv) client_coap_init() argument
/third_party/python/Tools/demo/
H A Dhanoi.py131 if sys.argv[1:]:
132 n = int(sys.argv[1])
137 if sys.argv[2:]:
138 bitmap = sys.argv[2]
/third_party/python/Lib/ctypes/test/
H A Dtest_pointers.py149 argv = (c_char_p * 2)()
151 argv[0] = b'hello'
152 argv[1] = b'world'
153 result = func( byref(argc), argv )
/third_party/python/Lib/test/
H A D_test_embed_set_config.py126 'argv',
247 argv=['python_program', 'args'],
249 self.assertEqual(sys.argv, ['python_program', 'args'])
253 argv=[],
255 self.assertEqual(sys.argv, [''])
/third_party/openssl/apps/
H A Dciphers.c88 int ciphers_main(int argc, char **argv) in ciphers_main() argument
108 prog = opt_init(argc, argv, ciphers_options); in ciphers_main()
176 argv = opt_rest(); in ciphers_main()
179 ciphers = argv[0]; in ciphers_main()
H A Ddsaparam.c66 int dsaparam_main(int argc, char **argv) in dsaparam_main() argument
78 prog = opt_init(argc, argv, dsaparam_options); in dsaparam_main()
132 argv = opt_rest(); in dsaparam_main()
134 if (!opt_int(argv[0], &num) || num < 0) in dsaparam_main()
H A Dgenrsa.c77 int genrsa_main(int argc, char **argv) in genrsa_main() argument
96 prog = opt_init(argc, argv, genrsa_options); in genrsa_main()
150 argv = opt_rest(); in genrsa_main()
153 if (!opt_int(argv[0], &num) || num <= 0) in genrsa_main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dgen_overlay_widgets.py315 if len(sys.argv) == 2 and sys.argv[1] == 'inputs':
318 if len(sys.argv) == 2 and sys.argv[1] == 'outputs':
/third_party/skia/third_party/externals/angle2/samples/sample_util/
H A DSampleApplication.cpp79 char **argv, in SampleApplication()
99 if (strncmp(argv[argIndex], kUseAngleArg, strlen(kUseAngleArg)) == 0) in SampleApplication()
101 const char *arg = argv[argIndex] + strlen(kUseAngleArg); in SampleApplication()
106 if (strncmp(argv[argIndex], kUseGlArg, strlen(kUseGlArg)) == 0) in SampleApplication()
77 SampleApplication(std::string name, int argc, char **argv, EGLint glesMajorVersion, EGLint glesMinorVersion, uint32_t width, uint32_t height) SampleApplication() argument
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
H A Descapesrc.cpp415 int main(int argc, const char *argv[]) { in main() argument
416 prog = argv[0]; in main()
423 std::string infile = argv[1]; in main()
424 std::string outfile = argv[2]; in main()
/third_party/skia/third_party/externals/brotli/research/
H A Ddraw_histogram.cc168 int main(int argc, char* argv[]) { in main() argument
169 ParseCommandLineFlags(&argc, &argv, true); in main()
178 FILE* fin = fopen(argv[1], "r"); in main()
179 FILE* fout = fopen(argv[2], "wb"); in main()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-ucd-table.py13 if len (sys.argv) not in (2, 3):
21 ucdxml = packTab.ucdxml.load_ucdxml(sys.argv[1])
24 hb_common_h = 'hb-common.h' if len (sys.argv) < 3 else sys.argv[2]
H A Dgen-vowel-constraints.py22 if len (sys.argv) != 3:
25 with open (sys.argv[2], encoding='utf-8') as f:
128 with open (sys.argv[1], encoding='utf-8') as f:
153 print (' * %s ms-use/IndicShapingInvalidCluster.txt Scripts.txt' % sys.argv[0])
/third_party/pulseaudio/src/utils/
H A Dpasuspender.c240 int main(int argc, char *argv[]) { in main() argument
257 bn = pa_path_get_filename(argv[0]); in main()
259 while ((c = getopt_long(argc, argv, "s:h", long_options, NULL)) != -1) { in main()
286 child_argv = argv + optind; in main()
/third_party/python/Doc/tools/
H A Drstlint.py305 def main(argv):
313 ''' % argv[0]
315 gopts, args = getopt.getopt(argv[1:], 'vfs:i:')
408 sys.exit(main(sys.argv))
/third_party/skia/tools/skqp/
H A Dcut_release.py169 if len(sys.argv) != 3:
170 sys.stderr.write('Usage:\n %s C1 C2\n\n' % sys.argv[0])
172 main(sys.argv[1], sys.argv[2])
/third_party/python/Modules/
H A Dsyslogmodule.c30 - Use basename(sys.argv[0]) for the default "ident".
74 PyObject *argv = PySys_GetObject("argv"); in syslog_get_argv() local
76 if (argv == NULL) { in syslog_get_argv()
80 argv_len = PyList_Size(argv); in syslog_get_argv()
89 scriptobj = PyList_GetItem(argv, 0); in syslog_get_argv()
133 /* get sys.argv[0] or NULL if we can't for some reason */ in syslog_openlog()
139 * If NULL, just let openlog figure it out (probably using C argv[0]). in syslog_openlog()
/third_party/protobuf/python/
H A Dsetup.py158 if option_str in sys.argv:
159 sys.argv.remove(option_str)
220 if warnings_as_errors in sys.argv:
222 sys.argv.remove(warnings_as_errors)

Completed in 16 milliseconds

1...<<919293949596979899100>>...233