Searched refs:_my_time (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dstrftime.c55 extern char _my_time[];
413 if (strcmp(_my_time, _locales[LC_TIME -1]) == 0) {
430 strcpy(_locales[LC_TIME - 1], _my_time);
434 strcpy(_my_time, _locales[LC_TIME - 1]);
H A Dsetlocale.c103 char _my_time[MAXLOCALENAME + 1]; variable
828 strcpy(_my_time,"C");

Completed in 59 milliseconds