HomeSort by: relevance | last modified time | path
    Searched defs:getopt_long (Results 1 - 4 of 4) sorted by relevancy

  /src/tools/compat/
compat_getopt.h 10 #define getopt_long __nbcompat_getopt_long macro
  /src/lib/libc/stdlib/
getopt_long.c 1 /* $NetBSD: getopt_long.c,v 1.28 2024/01/19 18:41:38 christos Exp $ */
37 __RCSID("$NetBSD: getopt_long.c,v 1.28 2024/01/19 18:41:38 christos Exp $");
70 __weak_alias(getopt_long,_getopt_long)
180 * XXX re-initialize optind to 0 and have getopt_long(3)
337 * getopt_long --
341 getopt_long(int nargc, char * const *nargv, const char *options, function in typeref:typename:int
  /src/usr.bin/gzip/
gzip.c 289 #define getopt_long(a,b,c,d,e) getopt(a,b,c) macro
355 while ((ch = getopt_long(argc, argv, OPT_LIST, longopts, NULL)) != -1) {
  /src/lib/libc/include/
namespace.h 400 #define getopt_long _getopt_long macro

Completed in 21 milliseconds