OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:U0
(Results
1 - 25
of
26
) sorted by relevancy
1
2
/src/lib/libc/gmon/
Makefile.inc
33
${HAVE_GCC:
U0
} >= 6
/src/usr.bin/tftp/
Makefile
12
${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 8:? -Wno-array-bounds :}
/src/tests/lib/libc/misc/
Makefile
40
COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 7:? -Wno-int-in-bool-context :}
41
COPTS.t_ubsanxx.cpp+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 7:? -Wno-int-in-bool-context :}
42
COPTS.t_ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 12:? -Wno-uninitialized :}
43
COPTS.t_ubsanxx.cpp+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 12:? -Wno-uninitialized :}
45
COPTS.ubsan.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 9:? -Wno-builtin-declaration-mismatch :}
/src/tests/lib/libobjc/
Makefile
10
.if ${HAVE_GCC:
U0
} > 0
/src/sys/conf/
newvers.mk
6
. if ${MKREPRO_TIMESTAMP:
U0
} != 0
newvers_stand.mk
13
. if ${MKREPRO_TIMESTAMP:
U0
} != 0
/src/lib/libpuffs/
Makefile
25
COPTS.callcontext.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 12:? -Wno-dangling-pointer :}
/src/sys/modules/dtrace/netbsd32_syscall/
Makefile
19
CPPFLAGS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 10:? -Wno-error=array-bounds :}
/src/sys/modules/dtrace/syscall/
Makefile
19
CPPFLAGS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 10:? -Wno-error=array-bounds :}
/src/usr.sbin/mopd/common/
Makefile
22
.if ${MACHINE} == "alpha" && ${HAVE_GCC:
U0
} == 14
/src/lib/libm/src/
e_j1.c
53
* U(z) =
U0
[0] +
U0
[1]*z + ... +
U0
[4]*z^4
129
static const double
U0
[5] = {
188
u =
U0
[0]+z*(
U0
[1]+z*(
U0
[2]+z*(
U0
[3]+z*
U0
[4])));
e_j1f.c
90
static const float
U0
[5] = {
149
u =
U0
[0]+z*(
U0
[1]+z*(
U0
[2]+z*(
U0
[3]+z*
U0
[4])));
/src/sys/arch/vax/boot/xxboot/
Makefile
44
COPTS.bootxx.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 9:? -Wno-error=array-bounds :}
/src/sys/arch/vax/boot/xxboot_ustarfs/
Makefile
40
COPTS.bootxx.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 9:? -Wno-error=array-bounds :}
/src/sys/rump/fs/lib/libffs/
Makefile
21
CWARNFLAGS.gcc+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 9:? -Wno-error=restrict :}
/src/usr.sbin/syslogd/
Makefile
38
COPTS.sign.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 14:? -Wno-error=use-after-free :}
/src/usr.bin/make/unit-tests/
directive-ifndef.mk
78
.ifndef ${:
U0
}
cond-token-var.mk
84
.if ${:
U0
}
/src/bin/sh/
Makefile
99
COPTS.parser.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 12:? -Wno-error=clobbered :}
/src/usr.sbin/crash/
Makefile
116
. if ${MKREPRO_TIMESTAMP:
U0
} != 0
/src/share/mk/
bsd.own.mk
769
${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 9:? -Wno-address-of-packed-member :}
771
CC_WNO_ARRAY_BOUNDS= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 12:? -Wno-array-bounds :}
772
CC_WNO_CALLOC_TRANSPOSED_ARGS= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 14:? -Wno-calloc-transposed-args :}
773
CC_WNO_CAST_FUNCTION_TYPE= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 8:? -Wno-cast-function-type :}
774
CC_WNO_DANGLING_POINTER= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 14:? -Wno-dangling-pointer :}
775
CC_WNO_ENUM_INT_MISMATCH= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 14:? -Wno-enum-int-mismatch :}
776
CC_WNO_FORMAT_OVERFLOW= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 7:? -Wno-format-overflow :}
777
CC_WNO_FORMAT_TRUNCATION= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 7:? -Wno-format-truncation :}
778
CC_WNO_IMPLICIT_FALLTHROUGH= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 7:? -Wno-implicit-fallthrough :}
779
CC_WNO_MAYBE_UNINITIALIZED= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 10:? -Wno-maybe-uninitialized :
[
all
...]
bsd.kmodule.mk
58
CFLAGS+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 9:? -mno-pltseq :}
bsd.sys.mk
252
.if ${KCOV:
U0
} > 0
/src/lib/
Makefile
342
.if (${MKGCC} != "no" && ${HAVE_GCC:
U0
} >= 14)
351
.if (${MKGCC} != "no" && ${HAVE_GCC:
U0
} >= 14)
/src/tests/lib/libc/sys/
Makefile
170
${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:
U0
} >= 8:? -Wno-error=deprecated :}
Completed in 4424 milliseconds
1
2
Indexes created Sun Feb 15 12:34:49 CET 2026