Home | History | Annotate | Download | only in bzip2

Lines Matching full:fclose

372       ret = fclose ( zStream );
378 ret = fclose ( stream );
489 ret = fclose ( zStream );
496 ret = fclose ( stream );
532 if (zStream != stdin) fclose(zStream);
533 if (stream != stdout) fclose(stream);
598 ret = fclose ( zStream );
625 if (zStream != stdin) fclose(zStream);
708 fclose ( outputHandleJustInCase );
944 if (tmp != NULL) fclose ( tmp );
1019 fclose()ing it again. So we have to assume that the fopen() call
1250 if ( inStr != NULL ) fclose ( inStr );
1268 if ( inStr != NULL ) fclose ( inStr );
1275 if ( outStr != NULL ) fclose ( outStr );
1433 if ( inStr != NULL ) fclose ( inStr );
1445 if ( inStr != NULL ) fclose ( inStr );
1452 if ( outStr != NULL ) fclose ( outStr );