/src/tests/usr.bin/xlint/lint1/ |
msg_026.c | 8 /* expect+1: warning: cannot initialize extern declaration 'used' [26] */ 9 extern int used = 1;
|
msg_026.c | 8 /* expect+1: warning: cannot initialize extern declaration 'used' [26] */ 9 extern int used = 1;
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_preinit.cc | 23 __attribute__((section(".preinit_array"), used))
|
asan_preinit.cc | 23 __attribute__((section(".preinit_array"), used))
|
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
lsan_preinit.cc | 20 __attribute__((section(".preinit_array"), used))
|
lsan_preinit.cc | 20 __attribute__((section(".preinit_array"), used))
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_preinit.cc | 24 __attribute__((section(".preinit_array"), used))
|
tsan_preinit.cc | 24 __attribute__((section(".preinit_array"), used))
|
/src/tests/usr.bin/xlint/lint2/ |
read.exp | 1 a125 is declared in read.c(125) but never used or defined [lint2:002] 2 inline_function is defined in read.c(256) but never used [lint2:001] 4 printflike_0_comment is defined in read.c(217) but never used [lint2:001] 5 printflike_10_comment is defined in read.c(229) but never used [lint2:001] 6 printflike_3_comment is defined in read.c(223) but never used [lint2:001] 7 printflike_comment is defined in read.c(211) but never used [lint2:001] 8 scanflike_0_comment is defined in read.c(243) but never used [lint2:001] 9 scanflike_3_comment is defined in read.c(249) but never used [lint2:001] 10 scanflike_comment is defined in read.c(237) but never used [lint2:001] 13 varargs_0_comment is defined in read.c(199) but never used [lint2:001 [all...] |
read.exp | 1 a125 is declared in read.c(125) but never used or defined [lint2:002] 2 inline_function is defined in read.c(256) but never used [lint2:001] 4 printflike_0_comment is defined in read.c(217) but never used [lint2:001] 5 printflike_10_comment is defined in read.c(229) but never used [lint2:001] 6 printflike_3_comment is defined in read.c(223) but never used [lint2:001] 7 printflike_comment is defined in read.c(211) but never used [lint2:001] 8 scanflike_0_comment is defined in read.c(243) but never used [lint2:001] 9 scanflike_3_comment is defined in read.c(249) but never used [lint2:001] 10 scanflike_comment is defined in read.c(237) but never used [lint2:001] 13 varargs_0_comment is defined in read.c(199) but never used [lint2:001 [all...] |
msg_000.exp | 1 defined_not_used is defined in msg_000.c(2) but never used [lint2:001] 2 used_not_defined is used in msg_000.c(3) but never defined [lint2:000]
|
msg_001.exp | 1 defined_not_used is defined in msg_001.c(2) but never used [lint2:001] 2 used_not_defined is used in msg_001.c(3) but never defined [lint2:000]
|
msg_002.exp | 1 defined is defined in msg_002.c(3) but never used [lint2:001] 2 only_declared is declared in msg_002.c(2) but never used or defined [lint2:002]
|
msg_000.exp | 1 defined_not_used is defined in msg_000.c(2) but never used [lint2:001] 2 used_not_defined is used in msg_000.c(3) but never defined [lint2:000]
|
msg_001.exp | 1 defined_not_used is defined in msg_001.c(2) but never used [lint2:001] 2 used_not_defined is used in msg_001.c(3) but never defined [lint2:000]
|
msg_002.exp | 1 defined is defined in msg_002.c(3) but never used [lint2:001] 2 only_declared is declared in msg_002.c(2) but never used or defined [lint2:002]
|
msg_010.exp | 1 func has its return value used in msg_010.c?(30) but doesn't return one [lint2:010]
|
msg_010.exp | 1 func has its return value used in msg_010.c?(30) but doesn't return one [lint2:010]
|
msg_003.exp | 1 function is defined in msg_003_a.c(10) but never used [lint2:001]
|
/src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
ubsan_init_standalone_preinit.cc | 34 __attribute__((section(".preinit_array"), used)) void (*__local_ubsan_preinit)(
|
ubsan_init_standalone_preinit.cc | 34 __attribute__((section(".preinit_array"), used)) void (*__local_ubsan_preinit)(
|
/src/tests/libexec/ld.elf_so/helper_ifunc_dso/ |
h_helper_ifunc.c | 50 static __attribute__((used)) 57 static __attribute__((used))
|
h_helper_ifunc.c | 50 static __attribute__((used)) 57 static __attribute__((used))
|
/src/usr.bin/systat/ |
swap.c | 42 * may be used to endorse or promote products derived from this software 155 "Disk", hlen, header, "Used", 162 int col, blk_div, i, avail, used, xsize, swp_free; local in function:showswap 179 used = sep->se_inuse; 181 swp_free += xsize - used; 182 mvwprintw(wnd, i + 1, col, "%9d ", used / blk_div); 184 whline(wnd, 'X', (100 * used / xsize + 1) / 2); 188 used = avail - swp_free; 190 "Total", hlen, avail / blk_div, used / blk_div); 192 whline(wnd, 'X', (100 * used / avail + 1) / 2) [all...] |
swap.c | 42 * may be used to endorse or promote products derived from this software 155 "Disk", hlen, header, "Used", 162 int col, blk_div, i, avail, used, xsize, swp_free; local in function:showswap 179 used = sep->se_inuse; 181 swp_free += xsize - used; 182 mvwprintw(wnd, i + 1, col, "%9d ", used / blk_div); 184 whline(wnd, 'X', (100 * used / xsize + 1) / 2); 188 used = avail - swp_free; 190 "Total", hlen, avail / blk_div, used / blk_div); 192 whline(wnd, 'X', (100 * used / avail + 1) / 2) [all...] |