Home
last modified time | relevance | path

Searched refs:next (Results 1 – 9 of 9) sorted by relevance

/nss/
A Dnss_action.c32 struct nss_action_list_wrapper *next; member
74 for (struct nss_action_list_wrapper *p = nss_actions; p != NULL; p = p->next) in find_allocated()
93 wrapper->next = nss_actions; in __nss_action_allocate()
111 struct nss_action_list_wrapper *next = current->next; in __nss_action_freeres() local
113 current = next; in __nss_action_freeres()
A Ddb-Makefile35 /^[ \t]*$$/ { next } \
36 /^[ \t]*#/ { next } \
45 /^[ \t]*$$/ { next } \
46 /^[ \t]*#/ { next } \
67 /^[ \t]*#/ { next } \
76 /^[ \t]*#/ { next } \
87 /^[ \t]*#/ { next } \
99 /^[ \t]*#/ { next } \
115 /^[ \t]*#/ { next } \
135 /^[ \t]*#/ { next } \
[all …]
A Dnss_module.c75 for (struct nss_module *p = nss_module_list; p != NULL; p = p->next) in __nss_module_allocate()
95 result->next = nss_module_list; in __nss_module_allocate()
414 for (struct nss_module *p = nss_module_list; p != NULL; p = p->next) in __nss_module_disable_loading()
432 struct nss_module *next = current->next; in __nss_module_freeres() local
434 current = next; in __nss_module_freeres()
A Dnss_module.h78 struct nss_module *next; member
A Dmakedb.c64 struct database *next; member
154 struct db_option *next; member
351 newp->next = db_options; in parse_opt()
485 last_database = last_database->next; in process_input()
492 last_database->next = databases; in process_input()
506 runp = runp->next; in process_input()
670 for (db = databases; db != NULL; db = db->next) in compute_tables()
759 for (struct database *db = databases; db != NULL; db = db->next) in write_output()
A Dnsswitch.h48 struct service_library *next; member
A Dnss.h46 struct gaih_addrtuple *next; member
/nss/nss_db/
A Ddb-XXX.c272 const char *next = rawmemchr (entidx, '\0') + 1; in CONCAT() local
273 size_t len = next - entidx; in CONCAT()
292 entidx = next; in CONCAT()
303 entidx = next; in CONCAT()
/nss/nss_files/
A Dfiles-hosts.c458 (*pat)->next = NULL; in libc_hidden_def()
465 pat = &((*pat)->next); in libc_hidden_def()

Completed in 18 milliseconds