Home
last modified time | relevance | path

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

/lz4-3.4.0-2.7.6/programs/
Dlz4cli.c53 #define WELCOME_MESSAGE "*** %s %i-bits v%s, by %s ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8),… macro
127 DISPLAY(WELCOME_MESSAGE); in usage_advanced()
398 if (!strcmp(argument, "--version")) { DISPLAYOUT(WELCOME_MESSAGE); goto _cleanup; }
448 case 'V': DISPLAYOUT(WELCOME_MESSAGE); goto _cleanup; /* Version */
600 DISPLAYLEVEL(3, WELCOME_MESSAGE);
/lz4-3.4.0-2.7.6/tests/
Dfullbench.c58 #define WELCOME_MESSAGE "*** %s v%s %i-bits, by %s ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION_STRING,… macro
775 DISPLAY(WELCOME_MESSAGE); in main()