Home | History | Annotate | Download | only in tzcode

Lines Matching full:fidix

463             int fidix = open(INDEXFILE, OPEN_MODE);
467 if (fidix < 0) {
472 while (read(fidix, buf, sizeof(buf)) == sizeof(buf)) {
483 close(fidix);