OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:curopt
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/passwd/
passwd.c
253
const char *
curopt
, *oopt;
local
307
curopt
= pw_modules[i].args;
308
while (*
curopt
!= '\0') {
309
if ((oopt = strchr(optstring, *
curopt
)) == NULL) {
310
optstring[j++] = *
curopt
;
311
if (
curopt
[1] == ':') {
312
curopt
++;
313
optstring[j++] = *
curopt
;
316
} else if ((oopt[1] == ':' &&
curopt
[1] != ':') ||
317
(oopt[1] != ':' &&
curopt
[1] == ':'))
[
all
...]
passwd.c
253
const char *
curopt
, *oopt;
local
307
curopt
= pw_modules[i].args;
308
while (*
curopt
!= '\0') {
309
if ((oopt = strchr(optstring, *
curopt
)) == NULL) {
310
optstring[j++] = *
curopt
;
311
if (
curopt
[1] == ':') {
312
curopt
++;
313
optstring[j++] = *
curopt
;
316
} else if ((oopt[1] == ':' &&
curopt
[1] != ':') ||
317
(oopt[1] != ':' &&
curopt
[1] == ':'))
[
all
...]
/src/external/bsd/ppp/dist/pppd/
options.c
169
static struct option *
curopt
; /* pointer to option being processed */
variable in typeref:struct:option
954
curopt
= opt;
1950
curopt
->flags &= ~OPT_NOPRINT;
2022
curopt
->flags &= ~OPT_NOPRINT;
options.c
169
static struct option *
curopt
; /* pointer to option being processed */
variable in typeref:struct:option
954
curopt
= opt;
1950
curopt
->flags &= ~OPT_NOPRINT;
2022
curopt
->flags &= ~OPT_NOPRINT;
Completed in 85 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026