Home
last modified time | relevance | path

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

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