Lines Matching full:stat
115 #include <sys/stat.h>896 struct stat buf;898 return stat(PPP_DEV_NAME, &buf) >= 0;2526 struct stat sbuf;2529 if (stat(dev, &sbuf) < 0) {