OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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 34 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025