Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 – 25 of 170) sorted by relevance

1234567

/third_party/musl/libc-test/src/functionalext/supplement/misc/
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()
Dtest_src_functionalext_supplement_misc.gni34 "getopt_long",
/third_party/libevdev/tools/
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/
Dgetopt.h27 int getopt_long(int, char**, char*, struct option*, int*);
/third_party/musl/include/
Dgetopt.h19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
/third_party/musl/porting/uniproton/kernel/include/
Dgetopt.h19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
/third_party/musl/porting/liteos_m/kernel/include/
Dgetopt.h19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dgetopt.h19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
/third_party/mesa3d/src/getopt/
Dgetopt.h61 int getopt_long(int, char * const *, const char *,
/third_party/glfw/deps/
Dgetopt.h50 int getopt_long(int argc, char* const argv[],
Dgetopt.c158 int getopt_long(int argc, char* const argv[], const char* optstring, in getopt_long() function
/third_party/libinput/tools/
Dlibinput-analyze.c49 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
Dlibinput-measure.c49 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
Dlibinput-tool.c84 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
/third_party/ninja/src/
Dgetopt.h45 int getopt_long (int argc, char **argv, const char *shortopts,
/third_party/ltp/tools/sparse/sparse-src/
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()
/third_party/mesa3d/src/compiler/glsl/
Dmain.cpp82 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) { in main()
/third_party/selinux/libsepol/tests/
Dlibsepol-tests.c102 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) { in main()
/third_party/alsa-lib/test/
Domixer.c38 if ((c = getopt_long(argc, argv, "hP:C:", long_option, NULL)) < 0) in main()
/third_party/ntfs-3g/src/
Dntfs-3g.probe.c103 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
/third_party/toybox/toys/pending/
Dgetopt.c87 while ((ch = (FLAG(a)?getopt_long_only:getopt_long)(argc, argv, TT.o, in getopt_main()
/third_party/alsa-utils/alsamixer/
Dcli.c78 while ((option = getopt_long(argc, argv, short_options, in parse_options()
/third_party/fsverity-utils/programs/
Dcmd_enable.c70 while ((c = getopt_long(argc, argv, "", longopts, NULL)) != -1) { in fsverity_cmd_enable()
Dcmd_digest.c40 while ((c = getopt_long(argc, argv, "", longopts, NULL)) != -1) { in fsverity_cmd_digest()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv2dxil.c83 while ((ch = getopt_long(argc, argv, "s:e:o:vd", long_options, NULL)) != in main()

1234567