Home
last modified time | relevance | path

Searched refs:st_buf (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/cvs-1.12/src/
H A Dhistory.c1113 struct stat st_buf; in read_hrecs_file() local
1122 if (fstat (fd, &st_buf) < 0) in read_hrecs_file()
1128 if (!(st_buf.st_size)) in read_hrecs_file()
1134 cpstart = xnmalloc (2, STAT_BLOCKSIZE (st_buf)); in read_hrecs_file()
1145 if (nl - cp >= STAT_BLOCKSIZE (st_buf)) in read_hrecs_file()
1148 (unsigned long) STAT_BLOCKSIZE(st_buf)); in read_hrecs_file()
1154 i = read (fd, nl, STAT_BLOCKSIZE(st_buf)); in read_hrecs_file()
/dragonfly/contrib/binutils-2.34/binutils/
H A Delfedit.c80 struct stat st_buf; in update_gnu_property() local
94 if (fstat (fileno (file), &st_buf) < 0) in update_gnu_property()
100 map = mmap (NULL, st_buf.st_size, PROT_READ | PROT_WRITE, in update_gnu_property()
246 munmap (map, st_buf.st_size); in update_gnu_property()
/dragonfly/contrib/gdb-7/gdb/
H A Dsymfile.c1612 struct stat st_buf; in find_separate_debug_file_by_debuglink() local
1614 if (lstat (objfile->name, &st_buf) == 0 && S_ISLNK(st_buf.st_mode)) in find_separate_debug_file_by_debuglink()