Searched refs:unlinkat (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/headers/build/host/darwin/
H A Dfcntl.h23 #define AT_REMOVEDIR 0x800 /* unlinkat() */
27 int unlinkat(int fd, const char *path, int flag);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dunlinkat.c1 /* Work around unlinkat bugs on Solaris 9.
33 # undef unlinkat macro
35 /* unlinkat without AT_REMOVEDIR does not honor trailing / on Solaris
45 return unlinkat (fd, name, flag);
77 result = unlinkat (fd, name, flag);
84 <http://www.google.com/search?q=unlinkat+site:docs.sun.com>
89 Otherwise, this function works just like Solaris' unlinkat. */
91 # define AT_FUNC_NAME unlinkat
H A Dunistd.in.h47 /* Cygwin 1.7.1 declares unlinkat in <fcntl.h>, not in <unistd.h>. */
874 # undef unlinkat macro
875 # define unlinkat rpl_unlinkat macro
878 extern int unlinkat (int fd, char const *file, int flag) _GL_ARG_NONNULL ((2));
881 # undef unlinkat macro
882 # define unlinkat(d,n,f) \ macro
883 (GL_LINK_WARNING ("unlinkat is not portable - " \
885 unlinkat (d, n, f))
H A Dgnulib.mk2242 EXTRA_DIST += at-func.c fchmodat.c fchownat.c fstatat.c mkdirat.c openat-priv.h openat-proc.c openat.c openat.h unlinkat.c
2244 EXTRA_libcoreutils_a_SOURCES += at-func.c fchmodat.c fchownat.c fstatat.c mkdirat.c openat-proc.c openat.c unlinkat.c
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dopenat.h75 # define unlinkat __OPENAT_ID (unlinkat) macro
76 int unlinkat (int fd, char const *file, int flag);
H A Dopenat.c249 <http://www.google.com/search?q=unlinkat+site:docs.sun.com>
254 Otherwise, this function works just like Solaris' unlinkat. */
256 #define AT_FUNC_NAME unlinkat
/haiku-fatelf/src/system/libroot/posix/unistd/
H A Dlink.c67 unlinkat(int fd, const char *path, int flag) function
/haiku-fatelf/src/build/libroot/
H A Dfunction_remapper.cpp148 unlinkat(int fd, const char* path, int flag) function
150 HIDDEN_FUNCTION(unlinkat);
H A Dfs_darwin.cpp425 unlinkat(int fd, const char *path, int flag) function
H A Dfs.cpp1423 return unlinkat(fd, path, flag);
/haiku-fatelf/headers/build/
H A DBeOSBuildCompatibility.h160 # define unlinkat(fd, path, flag) _haiku_build_unlinkat(fd, path, flag) macro
/haiku-fatelf/headers/posix/
H A Dunistd.h171 extern int unlinkat(int fd, const char *path, int flag);
/haiku-fatelf/src/bin/coreutils/src/
H A Dremove.c434 if (unlinkat (fts->fts_cwd_fd, ent->fts_accpath, flag) == 0)
445 /* The unlinkat from kernels like linux-2.6.32 reports EROFS even for
/haiku-fatelf/src/bin/package/
H A Dcommand_extract.cpp346 if (unlinkat(parentFD, entryName, 0) != 0) {
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure9020 for ac_func in fchmodat fstatat mkdirat openat unlinkat
9042 # GNU/Hurd has unlinkat, but it has the same bug as unlink.
9052 gl_LIBOBJS="$gl_LIBOBJS unlinkat.$ac_objext"
9089 gl_LIBOBJS="$gl_LIBOBJS unlinkat.$ac_objext"
9095 HAVE_UNLINKAT=0 # No known system with unlinkat but not openat
22959 for ac_func in fchmodat fstatat mkdirat openat unlinkat
22981 # GNU/Hurd has unlinkat, but it has the same bug as unlink.
22991 gl_LIBOBJS="$gl_LIBOBJS unlinkat.$ac_objext"
23028 gl_LIBOBJS="$gl_LIBOBJS unlinkat.$ac_objext"
23034 HAVE_UNLINKAT=0 # No known system with unlinkat bu
[all...]

Completed in 146 milliseconds