/third_party/backends/lib/ |
H A D | getopt1.c | 0 /* getopt_long and getopt_long_only entry points for GNU getopt. 73 getopt_long (argc, argv, options, long_options, opt_index) in getopt_long() 83 /* Like getopt_long, but '-' as well as '--' can indicate a long option. 100 libc_hidden_def (getopt_long) 134 c = getopt_long (argc, argv, "abc:d:0123456789", 72 getopt_long (argc, argv, options, long_options, opt_index) getopt_long() function
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | getopt_long.c | 56 c = getopt_long(argc, argv, short_options, long_options, NULL); in main() 58 c = getopt_long(0, 0, 0, 0, NULL); in main()
|
/third_party/backends/include/ |
H A D | lgetopt.h | 79 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 156 extern int getopt_long (int ___argc, char *const *___argv, 172 extern int getopt_long ();
|
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 137 c = getopt_long(argc, argv, "h", opts, &option_index); in parse_options_abs() 190 c = getopt_long(argc, argv, "h", opts, &option_index); in parse_options_led() 236 c = getopt_long(argc, argv, "h", opts, &option_index); in parse_options_resolution() 274 c = getopt_long(argc, argv, "h", opts, &option_index); in parse_options_mode()
|
/third_party/libwebsockets/win32port/win32helpers/ |
H A D | getopt.h | 27 int getopt_long(int, char**, char*, struct option*, int*);
|
/third_party/glfw/deps/ |
H A D | getopt.h | 50 int getopt_long(int argc, char* const argv[],
|
/third_party/mesa3d/src/getopt/ |
H A D | getopt.h | 37 * GNU-like getopt_long() and 4.4BSD getsubopt()/optreset extensions 61 int getopt_long(int, char * const *, const char *,
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | getopt.h | 19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | getopt.h | 19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | getopt.h | 19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
|
/third_party/musl/include/ |
H A D | getopt.h | 19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
|
/third_party/ninja/src/ |
H A D | getopt.h | 18 int *flag; /* determines if getopt_long() returns a 45 int getopt_long (int argc, char **argv, const char *shortopts,
|
/third_party/libinput/tools/ |
H A D | libinput-analyze.c | 49 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
H A D | libinput-measure.c | 49 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
H A D | libinput-test.c | 53 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
H A D | libinput-tool.c | 86 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
/third_party/eudev/src/v4l_id/ |
H A D | v4l_id.c | 45 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) in main()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | main.cpp | 82 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) { in main()
|
/third_party/toybox/toys/pending/ |
H A D | getopt.c | 87 while ((ch = (FLAG(a)?getopt_long_only:getopt_long)(argc, argv, TT.o, in getopt_main()
|
/third_party/selinux/libsepol/tests/ |
H A D | libsepol-tests.c | 102 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) { in main()
|
/third_party/eudev/src/udev/ |
H A D | udevadm-test-builtin.c | 59 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) in adm_builtin()
|
/third_party/fsverity-utils/programs/ |
H A D | cmd_enable.c | 70 while ((c = getopt_long(argc, argv, "", longopts, NULL)) != -1) { in fsverity_cmd_enable()
|
/third_party/alsa-lib/test/ |
H A D | omixer.c | 38 if ((c = getopt_long(argc, argv, "hP:C:", long_option, NULL)) < 0) in main()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.probe.c | 103 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | semind.c | 265 while ((c = getopt_long(argc, argv, "+B:D:vh", long_options, NULL)) != -1) { in parse_cmdline() 305 while ((c = getopt_long(argc, argv, "+vh", long_options, NULL)) != -1) { in parse_cmdline_add() 343 while ((c = getopt_long(argc, argv, "+vh", long_options, NULL)) != -1) { in parse_cmdline_rm() 374 while ((c = getopt_long(argc, argv, "+ef:m:k:p:lvh", long_options, NULL)) != -1) { in parse_cmdline_search()
|