OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_opt
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libwrap/
options.c
161
char *
next_opt
;
local
165
for (curr_opt = get_field(options); curr_opt; curr_opt =
next_opt
) {
166
next_opt
= get_field((char *) 0);
206
if (
next_opt
&& use_last(op))
/src/external/bsd/ntp/dist/sntp/libopts/
autoopts.c
217
next_opt
(tOptions * opts, tOptState * o_st)
function
250
switch (
next_opt
(opts, &opt_st)) {
init.c
158
res =
next_opt
(opts, &opt_st);
proto.h
34
next_opt
(tOptions * opts, tOptState * o_st);
/src/external/gpl2/xcvs/dist/src/
modules.c
619
char *
next_opt
;
625
next_opt
= cp + 1;
633
next_opt
= NULL;
646
spec_opt =
next_opt
;
617
char *
next_opt
;
local
/src/external/apache2/mDNSResponder/dist/mDNSCore/
mDNS.c
2167
ResourceRecord
next_opt
;
local
2170
next_opt
.rrtype = kDNSType_OPT;
2171
next_opt
.rdata = &rdatastorage;
2172
next_opt
.rdlength = sizeof(rdataOPT);
2176
SetupTSROpt(next->tsr, &
next_opt
.rdata->u.opt[0]);
2177
ptr = putRData(msg, ptr, end, &
next_opt
);
Completed in 47 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026