/src/common/lib/libc/stdlib/ |
getopt.c | 1 /* $NetBSD: getopt.c,v 1.2 2024/06/29 07:56:56 rin Exp $ */ 33 __RCSID("$NetBSD: getopt.c,v 1.2 2024/06/29 07:56:56 rin Exp $"); 54 __weak_alias(getopt,_getopt) 65 optreset; /* reset getopt */ 73 * getopt -- 77 getopt(int nargc, char * const nargv[], const char *ostr) function in typeref:typename:int
|
getopt.c | 1 /* $NetBSD: getopt.c,v 1.2 2024/06/29 07:56:56 rin Exp $ */ 33 __RCSID("$NetBSD: getopt.c,v 1.2 2024/06/29 07:56:56 rin Exp $"); 54 __weak_alias(getopt,_getopt) 65 optreset; /* reset getopt */ 73 * getopt -- 77 getopt(int nargc, char * const nargv[], const char *ostr) function in typeref:typename:int
|
getopt.c | 1 /* $NetBSD: getopt.c,v 1.2 2024/06/29 07:56:56 rin Exp $ */ 33 __RCSID("$NetBSD: getopt.c,v 1.2 2024/06/29 07:56:56 rin Exp $"); 54 __weak_alias(getopt,_getopt) 65 optreset; /* reset getopt */ 73 * getopt -- 77 getopt(int nargc, char * const nargv[], const char *ostr) function in typeref:typename:int
|
getopt.c | 1 /* $NetBSD: getopt.c,v 1.2 2024/06/29 07:56:56 rin Exp $ */ 33 __RCSID("$NetBSD: getopt.c,v 1.2 2024/06/29 07:56:56 rin Exp $"); 54 __weak_alias(getopt,_getopt) 65 optreset; /* reset getopt */ 73 * getopt -- 77 getopt(int nargc, char * const nargv[], const char *ostr) function in typeref:typename:int
|
/src/lib/libc/stdlib/ |
getopt_long.c | 47 #include <getopt.h> 58 __weak_alias(getopt,_getopt) 63 int optreset; /* reset getopt */ 259 /* XXX: what if no long options provided (called by getopt)? */ 272 * Handle -W arg the same as --arg (which causes getopt to 304 * getopt -- 307 * [eventually this will replace the real getopt] 310 getopt(int nargc, char * const *nargv, const char *options) function in typeref:typename:int
|
getopt_long.c | 47 #include <getopt.h> 58 __weak_alias(getopt,_getopt) 63 int optreset; /* reset getopt */ 259 /* XXX: what if no long options provided (called by getopt)? */ 272 * Handle -W arg the same as --arg (which causes getopt to 304 * getopt -- 307 * [eventually this will replace the real getopt] 310 getopt(int nargc, char * const *nargv, const char *options) function in typeref:typename:int
|
getopt_long.c | 47 #include <getopt.h> 58 __weak_alias(getopt,_getopt) 63 int optreset; /* reset getopt */ 259 /* XXX: what if no long options provided (called by getopt)? */ 272 * Handle -W arg the same as --arg (which causes getopt to 304 * getopt -- 307 * [eventually this will replace the real getopt] 310 getopt(int nargc, char * const *nargv, const char *options) function in typeref:typename:int
|
getopt_long.c | 47 #include <getopt.h> 58 __weak_alias(getopt,_getopt) 63 int optreset; /* reset getopt */ 259 /* XXX: what if no long options provided (called by getopt)? */ 272 * Handle -W arg the same as --arg (which causes getopt to 304 * getopt -- 307 * [eventually this will replace the real getopt] 310 getopt(int nargc, char * const *nargv, const char *options) function in typeref:typename:int
|
/src/lib/libc/include/ |
namespace.h | 399 #define getopt _getopt macro
|
namespace.h | 399 #define getopt _getopt macro
|
namespace.h | 399 #define getopt _getopt macro
|
namespace.h | 399 #define getopt _getopt macro
|