Home
last modified time | relevance | path

Searched refs:exeName (Results 1 – 3 of 3) sorted by relevance

/lz4-3.4.0-2.7.6/programs/
Dlz4cli.c105 static int usage(const char* exeName) in usage() argument
108 DISPLAY( " %s [arg] [input] [output] \n", exeName); in usage()
125 static int usage_advanced(const char* exeName) in usage_advanced() argument
128 usage(exeName); in usage_advanced()
167 static int usage_longhelp(const char* exeName) in usage_longhelp() argument
169 usage_advanced(exeName); in usage_longhelp()
195 DISPLAY( "%s will refuse to read from console, or write to console \n", exeName); in usage_longhelp()
201 DISPLAY( " %s filename\n", exeName); in usage_longhelp()
206 DISPLAY( " %s -9 -f filename \n", exeName); in usage_longhelp()
208 DISPLAY( " %s -9f filename \n", exeName); in usage_longhelp()
[all …]
/lz4-3.4.0-2.7.6/tests/
DroundTripTest.c216 int bad_usage(const char* exeName) in bad_usage() argument
221 MSG("%s [Options] fileName \n", exeName); in bad_usage()
231 const char* const exeName = argv[0]; in main() local
236 if (argCount < 2) return bad_usage(exeName); in main()
243 if (argNb >= argCount) return bad_usage(exeName); in main()
DcheckTag.c62 const char* const exeName = argv[0]; in main() local
65 printf("incorrect usage : %s tag \n", exeName); in main()