/src/tests/usr.bin/xlint/lint1/ |
msg_026.c | 8 /* expect+1: warning: cannot initialize extern declaration 'used' [26] */ 9 extern int used = 1;
|
gcc_attribute_func.c | 26 static void __attribute__((used))
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
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))
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
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...] |
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_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)(
|
/src/tests/libexec/ld.elf_so/helper_ifunc_dso/ |
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...] |
/src/games/hack/ |
hack.rumors.c | 20 * Informatica, nor the names of its contributors may be used to endorse or 49 * 3. The name of the author may not be used to endorse or promote products 80 static int used(int); 135 while (rn || used(i)) { 137 if (!used(i)) 149 used(int i) function in typeref:typename:int
|
/src/common/dist/zlib/contrib/infback9/ |
inftree9.c | 24 lens shorts, which is used as a work area. type is the type of code 42 unsigned used; /* code entries in table used */ local in function:inflate_table9 96 The length counts are used for other purposes as well, i.e. finding 140 filled is at next and has curr index bits. The code being used is huff 154 counts are used for this, and so count[] is decremented as codes are 157 used keeps track of how many table entries have been allocated from the 172 base = extra = work; /* dummy value--not used */ 196 used = 1U << root; /* use root table entries */ 197 mask = used - 1; /* mask for comparing low * [all...] |
/src/common/dist/zlib/ |
inftrees.c | 26 lens shorts, which is used as a work area. type is the type of code 44 unsigned used; /* code entries in table used */ local in function:inflate_table 96 The length counts are used for other purposes as well, i.e. finding 148 filled is at next and has curr index bits. The code being used is huff 162 counts are used for this, and so count[] is decremented as codes are 165 used keeps track of how many table entries have been allocated from the 180 base = extra = work; /* dummy value--not used */ 202 used = 1U << root; /* use root table entries */ 203 mask = used - 1; /* mask for comparing low * [all...] |
/src/sys/modules/arch/ |
archdirs.mk | 3 # list of subdirs used per-platform
|
/src/usr.bin/make/unit-tests/ |
varmod-loop-delete.exp | 1 make: varmod-loop-delete.mk:20: Cannot delete variable "VAR" while it is used
|
/src/sbin/nvmectl/ |
bignum.c | 92 #define MP_ISZERO(a) (((a)->used == 0) ? MP_YES : MP_NO) 119 a->used = 0; 168 if (a->alloc < a->used + b) { 169 if ((res = mp_grow(a, a->used + b)) != MP_OKAY) { 174 /* increment the used by the shift amount then copy upwards */ 175 a->used += b; 178 top = a->dp + a->used - 1; 181 bottom = a->dp + a->used - 1 - b; 187 for (x = a->used - 1; x >= b; x--) { 198 * This is used to ensure that leading zero digits ar [all...] |
/src/sys/rump/fs/lib/liblayervfs/ |
Makefile | 7 COMMENT=Layer file system support (used by other drivers)
|
/src/tests/lib/csu/ |
h_ifunc_static.c | 54 static __attribute__((used))
|
/src/sys/dev/audio/ |
audiodef.h | 76 * This macro should be used for audio wave data only. 257 audio_ring_t codecbuf; /* also used for wide->int conversion */ 326 * Return ring's tail (= head + used) position. 332 return auring_round(ring, ring->head + ring->used); 337 * This function can be used only if the stride of the 'ring' is equal to 351 * Return ring's tail (= head + used) pointer. 352 * This function can be used only if the stride of the 'ring' is equal to 367 * This function can be used even if the stride of the 'ring' is equal to 380 * This function can be used even if the stride of the 'ring' is equal to 410 KASSERTMSG(ring->used >= n, "called from %s:%d: ring->used=%d n=%d" [all...] |
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_scheduler.h | 24 (plist)->used ? (idx = __ffs((plist)->used)), 1 : 0; \ 25 (plist)->used &= ~BIT(idx)) \
|
/src/tests/net/ipsec/ |
t_ipsec_sysctl.sh | 78 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet.ipsec.used 79 # net.inet6.ipsec6.used always equals net.inet.ipsec.used 80 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet6.ipsec6.used 88 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet.ipsec.used 89 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet6.ipsec6.used 97 atf_check -s exit:0 -o match:'= 1' rump.sysctl net.inet.ipsec.used 98 atf_check -s exit:0 -o match:'= 1' rump.sysctl net.inet6.ipsec6.used 126 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet.ipsec.used 127 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet6.ipsec6.used [all...] |