HomeSort by: relevance | last modified time | path
    Searched defs:oopt (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/passwd/
passwd.c 253 const char *curopt, *oopt; local in function:main
309 if ((oopt = strchr(optstring, *curopt)) == NULL) {
316 } else if ((oopt[1] == ':' && curopt[1] != ':') ||
317 (oopt[1] != ':' && curopt[1] == ':')) {
332 if ((oopt = strchr(pw_modules[i].args, ch)) != NULL) {
333 j = (oopt[1] == ':') ?
passwd.c 253 const char *curopt, *oopt; local in function:main
309 if ((oopt = strchr(optstring, *curopt)) == NULL) {
316 } else if ((oopt[1] == ':' && curopt[1] != ':') ||
317 (oopt[1] != ':' && curopt[1] == ':')) {
332 if ((oopt = strchr(pw_modules[i].args, ch)) != NULL) {
333 j = (oopt[1] == ':') ?
passwd.c 253 const char *curopt, *oopt; local in function:main
309 if ((oopt = strchr(optstring, *curopt)) == NULL) {
316 } else if ((oopt[1] == ':' && curopt[1] != ':') ||
317 (oopt[1] != ':' && curopt[1] == ':')) {
332 if ((oopt = strchr(pw_modules[i].args, ch)) != NULL) {
333 j = (oopt[1] == ':') ?

Completed in 31 milliseconds