lstat             292 srclib/apr/file_io/unix/filestat.c         srv = lstat(fname, &info);
lstat             527 support/suexec.c     if (((lstat(cwd, &dir_info)) != 0) || !(S_ISDIR(dir_info.st_mode))) {
lstat             543 support/suexec.c     if (((lstat(cmd, &prg_info)) != 0) || (S_ISLNK(prg_info.st_mode))) {