Home
last modified time | relevance | path

Searched refs:__collate_load_error (Results 1 – 9 of 9) sorted by relevance

/dflybsd-src/lib/libc/locale/
H A Dcollate.c57 .__collate_load_error = 1
62 .__collate_load_error = 1
115 table->__collate_load_error = 1; in __collate_load_tables_l()
195 table->__collate_load_error = 0; in __collate_load_tables_l()
667 if (table->__collate_load_error) in __collate_equiv_value()
H A Dcollate.h118 int __collate_load_error; member
/dflybsd-src/lib/libc/string/
H A Dwcsxfrm.c53 if ((table->__collate_load_error) || in wcsxfrm_l()
H A Dstrxfrm.c71 if (table->__collate_load_error) in strxfrm_l()
H A Dstrcoll.c74 if (table->__collate_load_error) in strcoll_l()
H A Dwcscoll.c50 if (table->__collate_load_error) in wcscoll_l()
/dflybsd-src/lib/libc/gen/
H A Dfnmatch.c274 if (table->__collate_load_error ? in rangematch()
H A Dglob.c832 if (table->__collate_load_error ? in match()
/dflybsd-src/lib/libc/stdio/
H A Dvfscanf.c879 || (table->__collate_load_error ? n < c : in __sccl()
888 if (table->__collate_load_error) { in __sccl()