Searched refs:WELCOME_MESSAGE (Results 1 – 2 of 2) sorted by relevance
/external/lz4/programs/ |
D | lz4cli.c | 53 #define WELCOME_MESSAGE "*** %s %i-bits v%s, by %s ***\n", COMPRESSOR_NAME, (int)(sizeof(void*)*8),… macro 123 DISPLAY(WELCOME_MESSAGE); in usage_advanced() 376 if (!strcmp(argument, "--version")) { DISPLAY(WELCOME_MESSAGE); return 0; } in main() 423 case 'V': DISPLAY(WELCOME_MESSAGE); goto _cleanup; /* Version */ in main() 569 DISPLAYLEVEL(3, WELCOME_MESSAGE); in main()
|
/external/lz4/tests/ |
D | fullbench.c | 57 #define WELCOME_MESSAGE "*** %s v%s %i-bits, by %s ***\n", PROGRAM_DESCRIPTION, LZ4_VERSION_STRING,… macro 671 DISPLAY(WELCOME_MESSAGE); in main()
|