Home
last modified time | relevance | path

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

/titanic_41/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) { in getlocale_time()
430 strcpy(_locales[LC_TIME - 1], _my_time); in getlocale_time()
434 strcpy(_my_time, _locales[LC_TIME - 1]); in getlocale_time()
H A Dsetlocale.c103 char _my_time[MAXLOCALENAME + 1]; variable
828 strcpy(_my_time,"C"); in init_statics()