OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getopts
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/sh/
options.c
81
STATIC int
getopts
(char *, char *, char **, char ***, char **);
547
* The
getopts
builtin. Shellparam.optnext points to the next argument
550
* then it's the first time
getopts
has been called.
559
error("usage:
getopts
optstring var [arg]");
571
return
getopts
(argv[1], argv[2], optbase, &shellparam.optnext,
576
getopts
(char *optstr, char *optvar, char **optfirst, char ***optnext, char **optpptr)
function
/src/usr.bin/unzip/
unzip.c
982
getopts
(int argc, char *argv[])
function
1080
nopts =
getopts
(argc, argv);
1093
nopts +=
getopts
(argc - nopts, argv + nopts);
Completed in 23 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026