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

/ast/src/cmd/bzip/
H A Dbzip2.c834 FILE *outStr; local
879 outStr = stdout;
892 outStr = stdout;
910 outStr = fopen ( outName, "wb" );
911 if ( outStr == NULL) {
936 outputHandleJustInCase = outStr;
937 compressStream ( inStr, outStr );
955 FILE *outStr; local
1004 outStr = stdout;
1017 outStr
[all...]

Completed in 199 milliseconds