/src/sys/arch/hpcmips/stand/pbsdboot/ |
main.c | 386 void wstrcpy(TCHAR* dst, TCHAR* src); 394 void wstrcpy(TCHAR* dst, TCHAR* src) function in typeref:typename:void 547 wstrcpy(pref.setting_name, TEXT("User defined")); 548 wstrcpy(pref.kernel_name, tmpbuf); 549 wstrcpy(pref.options, TEXT("")); 1182 wstrcpy(pref.kernel_name, wkernel_name); 1183 wstrcpy(pref.options, woptions);
|
main.c | 386 void wstrcpy(TCHAR* dst, TCHAR* src); 394 void wstrcpy(TCHAR* dst, TCHAR* src) function in typeref:typename:void 547 wstrcpy(pref.setting_name, TEXT("User defined")); 548 wstrcpy(pref.kernel_name, tmpbuf); 549 wstrcpy(pref.options, TEXT("")); 1182 wstrcpy(pref.kernel_name, wkernel_name); 1183 wstrcpy(pref.options, woptions);
|