Home
last modified time | relevance | path

Searched refs:bseek (Results 1 – 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
Dbfdwin.c159 || abfd->iovec->bseek (abfd, offset, SEEK_SET) != 0)) in bfd_get_file_window()
Dbfdio.c343 result = abfd->iovec->bseek (abfd, file_position, direction); in bfd_seek()
Dlibbfd.h765 int (*bseek) (struct bfd *abfd, file_ptr offset, int whence); member
/freebsd-10-stable/contrib/tcsh/
Dsh.func.c444 bseek(&wp->w_end); in gotolab()
652 bseek(&whyles->w_start); in doagain()
665 bseek(&whyles->w_start); in doagain()
768 bseek(&a); in search()
1119 bseek(&whyles->w_end); in toend()
Dsh.decls.h237 extern void bseek (struct Ain *);
Dsh.lex.c1728 bseek(struct Ain *l) in bseek() function