lstat             248 lib-src/seccomp-filter.c   RULE (SCMP_ACT_ALLOW, SCMP_SYS (lstat));
lstat             135 lib/fstatat.c  # define AT_FUNC_F1 lstat
lstat              75 lib/lchmod.c         if (lstat (file, &st) < 0)
lstat              41 lib/lstat.c      return lstat (filename, buf);
lstat              39 lib/symlink.c        if (lstat (name, &st) == 0 || errno == EOVERFLOW)
lstat             883 lib/sys_stat.in.h _GL_CXXALIAS_RPL_1 (lstat, stat, int,
lstat             890 lib/sys_stat.in.h _GL_FUNCDECL_RPL (lstat, int,
lstat             893 lib/sys_stat.in.h _GL_CXXALIAS_RPL (lstat, int,
lstat             896 lib/sys_stat.in.h _GL_CXXALIAS_SYS (lstat, int,
lstat             900 lib/sys_stat.in.h _GL_CXXALIASWARN (lstat);
lstat             908 lib/sys_stat.in.h _GL_WARN_ON_USE (lstat, "lstat is unportable - "
lstat              55 lib/tempname.c # define __lstat64_time64(file, buf) lstat (file, buf)
lstat             571 lib/utimens.c            if (lstat (file, &st))
lstat             609 lib/utimens.c        if (adjustment_needed != 3 && lstat (file, &st))
lstat             640 lib/utimens.c    if (!(adjustment_needed || REPLACE_FUNC_STAT_FILE) && lstat (file, &st))
lstat             162 nt/inc/sys/stat.h int __cdecl __MINGW_NOTHROW	lstat (const char*, struct stat*);
lstat             829 src/emacs.c    	  if (lstat (candidate, &st) == 0 && S_ISLNK (st.st_mode))
lstat            4110 src/msdos.c      return (flags & AT_SYMLINK_NOFOLLOW) ? lstat (name, st) : stat (name, st);