Searched refs:fstatat (Results 1 - 23 of 23) sorted by last modified time

/haiku-fatelf/src/system/libroot/posix/sys/
H A Dstat.c56 fstatat(int fd, const char *path, struct stat *st, int flag) function
/haiku-fatelf/src/kits/package/hpkg/
H A DPackageWriterImpl.cpp746 if (fstatat(entry->FD(), *fileName != '\0' ? fileName : NULL, &st,
/haiku-fatelf/src/bin/package/
H A Dcommand_extract.cpp333 bool entryExists = fstatat(parentFD, entryName, &st,
/haiku-fatelf/src/build/libroot/
H A Dfs.cpp172 return fstatat(fFD, fPath, &_st, fFlag);
1219 return fstatat(fd, path, st, flag);
H A Dfs_darwin.cpp238 fstatat(int fd, const char *path, struct stat *st, int flag) function
H A Dfunction_remapper.cpp49 fstatat(int fd, const char* path, struct stat* st, int flag) function
51 HIDDEN_FUNCTION(fstatat);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfstatat.c1 /* Work around an fstatat bug on Solaris 9.
28 /* fstatat should always follow symbolic links that end in /, but on
36 int result = fstatat (fd, file, st, flag);
43 result = fstatat (fd, file, st, flag & ~AT_SYMLINK_NOFOLLOW);
46 /* fstatat succeeded and FILE references a non-directory.
H A Dgetcwd.c291 entry_status = fstatat (fd, d->d_name, &st, AT_SYMLINK_NOFOLLOW);
H A Dopenat.c227 <http://www.google.com/search?q=fstatat+site:docs.sun.com>
232 Otherwise, this function works just like Solaris' fstatat. */
234 #define AT_FUNC_NAME fstatat
H A Dopenat.h73 # define fstatat __OPENAT_ID (fstatat) macro
74 int fstatat (int fd, char const *file, struct stat *st, int flag);
90 # undef fstatat macro
91 # define fstatat rpl_fstatat macro
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure9020 for ac_func in fchmodat fstatat mkdirat openat unlinkat
9078 gl_LIBOBJS="$gl_LIBOBJS fstatat.$ac_objext"
9096 HAVE_FSTATAT=0 # No known system with fstatat but not openat
22959 for ac_func in fchmodat fstatat mkdirat openat unlinkat
23017 gl_LIBOBJS="$gl_LIBOBJS fstatat.$ac_objext"
23035 HAVE_FSTATAT=0 # No known system with fstatat but not openat
32345 for ac_func in fchmodat fstatat mkdirat openat unlinkat
32403 gl_LIBOBJS="$gl_LIBOBJS fstatat.$ac_objext"
32421 HAVE_FSTATAT=0 # No known system with fstatat but not openat
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfstatat.c1 /* Work around an fstatat bug on Solaris 9.
30 # undef fstatat macro
32 /* fstatat should always follow symbolic links that end in /, but on
41 int result = fstatat (fd, file, st, flag);
57 result = fstatat (fd, file, st, flag & ~AT_SYMLINK_NOFOLLOW);
89 <http://www.google.com/search?q=fstatat+site:docs.sun.com>
94 Otherwise, this function works just like Solaris' fstatat. */
96 # define AT_FUNC_NAME fstatat
H A Dfts.c466 between the initial stat/lstat/fstatat and the point at which
1719 } else if (fstatat(sp->fts_cwd_fd, p->fts_accpath, sbp,
H A Dgetcwd.c287 entry_status = fstatat (fd, d->d_name, &st, AT_SYMLINK_NOFOLLOW);
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
H A Dopenat.h87 return fstatat (fd, name, st, 0);
93 return fstatat (fd, name, st, AT_SYMLINK_NOFOLLOW);
H A Dsys_stat.in.h323 # undef fstatat
324 # define fstatat rpl_fstatat
327 extern int fstatat (int fd, char const *name, struct stat *st, int flags)
331 # undef fstatat
332 # define fstatat(d,n,s,f) \
333 (GL_LINK_WARNING ("fstatat is not portable - " \
335 fstatat (d, n, s, f))
/haiku-fatelf/src/bin/coreutils/src/
H A Dchown-core.c352 if (fstatat (fts->fts_cwd_fd, file, &stat_buf, 0) != 0)
H A Dremove.c68 /* Like fstatat, but cache the result. If ST->st_size is -1, the
69 status has not been gotten yet. If less than -1, fstatat failed
75 if (st->st_size == -1 && fstatat (fd, file, st, flag) != 0)
86 /* Initialize a fstatat cache *ST. Return ST for convenience. */
374 /* When a function like unlink, rmdir, or fstatat fails with an errno
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DVolume.cpp1597 if (fstatat(domain->DirectoryFD(), name, &st, 0) < 0
/haiku-fatelf/headers/build/
H A DBeOSBuildCompatibility.h146 # define fstatat(fd, path, st, flag) _haiku_build_fstatat(fd, path, st, flag) macro
/haiku-fatelf/headers/build/host/darwin/sys/
H A Dstat.h33 int fstatat(int fd, const char *path, struct stat *st, int flag);
/haiku-fatelf/headers/posix/sys/
H A Dstat.h118 extern int fstatat(int fd, const char *path, struct stat *st, int flag);

Completed in 270 milliseconds