Searched refs:stat_buf (Results 1 – 1 of 1) sorted by relevance
1900 struct stat stat_buf; in wprintStartJob() local1916 if (OK == stat(pathname, &stat_buf)) { in wprintStartJob()1917 if (S_ISDIR(stat_buf.st_mode)) { in wprintStartJob()1919 } else if (stat_buf.st_size == 0) { in wprintStartJob()2109 struct stat stat_buf; in wprintPage() local2118 } else if (OK == stat(filename, &stat_buf)) { in wprintPage()2119 if (!S_ISREG(stat_buf.st_mode) || (stat_buf.st_size == 0)) { in wprintPage()