Home | History | Annotate | Download | only in orig

Lines Matching full:fopen

21 ** Enable large-file support for fopen() and friends on unix.
1784 in = fopen(zFile, "rb");
1904 iotrace = fopen(azArg[1], "w");
1945 p->pLog = fopen(zFile, "w");
2009 p->out = fopen(azArg[1], "wb");
2034 FILE *alt = fopen(azArg[1], "rb");
2691 in = fopen(sqliterc,"rb");