Searched refs:stat_buf (Results 1 – 2 of 2) sorted by relevance
59 struct stat stat_buf; in readFile() local69 if (fstat(fd, &stat_buf) == -1) { in readFile()73 if (0 == (stat_buf.st_mode & S_IFREG)) { in readFile()77 if (0 == stat_buf.st_size) { in readFile()82 *objSize = stat_buf.st_size; in readFile()
120 struct stat stat_buf; in readFile() local130 if (fstat(fd, &stat_buf) == -1) { in readFile()134 if (0 == (stat_buf.st_mode & S_IFREG)) { in readFile()141 if (0 == stat_buf.st_size) { in readFile()146 *objSize = stat_buf.st_size; in readFile()