Searched refs:_time_locale_buf (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/stdtime/FreeBSD/
H A Dtimelocal.c127 if (cache && cache->_time_locale_buf && strcmp(name, cache->_time_locale_buf) == 0) {
138 xp->_time_locale_buf = NULL;
141 &xp->_time_locale_buf, "LC_TIME",
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale_private.h111 char *_time_locale_buf; member in struct:__xlocale_st_time
H A Dxlocale.c248 oenc = (loc->_time_using_locale ? loc->__lc_time->_time_locale_buf : C);
418 ret = (loc->_time_using_locale ? loc->__lc_time->_time_locale_buf : C);

Completed in 80 milliseconds