2026-05-02 12:36 ftp://ftp.de.debian.org/debian/pool/main/h/hoz/hoz_1.65.orig.tar.gz cppcheck-options: --library=posix --library=gnu --library=bsd --library=gtk --inconclusive --enable=style,information --inline-suppr --template=daca2 --disable=missingInclude --suppress=unmatchedSuppression --check-library --debug-warnings --suppress=autoNoType --suppress=valueFlowBailout --suppress=bailoutUninitVar --suppress=symbolDatabaseWarning --suppress=normalCheckLevelConditionExpressions -D__GNUC__ --platform=unix64 -j1 platform: Linux-6.8.0-1047-aws-aarch64-with-glibc2.35 python: 3.10.12 client-version: 1.4.0 compiler: g++ (Ubuntu 11.4.0-1ubuntu1~22.04.3) 11.4.0 cppcheck: head 2.20.0 head-info: e5c4a73 (2026-05-01 11:10:43 +0200) count: 125 69 elapsed-time: 0.7 0.6 head-timing-info: old-timing-info: head results: hoz-165/getopt.c:604:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] hoz-165/getopt.c:451:5: style:inconclusive: Function '_getopt_internal' argument 1 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] hoz-165/getopt.c:452:14: style:inconclusive: Function '_getopt_internal' argument 2 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] hoz-165/getopt.c:453:13: style:inconclusive: Function '_getopt_internal' argument 3 names different: declaration '' definition 'optstring'. [funcArgNamesDifferentUnnamed] hoz-165/getopt.c:454:22: style:inconclusive: Function '_getopt_internal' argument 4 names different: declaration '' definition 'longopts'. [funcArgNamesDifferentUnnamed] hoz-165/getopt.c:455:6: style:inconclusive: Function '_getopt_internal' argument 5 names different: declaration '' definition 'longind'. [funcArgNamesDifferentUnnamed] hoz-165/getopt.c:456:5: style:inconclusive: Function '_getopt_internal' argument 6 names different: declaration '' definition 'long_only'. [funcArgNamesDifferentUnnamed] hoz-165/getopt.c:861:5: style:inconclusive: Function 'getopt' argument 1 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] hoz-165/getopt.c:862:14: style:inconclusive: Function 'getopt' argument 2 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] hoz-165/getopt.c:863:13: style:inconclusive: Function 'getopt' argument 3 names different: declaration '' definition 'optstring'. [funcArgNamesDifferentUnnamed] hoz-165/getopt.c:692:15: style: Variable 'temp' can be declared as pointer to const [constVariablePointer] hoz-165/getopt1.c:67:5: style:inconclusive: Function 'getopt_long' argument 1 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] hoz-165/getopt1.c:68:14: style:inconclusive: Function 'getopt_long' argument 2 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] hoz-165/getopt1.c:69:13: style:inconclusive: Function 'getopt_long' argument 3 names different: declaration '' definition 'options'. [funcArgNamesDifferentUnnamed] hoz-165/getopt1.c:70:22: style:inconclusive: Function 'getopt_long' argument 4 names different: declaration '' definition 'long_options'. [funcArgNamesDifferentUnnamed] hoz-165/getopt1.c:71:6: style:inconclusive: Function 'getopt_long' argument 5 names different: declaration '' definition 'opt_index'. [funcArgNamesDifferentUnnamed] hoz-165/getopt1.c:83:5: style:inconclusive: Function 'getopt_long_only' argument 1 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] hoz-165/getopt1.c:84:14: style:inconclusive: Function 'getopt_long_only' argument 2 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] hoz-165/getopt1.c:85:13: style:inconclusive: Function 'getopt_long_only' argument 3 names different: declaration '' definition 'options'. [funcArgNamesDifferentUnnamed] hoz-165/getopt1.c:86:22: style:inconclusive: Function 'getopt_long_only' argument 4 names different: declaration '' definition 'long_options'. [funcArgNamesDifferentUnnamed] hoz-165/getopt1.c:87:6: style:inconclusive: Function 'getopt_long_only' argument 5 names different: declaration '' definition 'opt_index'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:57:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_USAGE_1 [valueFlowBailoutIncompleteVar] hoz-165/hoz.c:253:26: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_PROGRESS [valueFlowBailoutIncompleteVar] hoz-165/hoz.c:444:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_BEGINPASTE [valueFlowBailoutIncompleteVar] hoz-165/hoz.c:559:15: style: Condition 'ssize<512' is always false [knownConditionTrueFalse] hoz-165/hoz.c:558:13: note: Assignment 'ssize=4096', assigned value is 4096 hoz-165/hoz.c:559:15: note: Condition 'ssize<512' is always false hoz-165/hoz.c:195:5: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:217:5: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:217:5: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:222:5: portability: %u in format string (no. 6) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:222:5: portability: %u in format string (no. 8) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:263:13: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:310:17: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:344:5: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:353:9: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:353:9: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:454:9: portability: %d in format string (no. 2) requires 'int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_sint] hoz-165/hoz.c:526:9: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:526:9: portability: %u in format string (no. 2) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hoz.c:567:9: error: Resource leak: f [resourceLeak] hoz-165/hoz.c:563:50: warning: If resource allocation fails, then there is a possible null pointer dereference: f [nullPointerOutOfResources] hoz-165/hoz.c:562:14: note: Assuming allocation function fails hoz-165/hoz.c:562:14: note: Assignment 'f=fopen(ifname,"rb")', assigned value is 0 hoz-165/hoz.c:563:50: note: Null pointer dereference hoz-165/hoz.c:670:19: warning: If memory allocation fails, then there is a possible null pointer dereference: path [nullPointerOutOfMemory] hoz-165/hoz.c:421:24: note: Assuming allocation function fails hoz-165/hoz.c:421:9: note: Assignment 'outfname=(char*)malloc(sizeof(char)*(strlen(origfname)+strlen(outpath)+3))', assigned value is 0 hoz-165/hoz.c:425:28: note: Calling function 'isfile', 1st argument 'outfname' value is 0 hoz-165/hoz.c:670:19: note: Null pointer dereference hoz-165/hoz.c:309:23: style: Variable 'bfile' is reassigned a value before the old one has been used. [redundantAssignment] hoz-165/hoz.c:298:23: note: bfile is assigned hoz-165/hoz.c:309:23: note: bfile is overwritten hoz-165/hoz.c:780:11: style: Checking if unsigned expression 'n' is less than zero. [unsignedLessThanZero] hoz-165/hoz.c:43:25: style:inconclusive: Function 'hoz_echo' argument 1 names different: declaration '' definition 'code'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:43:43: style:inconclusive: Function 'hoz_echo' argument 2 names different: declaration '' definition 'xtra'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:170:30: style:inconclusive: Function 'hoz_cut_main' argument 1 names different: declaration '' definition 'ifname'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:375:32: style:inconclusive: Function 'hoz_paste_main' argument 1 names different: declaration '' definition 'ifname'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:550:30: style:inconclusive: Function 'hoz_paste_hr' argument 1 names different: declaration '' definition 'ifname'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:550:50: style:inconclusive: Function 'hoz_paste_hr' argument 2 names different: declaration '' definition 'origfname'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:656:26: style:inconclusive: Function 'fsize' argument 1 names different: declaration '' definition 'path'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:667:24: style:inconclusive: Function 'isfile' argument 1 names different: declaration '' definition 'path'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:677:23: style:inconclusive: Function 'isdir' argument 1 names different: declaration '' definition 'path'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:687:30: style:inconclusive: Function 'hoz_nopath' argument 1 names different: declaration '' definition 'file'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:706:27: style:inconclusive: Function 'mergepath' argument 1 names different: declaration '' definition 'dir'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:706:44: style:inconclusive: Function 'mergepath' argument 2 names different: declaration '' definition 'fname'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:706:57: style:inconclusive: Function 'mergepath' argument 3 names different: declaration '' definition 'out'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:734:23: style:inconclusive: Function 'atolp' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:755:24: style:inconclusive: Function 'atolmp' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:755:37: style:inconclusive: Function 'atolmp' argument 2 names different: declaration '' definition 'mult'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:765:6: warning:inconclusive: Found suspicious operator '*', result is not used. [constStatement] hoz-165/hoz.c:186:11: style: Variable 'ifnopath' can be declared as pointer to const [constVariablePointer] hoz-165/hoz.c:383:6: style: Variable 'origfname' can be declared as const array [constVariable] hoz-165/hoz.c:737:11: style: Variable 'c' can be declared as pointer to const [constVariablePointer] hoz-165/hoz.c:765:8: warning: In expression like '*A++' the result of '*' is unused. Did you intend to write '(*A)++;'? [clarifyStatement] hoz-165/hoz.c:406:30: error: Uninitialized variable: origfname [uninitvar] hoz-165/hozcli.c:161:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_REPLACE_C [valueFlowBailoutIncompleteVar] hoz-165/hozcli.c:132:45: style: Condition '!outpath' is always false [knownConditionTrueFalse] hoz-165/hozcli.c:11:28: style:inconclusive: Function 'hoz_print' argument 1 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] hoz-165/hozcli.c:158:33: style:inconclusive: Function 'hoz_replace_ask' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] hoz-165/hozcli.c:30:18: style: Variable 'ifname' can be declared as pointer to const [constVariablePointer] hoz-165/hozcli.c:34:26: style: Variable 'long_options' can be declared as const array [constVariable] hoz-165/hozcli.c:131:7: style: Variable 'j' is assigned a value that is never used. [unreadVariable] hoz-165/hozgtk.c:60:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_REPLACE_W [valueFlowBailoutIncompleteVar] hoz-165/hozgtk.c:84:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_READY [valueFlowBailoutIncompleteVar] hoz-165/hozgtk.c:113:22: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_BADSIZE [valueFlowBailoutIncompleteVar] hoz-165/hozgtk.c:157:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_BTNPASTECAPTION [valueFlowBailoutIncompleteVar] hoz-165/hozgtk.c:198:25: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_OUTPCAPTION [valueFlowBailoutIncompleteVar] hoz-165/hozgtk.c:32:28: style:inconclusive: Function 'hoz_print' argument 1 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] hoz-165/hozgtk.c:56:33: style:inconclusive: Function 'hoz_replace_ask' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] hoz-165/hozgtk.c:151:26: style:inconclusive: Function 'hoz_fileop' argument 1 names different: declaration '' definition 'cutpaste'. [funcArgNamesDifferentUnnamed] hoz-165/hozgtk_c.c:27:40: style: Parameter 'object' can be declared as pointer to const [constParameterPointer] hoz-165/hozgtk_c.c:27:57: style: Parameter 'user_data' can be declared as pointer to const [constParameterPointer] hoz-165/hozgtk_c.c:33:42: style: Parameter 'editable' can be declared as pointer to const [constParameterPointer] hoz-165/hozgtk_c.c:33:61: style: Parameter 'user_data' can be declared as pointer to const [constParameterPointer] hoz-165/hozgtk_c.c:40:40: style: Parameter 'button' can be declared as pointer to const [constParameterPointer] hoz-165/hozgtk_c.c:40:57: style: Parameter 'user_data' can be declared as pointer to const [constParameterPointer] hoz-165/hozgtk_c.c:48:42: style: Parameter 'button' can be declared as pointer to const [constParameterPointer] hoz-165/hozgtk_c.c:48:59: style: Parameter 'user_data' can be declared as pointer to const [constParameterPointer] hoz-165/hozgtk_c.c:118:58: style: Parameter 'editable' can be declared as pointer to const [constParameterPointer] hoz-165/hozgtk_c.c:119:58: style: Parameter 'user_data' can be declared as pointer to const [constParameterPointer] hoz-165/hozgtk_i.c:47:32: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_WINDOW_TOPLEVEL [valueFlowBailoutIncompleteVar] hoz-165/hozgtk_i.c:171:59: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_WIN_POS_CENTER [valueFlowBailoutIncompleteVar] hoz-165/hozgtk_i.c:210:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_WIN_POS_CENTER [valueFlowBailoutIncompleteVar] hoz-165/hozgtk_i.c:265:52: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GTK_WIN_POS_CENTER [valueFlowBailoutIncompleteVar] hoz-165/hozgtk_s.c:62:43: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable G_DIR_SEPARATOR_S [valueFlowBailoutIncompleteVar] hoz-165/hozgtk_s.c:111:17: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable stderr [valueFlowBailoutIncompleteVar] hoz-165/hozgtk_s.c:56:12: style: Variable 'elem' can be declared as pointer to const [constVariablePointer] hoz-165/hozwin.c:16:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EM_REPLACESEL [valueFlowBailoutIncompleteVar] hoz-165/hozwin.c:22:47: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable EM_REPLACESEL [valueFlowBailoutIncompleteVar] hoz-165/hozwin.c:46:18: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_REPLACE_W [valueFlowBailoutIncompleteVar] hoz-165/hozwin.c:60:56: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable CB_GETCURSEL [valueFlowBailoutIncompleteVar] hoz-165/hozwin.c:103:28: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable OPENFILENAME [valueFlowBailoutIncompleteVar] hoz-165/hozwin.c:137:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable MAX_PATH [valueFlowBailoutIncompleteVar] hoz-165/hozwin.c:180:23: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable ANSI_CHARSET [valueFlowBailoutIncompleteVar] hoz-165/hozwin.c:195:15: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable HOZ_READY [valueFlowBailoutIncompleteVar] hoz-165/hozwin.c:211:51: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable WM_SETFONT [valueFlowBailoutIncompleteVar] hoz-165/hozwin.c:317:24: debug: valueFlowConditionExpressions bailout: Skipping function due to incomplete variable GMEM_ZEROINIT [valueFlowBailoutIncompleteVar] hoz-165/hozwin.c:76:5: portability: %u in format string (no. 1) requires 'unsigned int' but the argument type is 'size_t {aka unsigned long}'. [invalidPrintfArgType_uint] hoz-165/hozwin.c:14:28: style:inconclusive: Function 'hoz_print' argument 1 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:31:19: style:inconclusive: Function 'WinMain' argument 1 names different: declaration '' definition 'hInstance'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:32:19: style:inconclusive: Function 'WinMain' argument 2 names different: declaration '' definition 'hPrevInstance'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:32:41: style:inconclusive: Function 'WinMain' argument 3 names different: declaration '' definition 'lpCmdLine'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:32:56: style:inconclusive: Function 'WinMain' argument 4 names different: declaration '' definition 'nCmdShow'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:42:33: style:inconclusive: Function 'hoz_replace_ask' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:101:33: style:inconclusive: Function 'hoz_initofn' argument 1 names different: declaration '' definition 'ofn'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:101:44: style:inconclusive: Function 'hoz_initofn' argument 2 names different: declaration '' definition 'outfile'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:134:26: style:inconclusive: Function 'hoz_fileop' argument 1 names different: declaration '' definition 'cutpaste'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:169:32: style:inconclusive: Function 'hoz_loadfonts' argument 1 names different: declaration '' definition 'font'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:169:48: style:inconclusive: Function 'hoz_loadfonts' argument 2 names different: declaration '' definition 'fsize'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:203:18: style:inconclusive: Function 'dialog_main' argument 1 names different: declaration '' definition 'hdlg'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:203:29: style:inconclusive: Function 'dialog_main' argument 2 names different: declaration '' definition 'message'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:203:45: style:inconclusive: Function 'dialog_main' argument 3 names different: declaration '' definition 'wparam'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:203:60: style:inconclusive: Function 'dialog_main' argument 4 names different: declaration '' definition 'lparam'. [funcArgNamesDifferentUnnamed] hoz-165/hozwin.c:296:24: style:inconclusive: Function 'lpwAlign' argument 1 names different: declaration '' definition 'lpIn'. [funcArgNamesDifferentUnnamed] hoz-165/hoz.c:670:19: warning: If memory allocation fails, then there is a possible null pointer dereference: path [ctunullpointerOutOfMemory] hoz-165/hoz.c:421:24: note: Assuming allocation function fails hoz-165/hoz.c:421:9: note: Assignment 'outfname=(char*)malloc(sizeof(char)*(strlen(origfname)+strlen(outpath)+3))', assigned value is 0 hoz-165/hoz.c:425:27: note: Calling function isfile, 1st argument is null hoz-165/hoz.c:670:19: note: Dereferencing argument path that is null diff: head hoz-165/getopt.c:451:5: style:inconclusive: Function '_getopt_internal' argument 1 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt.c:452:14: style:inconclusive: Function '_getopt_internal' argument 2 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt.c:453:13: style:inconclusive: Function '_getopt_internal' argument 3 names different: declaration '' definition 'optstring'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt.c:454:22: style:inconclusive: Function '_getopt_internal' argument 4 names different: declaration '' definition 'longopts'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt.c:455:6: style:inconclusive: Function '_getopt_internal' argument 5 names different: declaration '' definition 'longind'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt.c:456:5: style:inconclusive: Function '_getopt_internal' argument 6 names different: declaration '' definition 'long_only'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt.c:861:5: style:inconclusive: Function 'getopt' argument 1 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt.c:862:14: style:inconclusive: Function 'getopt' argument 2 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt.c:863:13: style:inconclusive: Function 'getopt' argument 3 names different: declaration '' definition 'optstring'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt1.c:67:5: style:inconclusive: Function 'getopt_long' argument 1 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt1.c:68:14: style:inconclusive: Function 'getopt_long' argument 2 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt1.c:69:13: style:inconclusive: Function 'getopt_long' argument 3 names different: declaration '' definition 'options'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt1.c:70:22: style:inconclusive: Function 'getopt_long' argument 4 names different: declaration '' definition 'long_options'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt1.c:71:6: style:inconclusive: Function 'getopt_long' argument 5 names different: declaration '' definition 'opt_index'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt1.c:83:5: style:inconclusive: Function 'getopt_long_only' argument 1 names different: declaration '' definition 'argc'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt1.c:84:14: style:inconclusive: Function 'getopt_long_only' argument 2 names different: declaration '' definition 'argv'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt1.c:85:13: style:inconclusive: Function 'getopt_long_only' argument 3 names different: declaration '' definition 'options'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt1.c:86:22: style:inconclusive: Function 'getopt_long_only' argument 4 names different: declaration '' definition 'long_options'. [funcArgNamesDifferentUnnamed] head hoz-165/getopt1.c:87:6: style:inconclusive: Function 'getopt_long_only' argument 5 names different: declaration '' definition 'opt_index'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:170:30: style:inconclusive: Function 'hoz_cut_main' argument 1 names different: declaration '' definition 'ifname'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:375:32: style:inconclusive: Function 'hoz_paste_main' argument 1 names different: declaration '' definition 'ifname'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:43:25: style:inconclusive: Function 'hoz_echo' argument 1 names different: declaration '' definition 'code'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:43:43: style:inconclusive: Function 'hoz_echo' argument 2 names different: declaration '' definition 'xtra'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:550:30: style:inconclusive: Function 'hoz_paste_hr' argument 1 names different: declaration '' definition 'ifname'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:550:50: style:inconclusive: Function 'hoz_paste_hr' argument 2 names different: declaration '' definition 'origfname'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:656:26: style:inconclusive: Function 'fsize' argument 1 names different: declaration '' definition 'path'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:667:24: style:inconclusive: Function 'isfile' argument 1 names different: declaration '' definition 'path'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:677:23: style:inconclusive: Function 'isdir' argument 1 names different: declaration '' definition 'path'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:687:30: style:inconclusive: Function 'hoz_nopath' argument 1 names different: declaration '' definition 'file'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:706:27: style:inconclusive: Function 'mergepath' argument 1 names different: declaration '' definition 'dir'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:706:44: style:inconclusive: Function 'mergepath' argument 2 names different: declaration '' definition 'fname'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:706:57: style:inconclusive: Function 'mergepath' argument 3 names different: declaration '' definition 'out'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:734:23: style:inconclusive: Function 'atolp' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:755:24: style:inconclusive: Function 'atolmp' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head hoz-165/hoz.c:755:37: style:inconclusive: Function 'atolmp' argument 2 names different: declaration '' definition 'mult'. [funcArgNamesDifferentUnnamed] head hoz-165/hozcli.c:11:28: style:inconclusive: Function 'hoz_print' argument 1 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] head hoz-165/hozcli.c:158:33: style:inconclusive: Function 'hoz_replace_ask' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head hoz-165/hozgtk.c:151:26: style:inconclusive: Function 'hoz_fileop' argument 1 names different: declaration '' definition 'cutpaste'. [funcArgNamesDifferentUnnamed] head hoz-165/hozgtk.c:32:28: style:inconclusive: Function 'hoz_print' argument 1 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] head hoz-165/hozgtk.c:56:33: style:inconclusive: Function 'hoz_replace_ask' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:101:33: style:inconclusive: Function 'hoz_initofn' argument 1 names different: declaration '' definition 'ofn'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:101:44: style:inconclusive: Function 'hoz_initofn' argument 2 names different: declaration '' definition 'outfile'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:134:26: style:inconclusive: Function 'hoz_fileop' argument 1 names different: declaration '' definition 'cutpaste'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:14:28: style:inconclusive: Function 'hoz_print' argument 1 names different: declaration '' definition 'str'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:169:32: style:inconclusive: Function 'hoz_loadfonts' argument 1 names different: declaration '' definition 'font'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:169:48: style:inconclusive: Function 'hoz_loadfonts' argument 2 names different: declaration '' definition 'fsize'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:203:18: style:inconclusive: Function 'dialog_main' argument 1 names different: declaration '' definition 'hdlg'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:203:29: style:inconclusive: Function 'dialog_main' argument 2 names different: declaration '' definition 'message'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:203:45: style:inconclusive: Function 'dialog_main' argument 3 names different: declaration '' definition 'wparam'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:203:60: style:inconclusive: Function 'dialog_main' argument 4 names different: declaration '' definition 'lparam'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:296:24: style:inconclusive: Function 'lpwAlign' argument 1 names different: declaration '' definition 'lpIn'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:31:19: style:inconclusive: Function 'WinMain' argument 1 names different: declaration '' definition 'hInstance'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:32:19: style:inconclusive: Function 'WinMain' argument 2 names different: declaration '' definition 'hPrevInstance'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:32:41: style:inconclusive: Function 'WinMain' argument 3 names different: declaration '' definition 'lpCmdLine'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:32:56: style:inconclusive: Function 'WinMain' argument 4 names different: declaration '' definition 'nCmdShow'. [funcArgNamesDifferentUnnamed] head hoz-165/hozwin.c:42:33: style:inconclusive: Function 'hoz_replace_ask' argument 1 names different: declaration '' definition 's'. [funcArgNamesDifferentUnnamed] DONE