lstat             120 include/sys/stat.h int	lstat(const char *, struct stat *);
lstat             330 usr/bin/test/test.c 	if (mode == FILSYM ? lstat(nm, &s) : stat(nm, &s))
lstat             796 usr/lib/libc/gen/fts.c 			if (!lstat(p->fts_accpath, sbp)) {
lstat             803 usr/lib/libc/gen/fts.c 	} else if (lstat(p->fts_accpath, sbp)) {
lstat              46 usr/lib/libc/stdio/remove.c 	if (lstat(file, &sb) < 0)