Home
last modified time | relevance | path

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

/support/
A Dtemp_file.c36 struct temp_name_list *next; member
54 newp->next = temp_name_list; in add_temp_file()
132 struct temp_name_list *next = temp_name_list->next; in support_delete_temp_files() local
134 temp_name_list = next; in support_delete_temp_files()
145 for (n = temp_name_list; n != NULL; n = n->next) in support_print_temp_files()
A Dtest-container.c192 char *next; in concat() local
201 while ((next = va_arg (ap, char *)) != NULL) in concat()
202 len = len + strlen (next); in concat()
219 while ((next = va_arg (ap2, char *)) != NULL) in concat()
221 strcpy (cp, next); in concat()

Completed in 6 milliseconds