Home
last modified time | relevance | path

Searched refs:unlinkat (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/libsyscall/wrappers/
H A Dunlinkat.c28 unlinkat(int fd, const char *path, int flag) in unlinkat() function
/xnu-8019.80.24/bsd/sys/
H A Dunistd.h213 int unlinkat(int, const char *, int) __OSX_AVAILABLE_STARTING(__MAC_10_10, __IPHONE_8_0);
/xnu-8019.80.24/bsd/man/man2/
H A DMakefile237 unlinkat.2 \
/xnu-8019.80.24/libsyscall/Libsyscall.xcodeproj/
H A Dproject.pbxproj122 …29A59AE6183B110C00E8B896 /* unlinkat.c in Sources */ = {isa = PBXBuildFile; fileRef = 29A59AE5183B…
564 …5183B110C00E8B896 /* unlinkat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
928 29A59AE5183B110C00E8B896 /* unlinkat.c */,
1457 29A59AE6183B110C00E8B896 /* unlinkat.c in Sources */,
/xnu-8019.80.24/bsd/vfs/
H A Dvfs_syscalls.c5759 unlinkat(__unused proc_t p, struct unlinkat_args *uap, __unused int32_t *retval) in unlinkat() function