Searched refs:getopt_internal (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/getopt/ |
D | getopt_long.c | 77 static int getopt_internal(int, char * const *, const char *, 277 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal() function 484 return (getopt_internal(nargc, nargv, options, NULL, NULL, 0)); in getopt() 496 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long() 509 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long_only()
|
/external/chromium_org/third_party/mesa/src/src/getopt/ |
D | getopt_long.c | 77 static int getopt_internal(int, char * const *, const char *, 277 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal() function 484 return (getopt_internal(nargc, nargv, options, NULL, NULL, 0)); in getopt() 496 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long() 509 return (getopt_internal(nargc, nargv, options, long_options, idx, in getopt_long_only()
|
/external/bison/lib/ |
D | getopt.in.h | 76 # define _getopt_internal __GETOPT_ID (getopt_internal)
|
/external/bison/darwin-lib/ |
D | getopt.h | 77 # define _getopt_internal __GETOPT_ID (getopt_internal)
|