OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copts
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
genmultilib
492
copts
=`echo ${rrule} | sed -e 's/^.*=//' -e 's/\([^\\]\)\./\1=/g' -e 's/\\\././g'`
498
if echo "/${
copts
}/" | grep -E "${options_re}" > /dev/null; then
501
copts
="/${
copts
}/"
502
optout=`${CONFIG_SHELL-/bin/sh} ./tmpmultilib4 "${
copts
}" "${options}"`
/src/external/gpl3/gcc.old/dist/gcc/
genmultilib
484
copts
=`echo ${rrule} | sed -e 's/^.*=//' -e 's/\([^\\]\)\./\1=/g' -e 's/\\\././g'`
490
if echo "/${
copts
}/" | grep -E "${options_re}" > /dev/null; then
493
copts
="/${
copts
}/"
494
optout=`./tmpmultilib4 "${
copts
}" "${options}"`
/src/tests/lib/libc/regex/
main.c
45
int
copts
= REG_EXTENDED;
variable
88
copts
= options('c', optarg);
118
err = regcomp(&re, argv[optind++],
copts
);
143
if (!(
copts
®_NOSUB)) {
354
int o = (type == 'c') ?
copts
: eopts;
/src/sys/conf/
copts.mk
1
# $NetBSD:
copts
.mk,v 1.15 2025/11/24 16:27:28 nia Exp $
11
COPTS
.pf.c+= ${CC_WNO_IMPLICIT_FALLTHROUGH}
12
COPTS
.radeon_cs.c+= ${CC_WNO_IMPLICIT_FALLTHROUGH}
13
COPTS
.via_dmablit.c+= ${CC_WNO_IMPLICIT_FALLTHROUGH}
17
COPTS
.linux_machdep.c+= -Wno-error=unused-but-set-variable
21
COPTS
.ath.c+= -Wno-error=enum-conversion
22
COPTS
.dpt.c+= ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
23
COPTS
.ffs_appleufs.c+= ${CC_WNO_ADDRESS_OF_PACKED_MEMBER}
25
COPTS
.in_pcb.c+= ${CC_WNO_RETURN_LOCAL_ADDR}
26
COPTS
.in6_pcb.c+= ${CC_WNO_RETURN_LOCAL_ADDR
[
all
...]
Completed in 16 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026