Searched refs:__lstat (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/include/sys/
H A Dstat.h10 extern int __lstat (__const char *__file, struct stat *__buf);
45 #define __lstat(fname, buf) __lxstat (_STAT_VER, fname, buf)
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetcwd.c85 # define __lstat lstat macro
181 if (__lstat (".", &st) < 0)
186 if (__lstat ("/", &st) < 0)
213 parent_status = __lstat (dotlist, &st);
324 entry_status = __lstat (dotlist, &st);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dgetcwd.c93 # define __lstat lstat macro
185 if (__lstat (".", &st) < 0)
190 if (__lstat ("/", &st) < 0)
217 parent_status = __lstat (dotlist, &st);
328 entry_status = __lstat (dotlist, &st);

Completed in 96 milliseconds