Searched refs:stat_buf (Results 1 – 1 of 1) sorted by relevance
1825 struct stat stat_buf; in wprintStartJob() local1841 if (OK == stat(pathname, &stat_buf)) { in wprintStartJob()1842 if (S_ISDIR(stat_buf.st_mode)) { in wprintStartJob()1844 } else if (stat_buf.st_size == 0) { in wprintStartJob()2034 struct stat stat_buf; in wprintPage() local2043 } else if (OK == stat(filename, &stat_buf)) { in wprintPage()2044 if (!S_ISREG(stat_buf.st_mode) || (stat_buf.st_size == 0)) { in wprintPage()