Searched refs:CC (Results 1 - 25 of 789) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/openssh/
H A Dsurvey.sh.in19 CC="@CC@"
50 echo "cc: $CC"
60 echo "ccver-v: `$CC -v 2>&1 | sed '/^[ \t]*$/d'`"
62 echo "ccver-V: `$CC -V 2>&1 | sed '/^[ \t]*$/d'`"
/freebsd-11-stable/contrib/ipfilter/samples/
H A DMakefile0 CC=gcc
14 $(CC) -I.. userauth.c -o userauth -lsocket -lnsl
15 $(CC) -I.. proxy.c -o proxy -lsocket -lnsl
16 $(CC) -I.. relay.c -o relay -lsocket -lnsl
19 $(CC) -I.. userauth.c -o userauth
20 $(CC) -I.. proxy.c -o proxy
21 $(CC) -I.. relay.c -o relay
1 CC=gcc macro
/freebsd-11-stable/sys/tools/sound/
H A Demu10k1-mkalsa.sh4 CC=${CC:-cc}
14 $CC -E -D__KERNEL__ -dM - | \
/freebsd-11-stable/contrib/gdb/
H A Dltcf-cxx.sh48 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
49 CC=${CC-"$CXX"}
52 # Allow CC to be a program name with arguments.
53 set dummy $CC
65 if { ac_try='${CC-c++} -E conftest.$ac_ext'; { (eval echo \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
81 archive_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
82 archive_expsym_cmds='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
87 # If archive_cmds runs LD, not CC, wlar
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUPALMetadata.h46 void setRsrc1(unsigned CC, unsigned Val);
50 void setRsrc2(unsigned CC, unsigned Val);
68 void setEntryPoint(unsigned CC, StringRef Name);
73 void setNumUsedVgprs(unsigned CC, unsigned Val);
78 void setNumUsedSgprs(unsigned CC, unsigned Val);
81 void setScratchSize(unsigned CC, unsigned Val);
85 void setWave32(unsigned CC);
125 msgpack::MapDocNode getHwStage(unsigned CC);
/freebsd-11-stable/contrib/ipfilter/lib/
H A DMakefile152 $(CC) $(CCARGS) -c $(LIBSRC)/addicmp.c -o $@
154 $(CC) $(CCARGS) -c $(LIBSRC)/addipopt.c -o $@
156 $(CC) $(CCARGS) -c $(LIBSRC)/alist_free.c -o $@
158 $(CC) $(CCARGS) -c $(LIBSRC)/alist_new.c -o $@
160 $(CC) $(CCARGS) -c $(LIBSRC)/allocmbt.c -o $@
162 $(CC) $(CCARGS) -c $(LIBSRC)/assigndefined.c -o $@
164 $(CC) $(CCARGS) -c $(LIBSRC)/bcopywrap.c -o $@
166 $(CC) $(CCARGS) -c $(LIBSRC)/binprint.c -o $@
168 $(CC) $(CCARGS) -c $(LIBSRC)/buildopts.c -o $@
170 $(CC)
[all...]
/freebsd-11-stable/contrib/opie/libmissing/
H A DMakefile.in18 CC=@CC@
/freebsd-11-stable/contrib/sqlite3/
H A DMakefile.fallback8 CC = gcc
19 $(CC) $(CFLAGS) $(COPTS) -o sqlite3 shell.c sqlite3.c $(LIBS)
/freebsd-11-stable/contrib/ipfilter/l4check/
H A DMakefile7 $(CC) -g -I.. $(CFLAGS) $(LIBS) l4check.c -o $@
/freebsd-11-stable/tools/test/vm86/
H A DMakefile6 $(CC) -Wall -Wextra -g -m32 -O -o vm86_test vm86_test_asm.s vm86_test.c
/freebsd-11-stable/usr.bin/mkdep/
H A Dmkdep.gcc.sh71 CC=${CC-"cc"}
72 MKDEP_CPP=${MKDEP_CPP-"${CC} -E"}
/freebsd-11-stable/contrib/libpcap/
H A Dmkdep17 CC=cc # default C compiler is "cc"
24 CC=$2
80 $CC $DEPENDENCY_CFLAG $* |
/freebsd-11-stable/contrib/tcpdump/
H A Dmkdep17 CC=cc # default C compiler is "cc"
24 CC=$2
80 $CC $DEPENDENCY_CFLAG $* |
/freebsd-11-stable/contrib/unbound/contrib/android/
H A Dsetenv_android.sh75 CC="armv7a-linux-androideabi$ANDROID_API-clang"
88 CC="aarch64-linux-android$ANDROID_API-clang"
101 CC="i686-linux-android$ANDROID_API-clang"
114 CC="x86_64-linux-android$ANDROID_API-clang"
135 if [ ! -e "$ANDROID_TOOLCHAIN/$CC" ]; then
180 export CPP CC CXX LD AS AR RANLIB STRIP
191 echo "CC: $(command -v "$CC")"
/freebsd-11-stable/contrib/libreadline/examples/
H A DMakefile.in33 CC = @CC@
52 $(CC) $(CCFLAGS) -c $<
61 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rl.o $(READLINE_LIB) $(TERMCAP_LIB)
64 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rlcat.o $(READLINE_LIB) $(TERMCAP_LIB)
67 $(PURIFY) $(CC) $(LDFLAGS) -o $@ fileman.o $(READLINE_LIB) $(TERMCAP_LIB)
70 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rltest.o $(READLINE_LIB) $(TERMCAP_LIB)
73 $(PURIFY) $(CC) $(LDFLAGS) -o $@ rlptytest.o $(READLINE_LIB) $(TERMCAP_LIB)
76 $(CC) $(LDFLAGS) -o $@ rlversion.o $(READLINE_LIB) $(TERMCAP_LIB)
79 $(PURIFY) $(CC)
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dmake-bootstrap.sh.in13 CC="@CC@"
29 echo ${CC} -c ${CFLAGS} "$@" -o "$obj" "$src"
30 ${CC} -c ${CFLAGS} "$@" -o "$obj" "$src"
50 echo ${CC} ${LDSTATIC} ${LDFLAGS} -o "$output" "$@" ${LIBS}
51 ${CC} ${LDSTATIC} ${LDFLAGS} -o "$output" "$@" ${LIBS}
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
H A DConstructionContext.h267 auto *CC = C.getAllocator().Allocate<T>(); local
268 return new (CC) T(Args...);
313 static bool classof(const ConstructionContext *CC) { argument
314 return CC->getKind() >= VARIABLE_BEGIN &&
315 CC->getKind() <= VARIABLE_END;
331 static bool classof(const ConstructionContext *CC) { argument
332 return CC->getKind() == SimpleVariableKind;
360 static bool classof(const ConstructionContext *CC) { argument
361 return CC->getKind() == CXX17ElidedCopyVariableKind;
380 static bool classof(const ConstructionContext *CC) { argument
398 classof(const ConstructionContext *CC) argument
430 classof(const ConstructionContext *CC) argument
451 classof(const ConstructionContext *CC) argument
491 classof(const ConstructionContext *CC) argument
510 classof(const ConstructionContext *CC) argument
551 classof(const ConstructionContext *CC) argument
570 classof(const ConstructionContext *CC) argument
590 classof(const ConstructionContext *CC) argument
620 classof(const ConstructionContext *CC) argument
653 classof(const ConstructionContext *CC) argument
[all...]
/freebsd-11-stable/share/examples/sunrpc/msg/
H A DMakefile19 $(CC) -o $@ printmsg.o
29 $(CC) -o $@ msg_proc.o msg_svc.o $(LIB)
32 $(CC) -o $@ rprintmsg.o msg_clnt.o $(LIB)
/freebsd-11-stable/usr.bin/clang/clang/
H A DMakefile26 SCRIPTS=CC.sh
27 SCRIPTSNAME=CC
34 clang.1 CC.1 \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Utils/
H A DARMBaseInfo.h48 inline static CondCodes getOppositeCondition(CondCodes CC) { argument
49 switch (CC) {
71 inline static ARMCC::CondCodes getSwappedCondition(ARMCC::CondCodes CC) { argument
72 switch (CC) {
130 inline static const char *ARMVPTPredToString(ARMVCC::VPTCodes CC) { argument
131 switch (CC) {
139 inline static unsigned ARMVectorCondCodeFromString(StringRef CC) { argument
140 return StringSwitch<unsigned>(CC.lower())
146 inline static const char *ARMCondCodeToString(ARMCC::CondCodes CC) { argument
147 switch (CC) {
167 ARMCondCodeFromString(StringRef CC) argument
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A DMakefile.nmake44 $(CC) $(CFLAGS) $(LIBS) $(SSL_LIBS) $(REGRESS_OBJS)
47 $(CC) $(CFLAGS) $(LIBS) test-init.obj
49 $(CC) $(CFLAGS) $(LIBS) test-eof.obj
51 $(CC) $(CFLAGS) $(LIBS) test-closed.obj
53 $(CC) $(CFLAGS) $(LIBS) test-changelist.obj
55 $(CC) $(CFLAGS) $(LIBS) test-weof.obj
57 $(CC) $(CFLAGS) $(LIBS) test-time.obj
60 $(CC) $(CFLAGS) $(LIBS) print-winsock-errors.obj
63 $(CC) $(CFLAGS) $(LIBS) bench.obj
65 $(CC)
[all...]
/freebsd-11-stable/sys/contrib/xz-embedded/userspace/
H A DMakefile10 CC = gcc -std=gnu89 macro
31 $(CC) $(ALL_CPPFLAGS) $(CFLAGS) -c -o $@ $<
34 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(COMMON_OBJS) $(XZMINIDEC_OBJS)
37 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(COMMON_OBJS) $(BYTETEST_OBJS)
40 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(COMMON_OBJS) $(BUFTEST_OBJS)
43 $(CC) $(ALL_CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $(BOOTTEST_OBJS)
/freebsd-11-stable/lib/csu/amd64/
H A DMakefile27 ${CC} ${CFLAGS} -S -o ${.TARGET} ${.CURDIR}/crt1.c
31 ${CC} ${ACFLAGS} -c -o ${.TARGET} crt1.s
34 ${CC} ${CFLAGS} -DGCRT -S -o ${.TARGET} ${.CURDIR}/crt1.c
38 ${CC} ${ACFLAGS} -c -o ${.TARGET} gcrt1.s
41 ${CC} ${CFLAGS} -fPIC -DPIC -S -o ${.TARGET} ${.CURDIR}/crt1.c
45 ${CC} ${ACFLAGS} -c -o ${.TARGET} Scrt1.s
/freebsd-11-stable/lib/csu/arm/
H A DMakefile27 ${CC} ${CFLAGS} ${STATIC_CFLAGS} -S -o ${.TARGET} ${.CURDIR}/crt1.c
31 ${CC} ${ACFLAGS} -c -o ${.TARGET} crt1.s
34 ${CC} ${CFLAGS} ${STATIC_CFLAGS} -DGCRT -S -o ${.TARGET} ${.CURDIR}/crt1.c
38 ${CC} ${ACFLAGS} -c -o ${.TARGET} gcrt1.s
41 ${CC} ${CFLAGS} -fPIC -DPIC -S -o ${.TARGET} ${.CURDIR}/crt1.c
45 ${CC} ${ACFLAGS} -c -o ${.TARGET} Scrt1.s
/freebsd-11-stable/lib/csu/aarch64/
H A DMakefile26 ${CC} ${CFLAGS} -S -o ${.TARGET} ${.CURDIR}/crt1.c
30 ${CC} ${ACFLAGS} -c -o ${.TARGET} crt1.s
33 ${CC} ${CFLAGS} -DGCRT -S -o ${.TARGET} ${.CURDIR}/crt1.c
37 ${CC} ${ACFLAGS} -c -o ${.TARGET} gcrt1.s
40 ${CC} ${CFLAGS} -fPIC -DPIC -S -o ${.TARGET} ${.CURDIR}/crt1.c
44 ${CC} ${ACFLAGS} -c -o ${.TARGET} Scrt1.s

Completed in 276 milliseconds

1234567891011>>