Searched refs:old (Results 1 – 8 of 8) sorted by relevance
24 int rename(const char *old, const char *new) { in rename() argument27 return __ghs_syscall(SYSCALL_RENAME, old, new); in rename()30 if (link(old, new)!=0) in rename()32 return(unlink(old)); in rename()
284 _Once_t old; in __ghsLockCpp() local288 else if ((old = InterlockedExchange(_Cntrl, 1)) == 0) in __ghsLockCpp()293 else if (old == 2) in __ghsLockCpp()
191 int old = *target; in Update() local196 if (old != *target) in Update()
332 int old = this->pos1; in Update() local338 if (this->status == 4 && old == this->pos1) in Update()
80 REM old "pcfs_over_sata" sentinel exists; update to new config file
156 :::: Automatically age old dump logs
119 REM old "pcfs_over_sata" sentinel exists; update to new config file
1347 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()