Home | History | Annotate | Download | only in dist

Lines Matching full:fopen

21 ** Enable large-file support for fopen() and friends on unix.
1803 in = fopen(zFile, "rb");
1923 iotrace = fopen(azArg[1], "w");
1964 p->pLog = fopen(zFile, "w");
2028 p->out = fopen(azArg[1], "wb");
2053 FILE *alt = fopen(azArg[1], "rb");
2710 in = fopen(sqliterc,"rb");