Searched refs:cc (Results 1 - 25 of 590) sorted by relevance

1234567891011>>

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Derr3.C4 class cc { class
6 cc() function in class:cc
H A Deh44.C19 class cc { class
21 cc(const ca &rca1, const ca &rca2) { function in class:cc
23 virtual ~cc() {
32 cc sc(ca(1), ca(1));
/openbsd-current/usr.bin/kdump/
H A Dmkioctls34 ${CC:-cc} -E -dM ${1+"$@"} | awk '
/openbsd-current/gnu/lib/libstdc++-v3/
H A DMakefile.common28 SUPSRCS=del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc \
29 eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc eh_global
[all...]
/openbsd-current/regress/libexec/ld.so/dlsym/test2/libcc/
H A DMakefile3 LIB= cc
4 SRCS= cc.c
/openbsd-current/regress/libexec/ld.so/dlsym/test3/libcc/
H A DMakefile3 LIB= cc
4 SRCS= cc.c
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dlynxos.sh12 cc='gcc'
H A Dumips.sh12 # Speculative notes on getting cc to work added by
17 case "$cc" in
21 # CCCMD = cc -c -I/usr/local/include -I/usr/include/bsd -DLANGUAGE_C -O
34 case "$cc" in
38 glibpth="$glibpth /usr/lib/cmplrs/cc"
H A Dnewsos4.sh19 cc='gcc'
21 plibpth='/usr/lib/cmplrs/cc'
H A Dnonstopux.sh6 case "$cc" in
13 cc="cc -Xa -Olimit 4096"
H A Dsunos_4_1.sh5 case "$cc" in
44 # you use Sun's cc compiler, then you'll pick up /usr/5bin/cc, which
48 # /usr/ucb/cc, which links against the C library in /usr/lib. That
62 case "$cc" in
64 *) groupstype='gid_t';; # /usr/5bin/cc pulls in /usr/5lib/ stuff.
70 # libraries) installed, but you are using the bundled 'cc' compiler with
72 # unbundled libraries (specifically /lib/libm.a), or 'cc' and the bundled
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A DMakefile.am78 codecvt_members.cc \
79 collate_members.cc \
80 ctype_members.cc \
81 messages_members.cc \
82 monetary_members.cc \
83 numeric_members.cc \
84 time_members.cc
86 codecvt_members.cc: ${glibcpp_srcdir}/@CCODECVT_CC@
89 collate_members.cc: ${glibcpp_srcdir}/@CCOLLATE_CC@
92 ctype_members.cc
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A DMakefile.am44 del_op.cc \
45 del_opnt.cc \
46 del_opv.cc \
47 del_opvnt.cc \
48 eh_alloc.cc \
49 eh_arm.cc \
50 eh_aux_runtime.cc \
51 eh_call.cc \
52 eh_catch.cc \
53 eh_exception.cc \
[all...]
/openbsd-current/lib/libc/arch/sparc64/fpu/
H A Dfpu_compare.c97 int cc; local
111 cc = FSR_CC_UO;
120 cc = FSR_CC_EQ;
125 cc = FSR_CC_LT;
130 cc = FSR_CC_GT;
150 #define opposite_cc(cc) ((cc) == FSR_CC_LT ? FSR_CC_GT : FSR_CC_LT)
153 cc = diff(FSR_CC_LT);
157 cc = diff(FSR_CC_GT);
162 cc
[all...]
/openbsd-current/sys/arch/sparc64/fpu/
H A Dfpu_compare.c78 int cc; local
92 cc = FSR_CC_UO;
101 cc = FSR_CC_EQ;
106 cc = FSR_CC_LT;
111 cc = FSR_CC_GT;
131 #define opposite_cc(cc) ((cc) == FSR_CC_LT ? FSR_CC_GT : FSR_CC_LT)
134 cc = diff(FSR_CC_LT);
138 cc = diff(FSR_CC_GT);
143 cc
[all...]
/openbsd-current/regress/misc/exceptions/simple/
H A DMakefile4 SRCS= exceptions.cc
/openbsd-current/regress/lib/csu/init_priority/
H A DMakefile4 SRCS=init_priority_test.cc
/openbsd-current/gnu/usr.bin/perl/cpan/Digest-MD5/hints/
H A Dirix_6.pl6 if ( $Config{cc} =~ /64|n32/ && `$Config{cc} -version 2>&1` =~ /\s7\.1/ ) {
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.bugs/
H A D900220_03.C37 const char cc = 0; local
41 const char& ccr = cc;
45 overloaded (cc); // gets bogus error
/openbsd-current/lib/libc/locale/
H A Dbtowc.c37 char cc; local
48 cc = (char)c;
49 if (mbrtowc(&wc, &cc, 1, &mbs) > 1)
/openbsd-current/usr.bin/ssh/
H A Dcipher.c191 cipher_ctx_is_plaintext(struct sshcipher_ctx *cc) argument
193 return cc->plaintext;
231 cipher_warning_message(const struct sshcipher_ctx *cc) argument
233 if (cc == NULL || cc->cipher == NULL)
244 struct sshcipher_ctx *cc = NULL; local
252 if ((cc = calloc(sizeof(*cc), 1)) == NULL)
255 cc->plaintext = (cipher->flags & CFLAG_NONE) != 0;
256 cc
339 cipher_crypt(struct sshcipher_ctx *cc, u_int seqnr, u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen) argument
402 cipher_get_length(struct sshcipher_ctx *cc, u_int *plenp, u_int seqnr, const u_char *cp, u_int len) argument
415 cipher_free(struct sshcipher_ctx *cc) argument
432 cipher_get_keyiv(struct sshcipher_ctx *cc, u_char *iv, size_t len) argument
471 cipher_set_keyiv(struct sshcipher_ctx *cc, const u_char *iv, size_t len) argument
[all...]
/openbsd-current/sys/arch/m88k/m88k/
H A Dfpu.c150 u_int32_t cc; local
161 cc = CC_UN;
167 cc = CC_UN;
175 cc = CC_UN;
181 cc = CC_UN;
193 cc = CC_EQ;
195 cc = CC_LT | CC_NE;
197 cc = CC_GT | CC_NE;
201 cc = CC_EQ;
203 cc
[all...]
/openbsd-current/usr.sbin/syslogc/
H A Dsyslogc.c80 struct ctl_cmd cc; local
84 memset(&cc, '\0', sizeof(cc));
91 cc.cmd = CMD_CLEAR;
94 cc.cmd = CMD_READ_CLEAR;
100 cc.cmd = CMD_READ_CONT;
103 cc.lines = strtonum(optarg, 1, UINT32_MAX, &errstr);
109 cc.cmd = CMD_FLAGS;
113 cc.cmd = CMD_LIST;
124 if (cc
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A D20030414-1.c10 extern char *cc;
20 for (i = 0, cp = cc; i < 42; i++)
31 for (ap = cc; *ap; ap++)
38 cc = ee;
/openbsd-current/regress/misc/exceptions/libbar/
H A DMakefile2 SRCS= bar.cc

Completed in 533 milliseconds

1234567891011>>