Home
last modified time | relevance | path

Searched refs:stat_buf (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/SETUP/setsegname/
H A Dsetsegname.c59 struct stat stat_buf; in readFile() local
69 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()
/xnu-10002.41.9/SETUP/kextsymboltool/
H A Dkextsymboltool.c120 struct stat stat_buf; in readFile() local
130 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()