OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BSDoptind
(Results
1 - 2
of
2
) sorted by null
/external/openssh/openbsd-compat/
getopt.c
44
BSDoptind
= 1, /* index into parent argv vector */
72
if (
BSDoptind
>= nargc || *(place = nargv[
BSDoptind
]) != '-') {
77
++
BSDoptind
;
91
++
BSDoptind
;
100
++
BSDoptind
;
105
else if (nargc <= ++
BSDoptind
) { /* no arg */
116
BSDoptarg = nargv[
BSDoptind
];
118
++
BSDoptind
;
/external/openssh/
defines.h
564
# define optind
BSDoptind
Completed in 162 milliseconds