Home
last modified time | relevance | path

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

/freebsd/lib/libc/locale/
H A Dcollate.c138 table->__collate_load_error = 1; in __collate_load_tables_l()
231 table->__collate_load_error = 0; in __collate_load_tables_l()
702 if (table->__collate_load_error) in __collate_equiv_value()
761 if (table->__collate_load_error) { in __collate_collating_symbol()
838 if (table->__collate_load_error) in __collate_equiv_class()
916 if (table->__collate_load_error) in __collate_equiv_match()
H A Dcollate.h121 int __collate_load_error; member
/freebsd/lib/libc/string/
H A Dwcsxfrm.c55 if ((table->__collate_load_error) || in wcsxfrm_l()
H A Dstrxfrm.c74 if (table->__collate_load_error) in strxfrm_l()
H A Dstrcoll.c76 if (table->__collate_load_error) in strcoll_l()
H A Dwcscoll.c53 if (table->__collate_load_error || ret == 0) in wcscoll_l()
/freebsd/lib/libc/stdio/
H A Dvfscanf.c939 || (table->__collate_load_error ? n < c : in __sccl()
948 if (table->__collate_load_error) { in __sccl()
/freebsd/lib/libc/gen/
H A Dfnmatch.c447 if (table->__collate_load_error ? in rangematch()
H A Dglob-compat11.c908 if (table->__collate_load_error ? in match()
H A Dglob.c970 if (table->__collate_load_error ? in match()
/freebsd/lib/libc/regex/
H A Dregcomp.c1147 if (table->__collate_load_error || MB_CUR_MAX > 1) {