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

/xnu-2782.1.97/SETUP/setsegname/
H A Dsetsegname.c59 struct stat stat_buf; local
69 if (fstat(fd, &stat_buf) == -1) {
73 if (0 == (stat_buf.st_mode & S_IFREG)) {
77 if (0 == stat_buf.st_size) {
82 *objSize = stat_buf.st_size;
/xnu-2782.1.97/SETUP/kextsymboltool/
H A Dkextsymboltool.c116 struct stat stat_buf; local
126 if(fstat(fd, &stat_buf) == -1)
129 if (0 == (stat_buf.st_mode & S_IFREG))
135 if (0 == stat_buf.st_size) {
140 *objSize = stat_buf.st_size;

Completed in 26 milliseconds