Home
last modified time | relevance | path

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

/third_party/ltp/lib/
H A 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()
H A Dtst_test.c508 char *optstr; member
569 for (i = 0; tst_test->options[i].optstr; i++) { in print_help()
571 tst_test->options[i].optstr[0], in print_help()
613 for (i = 0; toptions[i].optstr; i++) { in check_option_collision()
615 if (toptions[i].optstr[0] == options[j].optstr[0]) { in check_option_collision()
630 for (i = 0; tst_test->options[i].optstr; i++) in count_options()
642 if (toptions[i].optstr[0] == opt) in parse_topt()
663 char optstr[2 * ARRAY_SIZE(options) + 2 * topts_len]; in parse_opts() local
668 optstr[ in parse_opts()
[all...]
/third_party/cups-filters/filter/foomatic-rip/
H A Dfoomaticrip.c306 /* processes job->optstr */
315 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()
H A Dfoomaticrip.h92 struct dstr *optstr; member
H A Dspooler.c82 dstrcatf(job->optstr, " %s", cups_options); in init_cups()
H A Doptions.c1218 repl = job->optstr->data; in unhtmlify()
/third_party/libdrm/tests/vbltest/
H A Dvbltest.c48 static char optstr[] = "D:M:s"; variable
105 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
/third_party/backends/frontend/
H A Dtstbackend.c622 char *optstr; in test_options() local
624 optstr = guards_malloc(opt->size); in test_options()
628 strncpy(optstr, "-pOiSoN-", opt->size-1); in test_options()
629 optstr[opt->size-1] = 0; in test_options()
632 guards_set(optstr, opt->size); in test_options()
634 optstr, NULL); in test_options()
635 guards_check(optstr, opt->size); in test_options()
638 check(FATAL, (strcmp(optstr, "-pOiSoN-") != 0), in test_options()
642 guards_set(optstr, opt->size); in test_options()
644 SANE_ACTION_SET_VALUE, optstr, NUL in test_options()
[all...]
/third_party/libdrm/tests/proptest/
H A 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/
H A Dtst_test.h123 char *optstr; member
/third_party/libdrm/tests/exynos/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dmod.rs900 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/fuchsia/
H A Dmod.rs3608 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt()

Completed in 34 milliseconds