Don't try calling lsl when file is missing.
[splint-patched.git] / test / glob.expect
blobe171ccb494d7dbe8bbeb1a8af5831c2e1e9834fa
2 glob.c: (in function useGlob)
3 glob.lcl:3: Global z listed but not used
4 glob.c: (in function dontuseGlob)
5 glob.c:13:11: Undocumented use of global x
6 glob.c: (in function callsUseGlob)
7 glob.c:23:11: Called procedure useGlob may access global y
8 glob.c:23:11: Called procedure useGlob may access global z
10 Finished checking --- 4 code warnings, as expected
12 glob.c: (in function dontuseGlob)
13 glob.c:13:11: Undocumented use of global x
14 glob.c: (in function callsUseGlob)
15 glob.c:23:11: Called procedure useGlob may access global y
16 glob.c:23:11: Called procedure useGlob may access global z
18 Finished checking --- 3 code warnings, as expected
20 glob.c: (in function useGlob)
21 glob.lcl:3: Global z listed but not used
22 glob.c: (in function dontuseGlob)
23 glob.c:13:11: Undocumented use of global x
24 glob.c: (in function unspec)
25 glob.c:18:11: Undocumented use of global y
26 glob.c:18:15: Undocumented use of global z
27 glob.c: (in function callsUseGlob)
28 glob.c:23:11: Called procedure useGlob may access global y
29 glob.c:23:11: Called procedure useGlob may access global z
31 Finished checking --- 6 code warnings, as expected