HomeSort by relevance Sort by last modified time
    Searched full:nulmark (Results 1 - 3 of 3) sorted by null

  /external/lz4/programs/
lz4io.h 40 static char nulmark[] = "nul"; variable
42 static char nulmark[] = "/dev/null"; variable
lz4cli.c 347 case 't': decode=1; LZ4IO_setOverwrite(1); output_filename=nulmark; break;
423 if (!strcmp (output_filename, nullOutput)) output_filename = nulmark;
lz4io.c 250 if (output_filename != nulmark) *pfoutput = fopen( output_filename, "rb" );

Completed in 892 milliseconds