Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 11 of 11) sorted by relevance

/xnu-10063.101.15/libsyscall/wrappers/
H A Drename.c28 rename(const char *old, const char *new) in rename() function
/xnu-10063.101.15/SETUP/installfile/
H A Dinstallfile.c126 ret = rename(dsttmpname, dst); in main()
/xnu-10063.101.15/bsd/man/man2/
H A DMakefile171 rename.2 \
/xnu-10063.101.15/bsd/miscfs/devfs/
H A DREADME56 e.g. remove or rename nodes
/xnu-10063.101.15/SETUP/config/
H A Dmkmakefile.c187 rename(path("Makefile"), path("Makefile.old")); in makefile()
/xnu-10063.101.15/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj80 …248AA967122C7CDA0085F5B1 /* rename.c in Sources */ = {isa = PBXBuildFile; fileRef = 248AA966122C7C…
506 …966122C7CDA0085F5B1 /* rename.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
928 248AA966122C7CDA0085F5B1 /* rename.c */,
1610 248AA967122C7CDA0085F5B1 /* rename.c in Sources */,
/xnu-10063.101.15/makedefs/
H A DMakeInc.kernel242 # for now, rename LASTDATA_CONST to LAST on static kernel cache builds
/xnu-10063.101.15/tests/
H A Daudit_session.c893 T_ASSERT_POSIX_SUCCESS(rename(tmppath, path), "move %s to %s by pid %d", tmppath, path, getpid());
H A Dkqueue_file_tests.c385 res = rename((char*)args[0], (char*)args[1]); in execute_action()
/xnu-10063.101.15/bsd/vfs/
H A Dkpi_vfs.c4684 DTRACE_FSINFO(rename, vnode_t, fdvp); in VNOP_RENAME()
H A Dvfs_syscalls.c9646 rename(__unused proc_t p, struct rename_args *uap, __unused int32_t *retval) in rename() function