Searched refs:getopt_internal (Results 1 – 5 of 5) sorted by relevance
/external/openssh/openbsd-compat/ |
D | getopt_long.c | 94 static int getopt_internal(int, char * const *, const char *, 294 getopt_internal(int nargc, char * const *nargv, const char *options, in getopt_internal() function 501 return (getopt_internal(nargc, nargv, options, NULL, NULL, 0)); in getopt() 514 return (getopt_internal(nargc, nargv, options, long_options, idx, 527 return (getopt_internal(nargc, nargv, options, long_options, idx,
|
/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/tcpdump/missing/ |
D | getopt_long.c | 85 static int getopt_internal(int, char * const *, const char *, 354 getopt_internal(int nargc, char * const *nargv, const char *options, function 584 return (getopt_internal(nargc, nargv, options, NULL, NULL, 0)); 597 return (getopt_internal(nargc, nargv, options, long_options, idx, 610 return (getopt_internal(nargc, nargv, options, long_options, idx,
|
/external/bison/darwin-lib/ |
D | getopt.h | 77 # define _getopt_internal __GETOPT_ID (getopt_internal)
|
/external/bison/lib/ |
D | getopt.in.h | 76 # define _getopt_internal __GETOPT_ID (getopt_internal)
|