Lines Matching full:stat
587 # include <sys/stat.h>
2842 #include <sys/stat.h>
2845 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2879 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3545 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
11790 for ac_header in dirent.h errno.h getopt.h malloc.h mntent.h paths.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h unistd.h utime.h linux/fd.h linux/major.h net/if_dl.h netinet/in.h sys/disklabel.h sys/ioctl.h sys/mkdev.h sys/mman.h sys/prctl.h sys/queue.h sys/resource.h sys/select.h sys/socket.h sys/sockio.h sys/stat.h sys/syscall.h sys/sysmacros.h sys/time.h sys/types.h sys/un.h sys/wait.h
14604 { echo "$as_me:$LINENO: checking whether struct stat has a st_flags field" >&5
14605 echo $ECHO_N "checking whether struct stat has a st_flags field... $ECHO_C" >&6; }
14615 #include <sys/stat.h>
14619 struct stat stat; stat.st_flags = 0;
14666 #include <sys/stat.h>
14670 struct stat stat; stat.st_flags |= UF_IMMUTABLE;