/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
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()
|
D | test_src_functionalext_supplement_misc.gni | 34 "getopt_long",
|
/third_party/libevdev/tools/ |
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/ |
D | getopt.h | 27 int getopt_long(int, char**, char*, struct option*, int*);
|
/third_party/musl/include/ |
D | getopt.h | 19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | getopt.h | 19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | getopt.h | 19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | getopt.h | 19 int getopt_long(int, char *const *, const char *, const struct option *, int *);
|
/third_party/mesa3d/src/getopt/ |
D | getopt.h | 61 int getopt_long(int, char * const *, const char *,
|
/third_party/glfw/deps/ |
D | getopt.h | 50 int getopt_long(int argc, char* const argv[],
|
D | getopt.c | 158 int getopt_long(int argc, char* const argv[], const char* optstring, in getopt_long() function
|
/third_party/libinput/tools/ |
D | libinput-analyze.c | 49 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
D | libinput-measure.c | 49 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
D | libinput-tool.c | 84 c = getopt_long(argc, argv, "+h", opts, &option_index); in main()
|
/third_party/ninja/src/ |
D | getopt.h | 45 int getopt_long (int argc, char **argv, const char *shortopts,
|
/third_party/ltp/tools/sparse/sparse-src/ |
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()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | main.cpp | 82 while ((c = getopt_long(argc, argv, "", compiler_opts, &idx)) != -1) { in main()
|
/third_party/selinux/libsepol/tests/ |
D | libsepol-tests.c | 102 while ((i = getopt_long(argc, argv, "vi", opts, NULL)) != -1) { in main()
|
/third_party/alsa-lib/test/ |
D | omixer.c | 38 if ((c = getopt_long(argc, argv, "hP:C:", long_option, NULL)) < 0) in main()
|
/third_party/ntfs-3g/src/ |
D | ntfs-3g.probe.c | 103 while ((c = getopt_long(argc, argv, sopt, lopt, NULL)) != -1) { in parse_options()
|
/third_party/toybox/toys/pending/ |
D | getopt.c | 87 while ((ch = (FLAG(a)?getopt_long_only:getopt_long)(argc, argv, TT.o, in getopt_main()
|
/third_party/alsa-utils/alsamixer/ |
D | cli.c | 78 while ((option = getopt_long(argc, argv, short_options, in parse_options()
|
/third_party/fsverity-utils/programs/ |
D | cmd_enable.c | 70 while ((c = getopt_long(argc, argv, "", longopts, NULL)) != -1) { in fsverity_cmd_enable()
|
D | cmd_digest.c | 40 while ((c = getopt_long(argc, argv, "", longopts, NULL)) != -1) { in fsverity_cmd_digest()
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
D | spirv2dxil.c | 83 while ((ch = getopt_long(argc, argv, "s:e:o:vd", long_options, NULL)) != in main()
|