Home
last modified time | relevance | path

Searched refs:short_options (Results 1 – 4 of 4) sorted by relevance

/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc29 static const char short_options[] = "d:?mrun:f:w:h:t:x:z:"; variable
60 int32_t c = getopt_long(argc, argv, short_options, long_options, &index); in main()
Dmedia_v4l2_unittest.cc244 static const char short_options[] = "d:?b"; variable
258 int32_t c = getopt_long(argc, argv, short_options, long_options, &index); in main()
/external/bison/src/
Dgetargs.c492 static char const short_options[] = variable
601 while ((c = getopt_long (argc, argv, short_options, long_options, NULL)) in getargs()
/external/bison/
DChangeLog-20122528 (short_options, long_options, getargs): Parse -F/--force-define,
3021 (short_options, long_options, getargs): Support -D, --define.
3859 (short_options): Let -W take an optional argument like --warnings.
3873 * src/getargs.c (short_options): Split and sort for readability.
4698 (usage, short_options, long_options, getargs): Add XML support.
7629 (getargs, short_options, long_options): Accept -W/--warnings.
10326 * src/getargs.c (short_options): Likewise.
16330 (long_options, short_options): --trace/-T takes an optional
16998 * src/getargs.c (short_options, long_options): New.