File: outglob.expect

package info (click to toggle)
splint 3.1.2.dfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 12,908 kB
  • ctags: 15,816
  • sloc: ansic: 150,306; yacc: 3,463; sh: 3,426; makefile: 2,218; lex: 412
file content (20 lines) | stat: -rw-r--r-- 903 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

outglob.c: (in function g)
outglob.c:5:20: Undef global x3 used before definition
outglob.c: (in function f)
outglob.c:15:14: Undef global x1 used before definition
outglob.c:15:17: Function returns with global x2 undefined
   outglob.lcl:3: Storage x2 becomes undefined
outglob.c:15:17: Function returns with global x3 undefined
   outglob.lcl:3: Storage x3 becomes undefined
outglob.c:21:10: Undef global x1 used before definition
outglob.c:22:10: Global x2 used by function undefined before call: g
outglob.c:27:10: Undef global x3 used before definition
outglob.c:37:14: Function returns with global x3 undefined
   outglob.c:5:20: Storage x3 defined
outglob.c:41:13: Function returns with global x2 undefined
   outglob.c:1:12: Storage x2 defined
outglob.c:41:13: Function returns with global x3 undefined
   outglob.c:5:20: Storage x3 defined

Finished checking --- 10 code warnings, as expected