Home
last modified time | relevance | path

Searched refs:old (Results 1 – 8 of 8) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_renm.c24 int rename(const char *old, const char *new) { in rename() argument
27 return __ghs_syscall(SYSCALL_RENAME, old, new); in rename()
30 if (link(old, new)!=0) in rename()
32 return(unlink(old)); in rename()
Dind_lockcpp.c284 _Once_t old; in __ghsLockCpp() local
288 else if ((old = InterlockedExchange(_Cntrl, 1)) == 0) in __ghsLockCpp()
293 else if (old == 2) in __ghsLockCpp()
/CafeSDK-2.12.13/system/src/lib/demo/demowin/
Ddemowin_combo_box.cpp191 int old = *target; in Update() local
196 if (old != *target) in Update()
Ddemowin_double_combo_box.cpp332 int old = this->pos1; in Update() local
338 if (this->status == 4 && old == this->pos1) in Update()
/CafeSDK-2.12.13/system/bin/tool/
Dcafeoptions.bat80 REM old "pcfs_over_sata" sentinel exists; update to new config file
Dviewcore.bat156 :::: Automatically age old dump logs
/CafeSDK-2.12.13/
Dcafe.bat119 REM old "pcfs_over_sata" sentinel exists; update to new config file
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs1347 string old = output.Substring(res, (end - 1) - res); in hoststop()
1359 … Console.WriteLine("cafex {0}: Bridge old owner: [{1}] new owner: [{2}]", command, old, host); in hoststop()