Searched refs:fhopenread (Results 1 – 3 of 3) sorted by relevance
/external/ltp/utils/ffsb-6.0-rc2/ |
D | fh.h | 26 int fhopenread(char *, struct ffsb_thread *, struct ffsb_fs *);
|
D | fileops.c | 108 fd = fhopenread(curfile->name, ft, fs); in ffsb_readfile() 206 fd = fhopenread(curfile->name, ft, fs); in ffsb_readall() 525 fd = fhopenread(curfile->name, ft, fs); in ffsb_open_close()
|
D | fh.c | 96 int fhopenread(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenread() function
|