Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdtime/
H A Dtimelocal.c122 return (loc->using_time_locale in __get_current_time_locale()
140 &__xlocale_global_locale.using_time_locale, name); in __time_load_locale()
146 if (time_load_locale(new, &loc->using_time_locale, name) == _LDP_ERROR) in __time_load()
/freebsd/lib/libc/locale/
H A Dxlocale.c212 new->using_time_locale = old->using_time_locale; in copyflags()
H A Dxlocale_private.h127 int using_time_locale; member