Searched refs:fhopenwrite (Results 1 – 3 of 3) sorted by relevance
27 int fhopenwrite(char *, struct ffsb_thread *, struct ffsb_fs *);
238 fd = fhopenwrite(curfile->name, ft, fs); in ffsb_writefile_core()320 fd = fhopenwrite(curfile->name, ft, fs); in ffsb_writeall_core()
116 int fhopenwrite(char *filename, ffsb_thread_t * ft, ffsb_fs_t * fs) in fhopenwrite() function