Searched defs:BSDoptarg (Results 1 - 1 of 1) sorted by relevance
/external/openssh/openbsd-compat/ | ||
H A D | getopt.c | 47 char *BSDoptarg; /* argument associated with option */ variable 98 BSDoptarg = NULL; 104 BSDoptarg = place; 116 BSDoptarg = nargv[BSDoptind]; |
Completed in 97 milliseconds