Searched refs:cc (Results 326 - 350 of 550) sorted by relevance

<<11121314151617181920>>

/freebsd-10.0-release/contrib/bmake/
H A Dmkdeps.sh36 # find cpp or an equivalent cc invocation to assign to 'cpp_c'.
103 # rats see if cc can be used
106 # try some sensible args to cc
109 ok=`${REALCC:-${CC:-cc}} $arg /tmp/f$$.c 2>/dev/null | grep '^#.*stdio.h' | tail -1`
113 cpp_c="${REALCC:-${CC:-cc}} $arg"
148 # $cpp (eg. /usr/lib/cpp or cc -E) should produce output like:
/freebsd-10.0-release/contrib/bzip2/
H A Dblocksort.c220 Int32 H, i, j, k, l, r, cc, cc1; local
300 cc = -1;
303 if (cc != cc1) { SET_BH(i); cc = cc1; };
/freebsd-10.0-release/contrib/dtc/
H A Dchecks.c692 struct check *cc = check_table[i]; local
695 for (j = 0; j < cc->num_prereqs; j++)
696 if (cc->prereq[j] == c)
697 disable_warning_error(cc, warn, error);
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-int.h288 int cc; member in struct:pcap
H A Dpcap-libdlpi.c307 len = p->cc;
/freebsd-10.0-release/contrib/openpam/
H A Dcompile143 # configure might choose to run compile as 'compile cc -o foo foo.c'.
207 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
273 # configure might choose to run compile as 'compile cc -o foo foo.c'.
/freebsd-10.0-release/crypto/openssl/crypto/bf/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/buffer/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/camellia/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/cast/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/cmac/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/comp/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/err/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/hmac/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/rc4/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/seed/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/srp/
H A DMakefile3 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/store/
H A DMakefile7 CC= cc
/freebsd-10.0-release/crypto/openssl/crypto/ui/
H A DMakefile7 CC= cc
/freebsd-10.0-release/share/mk/
H A Dbsd.prog.mk6 .SUFFIXES: .out .o .c .cc .cpp .cxx .C .m .y .l .ln .s .S .asm
102 SRCS= ${PROG}.cc
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah_internal.h698 HAL_CHANNEL_INTERNAL *cc; local
701 cc = &AH_PRIVATE(ah)->ah_channels[c->ic_devdata];
702 HALASSERT(c->ic_freq == cc->channel || IEEE80211_IS_CHAN_GSM(c));
703 return cc;
/freebsd-10.0-release/usr.bin/ncal/
H A Dncal.c71 const char *cc; /* Country code according to ISO 3166 */ member in struct:djswitch
237 if ((cp = strstr(locale, p->cc)) != NULL && *(cp - 1) == '_')
334 p != q && strcmp(p->cc, optarg) != 0; p++)
527 #define FSTRARG(p) DFLT(p), (p)->cc, (p)->nm, (p)->dt.y, (p)->dt.m, (p)->dt.d
/freebsd-10.0-release/sys/kern/
H A Dtty.c542 int cc; local
556 for (cc = 0; cc < NCCS; ++cc)
557 if (lock->c_cc[cc])
558 new->c_cc[cc] = old->c_cc[cc];
/freebsd-10.0-release/contrib/lukemftpd/
H A Dconfigure533 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
534 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
629 # Extract the first word of "cc", so it can be a program name with args.
630 set dummy cc; ac_word=$2
645 if test "$ac_dir/$ac_word" = "/usr/ucb/cc"; then
649 ac_cv_prog_CC="cc"
711 test -z "$CC" && { echo "configure: error: no acceptable cc found in \$PATH" 1>&2; exit 1; }
720 ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'
721 ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
748 ac_compile='${CC-cc}
[all...]
/freebsd-10.0-release/contrib/tcsh/
H A Dcomplete.tcsh108 complete cc c/-[IL]/d/ \
149 n/*/f:*.{c,C,cc,o,a,s,i}/
150 complete g++ n/*/f:*.{C,cc,o,s,i}/
151 complete CC n/*/f:*.{C,cc,cpp,o,s,i}/
154 n/*/f:^*.{c,cc,C,h,in}/ # Protect precious files
356 'c/-/(body cc from subject help)/' \
357 'n,-cc,$mha,' \
385 'c/-/(and or not lbrace rbrace cc date from search subject to othercomponent after before datefield sequence nopublic public nozero zero nolist list help)/' \
491 complete c++ 'p/*/f:*.{c++,cxx,c,cc,C,cpp}/'
521 complete cxx 'p/*/f:*.{c++,cxx,c,cc,
[all...]

Completed in 322 milliseconds

<<11121314151617181920>>