Home
last modified time | relevance | path

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

/freebsd-src/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-src/lib/libc/locale/
H A Dcollate.h117 int __collate_load_error; member
H A Dcollate.c137 table->__collate_load_error = 1; in __collate_load_tables_l()
230 table->__collate_load_error = 0; in __collate_load_tables_l()
701 if (table->__collate_load_error) in __collate_equiv_value()
/freebsd-src/lib/libc/gen/
H A Dfnmatch.c294 if (table->__collate_load_error ? in rangematch()
H A Dglob.c940 if (table->__collate_load_error ? in match()
H A Dglob-compat11.c908 if (table->__collate_load_error ? in match()
/freebsd-src/lib/libc/stdio/
H A Dvfscanf.c940 || (table->__collate_load_error ? n < c : in __sccl()
949 if (table->__collate_load_error) { in __sccl()
/freebsd-src/lib/libc/regex/
H A Dregcomp.c1147 if (table->__collate_load_error || MB_CUR_MAX > 1) {