Home
last modified time | relevance | path

Searched refs:WELCOME_MESSAGE (Results 1 – 2 of 2) sorted by relevance

/external/lz4/programs/
Dlz4cli.c61 #define WELCOME_MESSAGE "*** %s %i-bits v%s, by %s ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8),… macro
131 DISPLAY(WELCOME_MESSAGE); in usage_advanced()
345 if (!strcmp(argument, "--version")) { DISPLAY(WELCOME_MESSAGE); return 0; } in main()
372 case 'V': DISPLAY(WELCOME_MESSAGE); goto _cleanup; /* Version */ in main()
500 DISPLAYLEVEL(3, WELCOME_MESSAGE); in main()
/external/lz4/tests/
Dfullbench.c57 #define WELCOME_MESSAGE "*** %s v%s %i-bits, by %s ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION_STRING,… macro
629 DISPLAY(WELCOME_MESSAGE); in main()