OLD | NEW |
1 #!/bin/sh | 1 #!/bin/sh |
2 splint \ | 2 splint \ |
3 +allglobals \ | 3 +allglobals \ |
4 -noeffect \ | 4 -noeffect \ |
5 -exportlocal \ | 5 -exportlocal \ |
6 -predbool \ | 6 -predbool \ |
7 -boolops \ | 7 -boolops \ |
8 +boolint \ | 8 +boolint \ |
9 +charint \ | 9 +charint \ |
10 -retvalint \ | 10 -retvalint \ |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 modules/objfmts/coff/win64-except.c \ | 71 modules/objfmts/coff/win64-except.c \ |
72 modules/objfmts/dbg/dbg-objfmt.c \ | 72 modules/objfmts/dbg/dbg-objfmt.c \ |
73 modules/objfmts/elf/elf-objfmt.c \ | 73 modules/objfmts/elf/elf-objfmt.c \ |
74 modules/objfmts/elf/elf-x86-amd64.c \ | 74 modules/objfmts/elf/elf-x86-amd64.c \ |
75 modules/objfmts/elf/elf-x86-x86.c \ | 75 modules/objfmts/elf/elf-x86-x86.c \ |
76 modules/objfmts/elf/elf.c \ | 76 modules/objfmts/elf/elf.c \ |
77 modules/objfmts/macho/macho-objfmt.c \ | 77 modules/objfmts/macho/macho-objfmt.c \ |
78 modules/objfmts/rdf/rdf-objfmt.c \ | 78 modules/objfmts/rdf/rdf-objfmt.c \ |
79 modules/objfmts/xdf/xdf-objfmt.c \ | 79 modules/objfmts/xdf/xdf-objfmt.c \ |
80 modules/parsers/gas/gas-parse.c \ | 80 modules/parsers/gas/gas-parse.c \ |
| 81 modules/parsers/gas/gas-parse-intel.c \ |
81 modules/parsers/gas/gas-parser.c \ | 82 modules/parsers/gas/gas-parser.c \ |
82 modules/parsers/nasm/nasm-parse.c \ | 83 modules/parsers/nasm/nasm-parse.c \ |
83 modules/parsers/nasm/nasm-parser.c \ | 84 modules/parsers/nasm/nasm-parser.c \ |
84 modules/preprocs/nasm/nasm-preproc.c \ | 85 modules/preprocs/nasm/nasm-preproc.c \ |
85 modules/preprocs/raw/raw-preproc.c | 86 modules/preprocs/raw/raw-preproc.c |
86 | 87 |
OLD | NEW |