Home
last modified time | relevance | path

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

/dragonfly/lib/libc/locale/
H A Dcollate.c126 return (_LDP_ERROR); in __collate_load_tables_l()
129 return (_LDP_ERROR); in __collate_load_tables_l()
134 return (_LDP_ERROR); in __collate_load_tables_l()
139 return (_LDP_ERROR); in __collate_load_tables_l()
145 return (_LDP_ERROR); in __collate_load_tables_l()
157 return (_LDP_ERROR); in __collate_load_tables_l()
169 return (_LDP_ERROR); in __collate_load_tables_l()
H A Dlnumeric.c74 if (ret != _LDP_ERROR) in numeric_load_locale()
100 &l->numeric_locale_changed, name) == _LDP_ERROR) in __numeric_load()
H A Dldpart.c91 return (_LDP_ERROR); in __part_load_locale()
148 return (_LDP_ERROR); in __part_load_locale()
H A Dlmonetary.c108 if (ret != _LDP_ERROR) in monetary_load_locale_l()
161 &l->monetary_locale_changed, name) == _LDP_ERROR) in __monetary_load()
H A Dldpart.h33 #define _LDP_ERROR (-1) macro
H A Dlmessages.c98 if (messages_load_locale(new, &l->using_messages_locale, name) == _LDP_ERROR) { in __messages_load()
H A Dsetrunelocale.c171 return (_LDP_ERROR); in __wrap_setrunelocale()
H A Dsetlocale.c281 if (func(new) != _LDP_ERROR) { in loadlocale()
/dragonfly/lib/libc/stdtime/
H A Dtimelocal.c147 if (time_load_locale(new, &loc->using_time_locale, name) == _LDP_ERROR) in __time_load()