OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
/src/usr.bin/gzip/
gzip.c
290
#define
getopt_long
(a,b,c,d,e) getopt(a,b,c)
macro
350
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 42 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026