Searched defs:BSDoptarg (Results 1 - 1 of 1) sorted by relevance

/external/openssh/openbsd-compat/
H A Dgetopt.c47 char *BSDoptarg; /* argument associated with option */ variable
98 BSDoptarg = NULL;
104 BSDoptarg = place;
116 BSDoptarg = nargv[BSDoptind];

Completed in 97 milliseconds