/third_party/ltp/lib/ |
H A D | parse_opts.c | 83 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 D | tst_test.c | 508 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 D | foomaticrip.c | 306 /* 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 D | foomaticrip.h | 92 struct dstr *optstr; member
|
H A D | spooler.c | 82 dstrcatf(job->optstr, " %s", cups_options); in init_cups()
|
H A D | options.c | 1218 repl = job->optstr->data; in unhtmlify()
|
/third_party/libdrm/tests/vbltest/ |
H A D | vbltest.c | 48 static char optstr[] = "D:M:s"; variable 105 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/backends/frontend/ |
H A D | tstbackend.c | 622 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 D | proptest.c | 277 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 D | tst_test.h | 123 char *optstr; member
|
/third_party/libdrm/tests/exynos/ |
H A D | exynos_fimg2d_test.c | 723 static const char optstr[] = "s:"; variable 742 while ((c = getopt(argc, argv, optstr)) != -1) { in main()
|
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 2022 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 D | wasi.rs | 648 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 D | mod.rs | 1198 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 D | mod.rs | 900 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 D | mod.rs | 3608 pub fn getopt(argc: ::c_int, argv: *const *mut c_char, optstr: *const c_char) -> ::c_int; in getopt()
|