Searched refs:next (Results 1 – 9 of 9) sorted by relevance
32 struct nss_action_list_wrapper *next; member74 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() local113 current = next; in __nss_action_freeres()
35 /^[ \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 …]
75 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() local434 current = next; in __nss_module_freeres()
78 struct nss_module *next; member
64 struct database *next; member154 struct db_option *next; member351 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()
48 struct service_library *next; member
46 struct gaih_addrtuple *next; member
272 const char *next = rawmemchr (entidx, '\0') + 1; in CONCAT() local273 size_t len = next - entidx; in CONCAT()292 entidx = next; in CONCAT()303 entidx = next; in CONCAT()
458 (*pat)->next = NULL; in libc_hidden_def()465 pat = &((*pat)->next); in libc_hidden_def()
Completed in 18 milliseconds