Searched refs:_rename (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/sys/
H A Drename.c39 #pragma weak _rename = rename macro
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c52 static void _rename (char *, char *, ...);
196 * inside the "_rename()" routine) should
203 _rename(old_system, Local_System, Lp_Tmp, NULL);
204 _rename(old_system, Local_System, Lp_Requests, NULL);
350 ** _rename()
354 _rename(char *old_system, char *new_system, ...) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Domitted.c76 extern int _rename(const char*, const char*);
242 _rename(path, buf);
641 _rename(exe[fd]->path, buf);
725 if ((r = _rename(fp, tp)) && errno == ENOENT && execrate(fp, fb, sizeof(fb), 1))
730 r = _rename(fb, tp);
855 if (!_rename(path, tmp))
880 if (!errno && !_rename(path, tmp))
889 if (execrate(path, buf, sizeof(buf), 1) && !_rename(buf, tmp))
899 if (!_rename(path, tmp))

Completed in 60 milliseconds