Searched refs:noclose (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Dgzio.c76 int noclose; /* 1 to skip destroy fclose */ member in struct:gz_stream
140 s->noclose = 0;
169 s->noclose = 1;
462 if (s->file != NULL && (s->noclose ? (s->mode == 'r' ? 0 : fflush(s->file)) : fclose(s->file))) {
/ast/src/lib/libbz/
H A Dbzlib.c864 Bool noclose; member in struct:__anon328
1404 ((bzFile*)bzfp)->noclose = noClose;
1527 if(!((bzFile*)b)->noclose){
/ast/src/cmd/INIT/
H A Dratz.c3648 int noclose; /* 1 to skip destroy fclose */
3736 s->noclose = 1;
3958 if (s->file != NULL && (s->noclose ? (s->mode == 'r' ? 0 : fflush(s->file)) : fclose(s->file))) {

Completed in 32 milliseconds