Home
last modified time | relevance | path

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

/external/syslinux/libinstaller/
Dsyslxopt.c73 const char short_options[] = "t:fid:UuzsS:H:rvho:OM:ma"; variable
140 while ((o = getopt_long(argc, argv, short_options, in parse_options()
Dsyslxopt.h42 extern const char short_options[];
/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/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_unittest.cc296 static const char short_options[] = "?d:u:"; variable
311 int32_t c = getopt_long(argc, argv, short_options, long_options, &index); in main()
Dmedia_v4l2_test.cc30 static const char short_options[] = "?d:u:c"; variable
493 int32_t c = getopt_long(argc, argv, short_options, long_options, &index); in main()
/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.