Home | History | Annotate | Download | only in Scripts

Lines Matching refs:BINARY

5 # Redistribution and use in source and binary forms, with or without
11 # 2. Redistributions in binary form must reproduce the above copyright
35 # Handles binary files (encoded as a base64 chunk of text).
36 # Sorts the diffs alphabetically by text files, then binary files.
123 # All binary files come after all non-binary files.
135 # Sort so text files appear before binary files.
311 print "\nCannot display: file marked as a binary type.\n";
352 open BINARY, $path or die;
353 while (read(BINARY, $buffer, 60*57)) {
356 close BINARY;