OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oopt
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/passwd/
passwd.c
253
const char *curopt, *
oopt
;
local
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] == ':') ?
/src/external/bsd/dhcpcd/dist/src/
dhcp-common.c
897
struct dhcp_opt *eopt, *
oopt
;
local
973
dgetopt(ctx, NULL, &eoc, NULL, NULL, 0, &
oopt
);
974
if (
oopt
)
975
oopt
->index = 0;
979
while ((eod = dgetopt(ctx, &eos, &eoc, &eol, od, ol, &
oopt
))) {
987
if (
oopt
== NULL)
992
eopt->type & OT_OPTION ?
oopt
:eopt,
ipv6nd.c
1545
const uint8_t *od, size_t ol, struct dhcp_opt **
oopt
)
1571
*
oopt
= opt;
dhcp.c
1367
const uint8_t *od, size_t ol, struct dhcp_opt **
oopt
)
1386
*
oopt
= NULL;
1389
*
oopt
= opt;
dhcp6.c
468
const uint8_t *od, size_t ol, struct dhcp_opt **
oopt
)
489
*
oopt
= NULL;
494
*
oopt
= opt;
Completed in 65 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026