Searched defs:getopt_long (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/grub/grub-0.97/lib/ |
H A D | getopt1.c | 0 /* getopt_long and getopt_long_only entry points for GNU getopt. 70 getopt_long (argc, argv, options, long_options, opt_index) 80 /* Like getopt_long, but '-' as well as '--' can indicate a long option. 127 c = getopt_long (argc, argv, "abc:d:0123456789", 69 getopt_long (argc, argv, options, long_options, opt_index) function
|
/illumos-gate/usr/src/lib/libast/common/comp/ |
H A D | getoptl.c | 142 getopt_long(int argc, char* const* argv, const char* optstring, const struct option* longopts, int* longindex) function
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | getopt_long.c | 69 #pragma weak _getopt_long = getopt_long 452 * This implements all of the getopt_long(), getopt_long_only(), 713 * getopt_long() -- 720 getopt_long(int nargc, char *const *nargv, function 732 } /* getopt_long() */
|
/illumos-gate/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 141 #undef getopt_long macro 142 #define getopt_long _ast_getopt_long macro
|
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 120 #undef getopt_long macro 121 #define getopt_long _ast_getopt_long macro
|
/illumos-gate/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_map.h | 141 #undef getopt_long macro 142 #define getopt_long _ast_getopt_long macro
|
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_map.h | 120 #undef getopt_long macro 121 #define getopt_long _ast_getopt_long macro
|
/illumos-gate/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_map.h | 141 #undef getopt_long macro 142 #define getopt_long _ast_getopt_long macro
|
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_map.h | 120 #undef getopt_long macro 121 #define getopt_long _ast_getopt_long macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 141 #undef getopt_long macro 142 #define getopt_long _ast_getopt_long macro
|
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_map.h | 120 #undef getopt_long macro 121 #define getopt_long _ast_getopt_long macro
|
Completed in 69 milliseconds