Searched refs:lstat (Results 1 - 23 of 23) sorted by relevance

/haiku-buildtools/binutils/libiberty/
H A Dunlink-if-ordinary.c58 #define lstat stat macro
67 if (lstat (name, &st) == 0
/haiku-buildtools/gcc/libiberty/
H A Dunlink-if-ordinary.c58 #define lstat stat macro
67 if (lstat (name, &st) == 0
/haiku-buildtools/legacy/binutils/libiberty/
H A Dunlink-if-ordinary.c58 #define lstat stat macro
67 if (lstat (name, &st) == 0
/haiku-buildtools/binutils/binutils/
H A Drename.c130 #define lstat stat macro
144 exists = lstat (to, &s) == 0;
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A Dlstat_.c31 /* lstat isn't posix */
55 err = lstat (buff, &buf);
H A Dconfigure1450 for ac_func in symlink getcwd getwd lstat gethostname strerror clock \
/haiku-buildtools/legacy/binutils/binutils/
H A Drename.c137 #define lstat stat macro
151 exists = lstat (to, &s) == 0;
/haiku-buildtools/gcc/gcc/ada/
H A Dadaint.h67 #define GNAT_LSTAT lstat
75 #define GNAT_LSTAT lstat
/haiku-buildtools/legacy/binutils/include/gdb/
H A Dcallback.h95 int (*lstat) PARAMS ((host_callback *, const char *, struct stat *));
94 int (*lstat) PARAMS ((host_callback *, const char *, struct stat *)); member in struct:host_callback_struct
/haiku-buildtools/gcc/libsanitizer/sanitizer_common/
H A Dsanitizer_mac.cc88 return lstat(path, (struct stat *)buf);
H A Dsanitizer_linux.cc197 return internal_syscall(SYSCALL(lstat), path, buf);
202 return internal_syscall(SYSCALL(lstat), (uptr)path, (uptr)buf);
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A Dops.cc479 ? ::lstat(from.c_str(), &from_st)
486 ? ::lstat(to.c_str(), &to_st)
1111 if (::lstat(p.c_str(), &st))
1287 if (::lstat(p.c_str(), &st))
/haiku-buildtools/jam/
H A DStatCacheServer.cpp305 DBG(OUT("disk access: lstat(): %s\n", path.c_str()));
308 if (lstat(path.c_str(), &fStat) < 0)
826 if (lstat("/", &st) < 0)
1135 DBG(OUT("disk access: lstat(): %s\n", path.c_str()));
1139 if (lstat(path.c_str(), &st) < 0)
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_interceptors.cc1398 TSAN_INTERCEPTOR(int, lstat, const char *path, void *buf) {
1400 SCOPED_TSAN_INTERCEPTOR(lstat, path, buf);
1401 return REAL(lstat)(path, buf);
2482 TSAN_INTERCEPT(lstat);
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h665 extern int lstat(const char *, struct stat *);
/haiku-buildtools/cloog/osl/autoconf/
H A Dltmain.sh4744 if (lstat (tmp_pathspec, &s) == 0)
/haiku-buildtools/cloog/autoconf/
H A Dltmain.sh4744 if (lstat (tmp_pathspec, &s) == 0)
/haiku-buildtools/gcc/gmp/
H A Dltmain.sh4744 if (lstat (tmp_pathspec, &s) == 0)
/haiku-buildtools/gcc/mpc/
H A Dltmain.sh4744 if (lstat (tmp_pathspec, &s) == 0)
/haiku-buildtools/gcc/mpfr/
H A Dltmain.sh4744 if (lstat (tmp_pathspec, &s) == 0)
/haiku-buildtools/isl/
H A Dltmain.sh5998 if (lstat (tmp_pathspec, &s) == 0)
/haiku-buildtools/binutils/
H A Dltmain.sh3917 if (lstat (tmp_pathspec, &s) == 0)
/haiku-buildtools/gcc/
H A Dltmain.sh3917 if (lstat (tmp_pathspec, &s) == 0)

Completed in 320 milliseconds