Searched refs:runp (Results 1 – 4 of 4) sorted by relevance
1629 runp = runp->next; in collate_finish()1739 runp = runp->next; in collate_finish()1826 runp = runp->next; in collate_finish()2037 runp = runp->wcnext; in add_to_tablewc()2097 runp = runp->wcnext; in add_to_tablewc()2267 runp = runp->mbnext; in collate_output()2332 runp = runp->mbnext; in collate_output()2428 runp = runp->next; in collate_output()2502 runp = runp->next; in collate_output()3454 runp = runp->next; in collate_read()[all …]
271 while (runp != NULL && (runp->needed & runp->avail) == runp->needed) in main()272 runp = runp->next; in main()274 if (runp == NULL) in main()617 while (runp != NULL && strcmp (name, runp->name) != 0) in add_to_readlist()618 runp = runp->next; in add_to_readlist()620 if (runp == NULL) in add_to_readlist()632 runp = locales = newp; in add_to_readlist()635 runp = locales; in add_to_readlist()637 runp = runp->next; in add_to_readlist()638 runp = runp->next = newp; in add_to_readlist()[all …]
881 for (runp = firstp->next; runp != NULL; runp = runp->next) in ctype_finish()892 runp->next = lastp; in ctype_finish()894 firstp = runp; in ctype_finish()1079 for (runp = ctype->translit_ignore; runp != NULL; in ctype_output()1080 runp = runp->next) in ctype_output()3886 while (runp != NULL) in allocate_arrays()3889 runp = runp->next; in allocate_arrays()3919 sorted[idx] = runp; in allocate_arrays()3924 sorted[idx] = runp; in allocate_arrays()3928 runp = runp->next; in allocate_arrays()[all …]
475 struct loaded_l10nfile *runp = _nl_locale_file_list[category]; in libc_hidden_def() local486 while (runp != NULL) in libc_hidden_def()488 struct loaded_l10nfile *curr = runp; in libc_hidden_def()489 struct __locale_data *data = (struct __locale_data *) runp->data; in libc_hidden_def()493 runp = runp->next; in libc_hidden_def()
Completed in 19 milliseconds