Searched refs:next (Results 1 – 5 of 5) sorted by relevance
33 uintmax_t next = current * 2; in time_t_max() local35 TEST_VERIFY_EXIT (next > current); in time_t_max()36 ++next; in time_t_max()37 if ((time_t) next < 0 || next != (uintmax_t) (time_t) next) in time_t_max()41 current = next; in time_t_max()
58 data->known_groups = data->known_groups->next; in free_memory()133 new_elem->next = datap->known_groups; in __internal_setnetgrent_reuse()275 tmp->next = datap->known_groups; in __internal_getnetgrent_r()296 namep = namep->next) in __internal_getnetgrent_r()301 namep = namep->next) in __internal_getnetgrent_r()316 namep->next = datap->needed_groups; in __internal_getnetgrent_r()419 namep = namep->next) in weak_alias()424 namep = namep->next) in weak_alias()441 namep->next = entry.needed_groups; in weak_alias()483 entry.needed_groups = tmp->next; in weak_alias()[all …]
312 const uint8_t *next; in inet6_option_find() local315 next = (const uint8_t *) (ip6e + 1); in inet6_option_find()324 if (get_opt_end (&next, *tptrp, endp) != 0) in inet6_option_find()332 result = next; in inet6_option_find()335 if (get_opt_end (&next, result, endp) != 0) in inet6_option_find()
28 struct name_list *next; member
123 next: in ruserpass()171 goto next; in ruserpass()
Completed in 6 milliseconds