Home
last modified time | relevance | path

Searched refs:optreset (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetopt_long.c81 static int optreset = 0; /* keep track of first entry to getopt() */ variable
506 optind = optreset = 1; in getopt_internal()
512 if (optreset) { in getopt_internal()
531 if (optreset || !*place) { /* update scanning pointer */ in getopt_internal()
532 optreset = 0; in getopt_internal()
/titanic_41/usr/src/cmd/ssh/include/
H A Ddefines.h475 #undef optreset
481 #define optreset BSDoptreset macro
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dssh.c230 extern int optind, optreset;
538 optreset = 1;
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsession.c1461 extern int optind, optreset; in do_child()
1476 optind = optreset = 1; in do_child()