Lines Matching refs:strcpy
194 (void) strcpy(buf, _locales[0]); in setlocale()
220 (void) strcpy(buf, locale); in setlocale()
630 strcpy(Default,"C"); in openlocale()
632 strcpy(Default, defp); in openlocale()
639 (void) strcpy(newlocale, locale); in openlocale()
645 (void) strcpy(pathname, PRIVATE_LOCALE_DIR); in openlocale()
650 (void) strcpy(pathname, LOCALE_DIR); in openlocale()
657 (void) strcpy(newlocale, locale); in openlocale()
708 strcpy(_code_set_info.code_name, code_header.code_name); in openlocale()
772 strcpy(realmonths, rawmonths); in localdtconv()
775 strcpy(realdays, rawdays); in localdtconv()
778 strcpy(realfmts, rawfmts); in localdtconv()
811 strcpy(_code_set_info.code_name, Default); in set_default()
826 strcpy(_locales[i],"C"); in init_statics()
827 strcpy(_code_set_info.code_name, "default"); in init_statics()
828 strcpy(_my_time,"C"); in init_statics()