Home
last modified time | relevance | path

Searched refs:optstr (Results 1 – 16 of 16) sorted by relevance

/third_party/ltp/lib/
Dparse_opts.c83 char *optstr; member
130 for (i = 0; std_options[i].optstr; ++i) { in print_help()
165 for (i = 0; std_options[i].optstr; ++i) in parse_opts()
166 optstrlen += strlen(std_options[i].optstr); in parse_opts()
184 for (i = 0; std_options[i].optstr; ++i) in parse_opts()
185 strcat(optionstr, std_options[i].optstr); in parse_opts()
Dtst_test.c465 char *optstr; member
502 for (i = 0; tst_test->options[i].optstr; i++) { in print_help()
504 tst_test->options[i].optstr[0], in print_help()
544 for (i = 0; toptions[i].optstr; i++) { in check_option_collision()
546 if (toptions[i].optstr[0] == options[j].optstr[0]) { in check_option_collision()
561 for (i = 0; tst_test->options[i].optstr; i++); in count_options()
572 if (toptions[i].optstr[0] == opt) in parse_topt()
593 char optstr[2 * ARRAY_SIZE(options) + 2 * topts_len]; in parse_opts() local
598 optstr[0] = 0; in parse_opts()
601 strcat(optstr, options[i].optstr); in parse_opts()
[all …]
/third_party/cups-filters/filter/foomatic-rip/
Dfoomaticrip.c315 cmdlineopts = strdup(job->optstr->data); in process_cmdline_options()
441 cmdlineopts = strdup(job->optstr->data); in process_cmdline_options()
667 job->id, job->user, job->title, "1", job->optstr->data, in print_file()
764 job->optstr = create_dstr(); in create_job()
778 free_dstr(job->optstr); in free_job()
917 dstrcatf(job->optstr, "%s ", tmp); in main()
1133 _log("Options: %s\n", job->optstr->data); in main()
Dfoomaticrip.h92 struct dstr *optstr; member
Dspooler.c82 dstrcatf(job->optstr, " %s", cups_options); in init_cups()
Doptions.c1218 repl = job->optstr->data; in unhtmlify()
/third_party/libdrm/tests/vbltest/
Dvbltest.c48 static char optstr[] = "D:M:s"; variable
105 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/libdrm/tests/proptest/
Dproptest.c277 static const char optstr[] = "D:M:"; in main() local
282 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/ltp/include/
Dtst_test.h110 char *optstr; member
/third_party/libdrm/tests/exynos/
Dexynos_fimg2d_test.c723 static const char optstr[] = "s:"; variable
742 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/libdrm/tests/modetest/
Dmodetest.c2022 static char optstr[] = "acdD:efF:M:P:ps:Cvrw:"; variable
2049 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/rust/crates/libc/src/
Dwasi.rs648 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt()
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1198 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt()
/third_party/rust/crates/libc/src/unix/
Dmod.rs900 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt()
/third_party/ltp/doc/
Dc-test-api.txt442 char *optstr;
449 array of 'struct tst_option'. The 'optstr' is the command line option i.e. "o"
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3608 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt()