Home
last modified time | relevance | path

Searched refs:getopt_long_only (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h112 extern int getopt_long_only (int argc, char *const *argv,
124 extern int getopt_long_only ();
H A Dgetopt1.c85 getopt_long_only (argc, argv, options, long_options, opt_index) in getopt_long_only() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dgetopt.h48 extern int getopt_long_only(int, char* const*, const char*, const struct option*, int*);
H A Dgetoptl.c148 getopt_long_only(int argc, char* const* argv, const char* optstring, const struct option* longopts,… in getopt_long_only() function
/illumos-gate/usr/src/head/
H A Dgetopt.h78 extern int getopt_long_only(int, char * const *, const char *,
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c70 #pragma weak _getopt_long_only = getopt_long_only
741 getopt_long_only(int nargc, char *const *nargv, in getopt_long_only() function
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dmapfile-intf49 getopt_long_only { FLAGS = INTERPOSE };
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dmap122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only
H A Dlib49 #define _lib_getopt_long_only 1 /* getopt_long_only() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dmap122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only
H A Dlib49 #define _lib_getopt_long_only 1 /* getopt_long_only() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dmap122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only
H A Dlib49 #define _lib_getopt_long_only 1 /* getopt_long_only() in default lib(s) */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dmap122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only
H A Dlib49 #define _lib_getopt_long_only 1 /* getopt_long_only() in default lib(s) */
/illumos-gate/usr/src/lib/c_synonyms/
H A Dsyn_common360 getopt_long_only
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dlib27 lib getopt,getsubopt,getopt_long,getopt_long_only
/illumos-gate/usr/src/man/man3c/
H A DMakefile870 getopt_long_only.3c \
1879 getopt_long_only.3c := LINKSRC = getopt_long.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers975 getopt_long_only;
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc481 link path=usr/share/man/man3c/getopt_long_only.3c target=getopt_long.3c
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE856 03-01-29 comp/getopt.h,comp/getoptl.c: add gnu getopt_long(), getopt_long_only()