OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dom_next
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/ypbind/
ypbind.c
97
struct domain *
dom_next
;
member in struct:domain
280
for (dom = domains; dom != NULL; dom = dom->
dom_next
)
320
dom->
dom_next
= NULL;
355
dom->
dom_next
= domains;
505
for (dom = domains; dom != NULL; dom = dom->
dom_next
)
733
dom = dom->
dom_next
, count++) {
1518
for (dom = domains; dom != NULL; dom = dom->
dom_next
) {
1581
for (dom = domains; dom != NULL; dom = dom->
dom_next
) {
/src/external/bsd/libevent/dist/
evdns.c
4109
struct search_domain *dom, *
dom_next
;
local
4142
for (dom = base->global_search_state->head; dom; dom =
dom_next
) {
4143
dom_next
= dom->next;
/src/external/bsd/ntp/dist/sntp/libevent/
evdns.c
4107
struct search_domain *dom, *
dom_next
;
local
4140
for (dom = base->global_search_state->head; dom; dom =
dom_next
) {
4141
dom_next
= dom->next;
Completed in 32 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026