Home
last modified time | relevance | path

Searched refs:getopt_long_only (Results 1 - 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetopt_long_only.c56 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 Dlgetopt.h79 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 Dgetopt1.c1 /* 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 Dgetopt.h63 int getopt_long_only(int, char * const *, const char *,
H A Dgetopt_long.c68 #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 Dgetopt.h20 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dgetopt.h20 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dgetopt.h20 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
/third_party/musl/include/
H A Dgetopt.h20 int getopt_long_only(int, char *const *, const char *, const struct option *, int *);
/third_party/ninja/src/
H A Dgetopt.h47 int getopt_long_only (int argc, char **argv, const char *shortopts,
H A Dgetopt.c45 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 Dgetopt.c87 while ((ch = (FLAG(a)?getopt_long_only:getopt_long)(argc, argv, TT.o, in getopt_main()
/third_party/musl/src/misc/
H A Dgetopt_long.c145 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 Dmain.c212 while ((opt = getopt_long_only(argc, argv, shortopts, longopts, NULL)) != in main()
/third_party/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3_cmdline.c298 while ((opt = getopt_long_only(argc, argv, shortopts, longopts, NULL)) != in main()

Completed in 5 milliseconds