/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
H A D | getopt_long_only.c | 56 c = getopt_long_only(argc, argv, short_options, long_options, NULL); in main() 58 c = getopt_long_only(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 159 extern int getopt_long_only (int ___argc, char *const *___argv, 173 extern int getopt_long_only ();
|
/third_party/backends/lib/ |
H A D | getopt1.c | 1 /* getopt_long and getopt_long_only entry points for GNU getopt. 89 getopt_long_only (argc, argv, options, long_options, opt_index) in getopt_long_only() 101 libc_hidden_def (getopt_long_only) 88 getopt_long_only (argc, argv, options, long_options, opt_index) getopt_long_only() function
|
/third_party/mesa3d/src/getopt/ |
H A D | getopt.h | 63 int getopt_long_only(int, char * const *, const char *,
|
H A D | getopt_long.c | 68 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only */ 390 * 3) either the arg starts with -- we are getopt_long_only() in getopt_internal() 501 * getopt_long_only -- 505 getopt_long_only(int nargc, char * const *nargv, const char *options, in getopt_long_only() function
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | getopt.h | 20 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | getopt.h | 20 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | getopt.h | 20 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
|
/third_party/musl/include/ |
H A D | getopt.h | 20 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
|
/third_party/ninja/src/ |
H A D | getopt.h | 47 int getopt_long_only (int argc, char **argv, const char *shortopts,
|
H A D | getopt.c | 45 The function getopt_long_only() is identical to getopt_long(), except that a 404 getopt_long_only (int argc, char **argv, const char *shortopts, in getopt_long_only() function
|
/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/musl/src/misc/ |
H A D | getopt_long.c | 145 int getopt_long_only(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *idx) in getopt_long_only() function
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 212 while ((opt = getopt_long_only(argc, argv, shortopts, longopts, NULL)) != in main()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/ |
H A D | ir3_cmdline.c | 298 while ((opt = getopt_long_only(argc, argv, shortopts, longopts, NULL)) != in main()
|