/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | getopt1.c | 1 /* getopt_long and getopt_long_only entry points for GNU getopt. 63 getopt_long_only (int argc, char *__getopt_argv_const *argv, 62 getopt_long_only (int argc, char *__getopt_argv_const *argv, function
|
H A D | getopt.in.h | 60 # undef getopt_long_only macro 71 # define getopt_long_only __GETOPT_ID (getopt_long_only) macro 81 getopt_long_only; they declare "char **argv". libc uses prototypes 83 getopt_long_only can permute argv; this is required for backward 92 of getopt_long and getopt_long_only below, but these are visible 165 The LONG_OPTIONS argument to getopt_long or getopt_long_only is a vector 236 extern int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv,
|
/osnet-11/usr/src/grub/grub-0.97/lib/ |
H A D | getopt1.c | 1 /* getopt_long and getopt_long_only entry points for GNU getopt. 86 getopt_long_only (argc, argv, options, long_options, opt_index) 85 getopt_long_only (argc, argv, options, long_options, opt_index) function
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | getoptl.c | 148 getopt_long_only(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) function
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getopt_long.c | 63 #pragma weak _getopt_long_only = getopt_long_only 86 #define FLAG_LONGONLY 0x04 /* operate as getopt_long_only() */ 458 * This implements all of the getopt_long(), getopt_long_only(), 617 * 3) either the arg starts with -- or we are getopt_long_only() 741 * getopt_long_only() -- 747 getopt_long_only(int nargc, char *const *nargv, function 760 } /* getopt_long_only() */
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 143 #undef getopt_long_only macro 144 #define getopt_long_only _ast_getopt_long_only macro
|
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 122 #undef getopt_long_only macro 123 #define getopt_long_only _ast_getopt_long_only macro
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 143 #undef getopt_long_only macro 144 #define getopt_long_only _ast_getopt_long_only macro
|
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 122 #undef getopt_long_only macro 123 #define getopt_long_only _ast_getopt_long_only macro
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 143 #undef getopt_long_only macro 144 #define getopt_long_only _ast_getopt_long_only macro
|
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 122 #undef getopt_long_only macro 123 #define getopt_long_only _ast_getopt_long_only macro
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 143 #undef getopt_long_only macro 144 #define getopt_long_only _ast_getopt_long_only macro
|
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 122 #undef getopt_long_only macro 123 #define getopt_long_only _ast_getopt_long_only macro
|