Home
last modified time | relevance | path

Searched refs:new_list (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/conform/
Dcheck-header-lists.sh27 new_list=
34 new_list="$new_list $h"
38 echo "Headers with expectations for $std: $new_list"
44 case " $new_list " in
54 for h in $new_list; do
/glibc-2.36/elf/
Ddl-close.c316 struct r_scope_elem *new_list = NULL; in _dl_close_worker() local
335 new_list = &imap->l_searchlist; in _dl_close_worker()
341 size_t remain = (new_list != NULL) + 1; in _dl_close_worker()
402 if (new_list != NULL) in _dl_close_worker()
404 newp[remain++] = new_list; in _dl_close_worker()
405 new_list = NULL; in _dl_close_worker()
432 else if (new_list != NULL) in _dl_close_worker()
/glibc-2.36/localedata/unicode-gen/
Dctype_compatibility.py212 def report(char_class, old_list, new_list): argument
216 missing_chars = list(set(old_list)-set(new_list))
222 added_chars = list(set(new_list)-set(old_list))