Home
last modified time | relevance | path

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

12

/titanic_51/usr/src/grub/grub-0.97/lib/
H A Dgetopt.h61 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector
112 extern int getopt_long_only (int argc, char *const *argv,
124 extern int getopt_long_only ();
H A Dgetopt1.c1 /* getopt_long and getopt_long_only entry points for GNU getopt.
86 getopt_long_only (argc, argv, options, long_options, opt_index) in getopt_long_only()
85 getopt_long_only (argc, argv, options, long_options, opt_index) getopt_long_only() function
/titanic_51/usr/src/lib/libast/common/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
/titanic_51/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, int* longindex) in getopt_long_only() function
/titanic_51/usr/src/head/
H A Dgetopt.h30 * GNU-like getopt_long(), getopt_long_only().
68 * The use of getopt_long_only in new development is strongly discouraged.
72 extern int getopt_long_only(int, char * const *, const char *,
/titanic_51/usr/src/lib/libast/i386/include/ast/
H A Dgetopt.h57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct opti…
H A Dast_map.h143 #undef getopt_long_only
144 #define getopt_long_only _ast_getopt_long_only macro
/titanic_51/usr/src/lib/libast/amd64/include/ast/
H A Dgetopt.h57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct opti…
H A Dast_map.h143 #undef getopt_long_only
144 #define getopt_long_only _ast_getopt_long_only macro
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/
H A Dgetopt.h57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct opti…
H A Dast_map.h143 #undef getopt_long_only
144 #define getopt_long_only _ast_getopt_long_only macro
/titanic_51/usr/src/lib/libast/sparc/include/ast/
H A Dgetopt.h57 extern __MANGLE__ int getopt_long_only __PROTO__((int, char* const*, const char*, const struct opti…
H A Dast_map.h143 #undef getopt_long_only
144 #define getopt_long_only _ast_getopt_long_only macro
/titanic_51/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c70 #pragma weak _getopt_long_only = getopt_long_only
93 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only() */
452 * This implements all of the getopt_long(), getopt_long_only(),
611 * 3) either the arg starts with -- or we are getopt_long_only() in getopt_internal()
735 * getopt_long_only() --
741 getopt_long_only(int nargc, char *const *nargv, in getopt_long_only() function
754 } /* getopt_long_only() */ in getopt_long_only()
/titanic_51/usr/src/grub/grub-0.97/grub/
H A Dmapfile-intf49 getopt_long_only { FLAGS = INTERPOSE };
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only macro
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only macro
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only macro
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only macro
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dmap122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dmap122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dmap122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dmap122 #undef getopt_long_only
123 #define getopt_long_only _ast_getopt_long_only

12