lstat            1250 dir.c          #if defined HAVE_LSTAT || defined lstat
lstat            1254 dir.c              int ret = lstat(path, pst);
lstat              91 file.c         #if !defined HAVE_LSTAT && !defined lstat
lstat            1154 file.c             if (lstat(StringValueCStr(fname), &st) == -1) {
lstat            1188 file.c             if (lstat(RSTRING_PTR(path), &st) == -1) {
lstat            1400 file.c             if (lstat(StringValueCStr(fname), &st) < 0) return Qfalse;
lstat            2034 file.c             if (lstat(StringValueCStr(fname), &st) == -1) {
lstat            3517 file.c         	if (lstat(buf, &st) == 0 && S_ISLNK(st.st_mode)) {
lstat            3761 file.c                         ret = lstat(RSTRING_PTR(testpath2), &sbuf);
lstat               9 nacl/stat.h    int lstat(const char* path, struct stat* result);