Home
last modified time | relevance | path

Searched refs:nulmark (Results 1 – 6 of 6) sorted by relevance

/external/lz4/programs/
Dlz4io.h46 static const char nulmark[] = "nul"; variable
48 static const char nulmark[] = "/dev/null"; variable
Dlz4cli.c589 if (!strcmp (output_filename, nullOutput)) output_filename = nulmark; in main()
637 output_filename = nulmark; in main()
Dlz4io.c343 …if (!prefs->overwrite && strcmp (dstFileName, nulmark)) { /* Check if destination file already ex… in LZ4IO_openDstFile()
707 && strcmp (dstFileName, nulmark) in LZ4IO_compressFilename_extRess()
1209 && strcmp (output_filename, nulmark)) { in LZ4IO_decompressDstFile()
/external/zstd/programs/
Dfileio.h29 # define nulmark "NUL" macro
31 # define nulmark "/dev/null"
Dzstdcli.c1237 …if (operation==zom_test) { FIO_setTestMode(prefs, 1); outFileName=nulmark; FIO_setRemoveSrcFile(pr… in main()
Dfileio.c656 if (!strcmp(dstFileName, nulmark)) { in FIO_openDstFile()
683 && strcmp(dstFileName, nulmark) ) { in FIO_openDstFile()