Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 - 25 of 175) sorted by relevance

1234567

/third_party/backends/lib/
H A Dgetopt1.c0 /* 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 Dgetopt_long.c56 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 Dlgetopt.h79 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 Dlibevdev-tweak-device.c137 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 Dgetopt.h27 int getopt_long(int, char**, char*, struct option*, int*);
/third_party/glfw/deps/
H A Dgetopt.h50 int getopt_long(int argc, char* const argv[],
/third_party/mesa3d/src/getopt/
H A Dgetopt.h37 * 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 Dgetopt.h19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dgetopt.h19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dgetopt.h19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
/third_party/musl/include/
H A Dgetopt.h19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
/third_party/ninja/src/
H A Dgetopt.h18 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 Dlibinput-analyze.c49 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
H A Dlibinput-measure.c49 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
H A Dlibinput-test.c53 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
H A Dlibinput-tool.c86 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
/third_party/eudev/src/v4l_id/
H A Dv4l_id.c45 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) in main()
/third_party/mesa3d/src/compiler/glsl/
H A Dmain.cpp82 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) { in main()
/third_party/toybox/toys/pending/
H A Dgetopt.c87 while ((ch = (FLAG(a)?getopt_long_only:getopt_long)(argc, argv, TT.o, in getopt_main()
/third_party/selinux/libsepol/tests/
H A Dlibsepol-tests.c102 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) { in main()
/third_party/eudev/src/udev/
H A Dudevadm-test-builtin.c59 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0) in adm_builtin()
/third_party/fsverity-utils/programs/
H A Dcmd_enable.c70 while ((c = getopt_long(argc, argv, "", longopts, NULL)) != -1) { in fsverity_cmd_enable()
/third_party/alsa-lib/test/
H A Domixer.c38 if ((c = getopt_long(argc, argv, "hP:C:", long_option, NULL)) < 0) in main()
/third_party/ntfs-3g/src/
H A Dntfs-3g.probe.c103 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c265 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()

Completed in 7 milliseconds

1234567