Home
last modified time | relevance | path

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

/dports/textproc/amberfish/amberfish-1.6.4/src/
H A Dlinear.c65 if (!(f->info = afopendbf(db, AFFTINFO, "r+b"))) in openfiles()
67 if (!(f->udict = afopendbf(db, AFFTUDICT, "r+b"))) in openfiles()
69 if (!(f->upost = afopendbf(db, AFFTUPOST, "rb"))) in openfiles()
71 if (!(f->ufield = afopendbf(db, AFFTUFIELD, "rb"))) in openfiles()
73 if (!(f->uword = afopendbf(db, AFFTUWORD, "rb"))) in openfiles()
75 if (!(f->lpost = afopendbf(db, AFFTLPOST, "ab"))) in openfiles()
77 if (!(f->lfield = afopendbf(db, AFFTLFIELD, "ab"))) in openfiles()
79 if (!(f->lword = afopendbf(db, AFFTLWORD, "ab"))) in openfiles()
98 if (!(f = afopendbf(db, type, "wb"))) in truncfile()
H A Dutil.h10 FILE *afopendbf(const char *db, int type, const char *mode);
H A Dutil.c12 FILE *afopendbf(const char *db, int type, const char *mode) in afopendbf() function