Searched refs:cc (Results 751 - 775 of 2872) sorted by relevance

<<31323334353637383940>>

/netbsd-current/tests/usr.bin/cc/
H A Dt_tsan_data_race.sh37 atf_set "require.progs" "cc paxctl"
44 atf_set "require.progs" "cc paxctl"
50 atf_set "require.progs" "cc paxctl"
56 atf_set "require.progs" "cc paxctl"
76 cc -fsanitize=thread -o test test.c
98 cc -fsanitize=thread -static -o test -pg test.c
126 cc -fsanitize=thread -fPIC -shared -o libtest.so pic.c
127 cc -o test test.c -fsanitize=thread -L. -ltest
136 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
137 atf_set_skip "cc
[all...]
H A Dt_tsan_locked_mutex_destroy.sh37 atf_set "require.progs" "cc paxctl"
44 atf_set "require.progs" "cc paxctl"
50 atf_set "require.progs" "cc paxctl"
56 atf_set "require.progs" "cc paxctl"
85 cc -fsanitize=thread -o test test.c
116 cc -fsanitize=thread -static -o test -pg test.c
153 cc -fsanitize=thread -fPIC -shared -o libtest.so pic.c
154 cc -o test test.c -fsanitize=thread -L. -ltest
163 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
164 atf_set_skip "cc
[all...]
H A Dt_tsan_heap_use_after_free.sh37 atf_set "require.progs" "cc paxctl"
44 atf_set "require.progs" "cc paxctl"
50 atf_set "require.progs" "cc paxctl"
56 atf_set "require.progs" "cc paxctl"
85 cc -fsanitize=thread -o test test.c
116 cc -fsanitize=thread -static -o test -pg test.c
153 cc -fsanitize=thread -fPIC -shared -o libtest.so pic.c
154 cc -o test test.c -fsanitize=thread -L. -ltest
163 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
164 atf_set_skip "cc
[all...]
H A Dt_tsan_signal_errno.sh37 atf_set "require.progs" "cc paxctl"
44 atf_set "require.progs" "cc paxctl"
50 atf_set "require.progs" "cc paxctl"
56 atf_set "require.progs" "cc paxctl"
82 cc -fsanitize=thread -o test test.c
110 cc -fsanitize=thread -static -o test -pg test.c
144 cc -fsanitize=thread -fPIC -shared -o libtest.so pic.c
145 cc -o test test.c -fsanitize=thread -L. -ltest
154 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
155 atf_set_skip "cc
[all...]
H A Dt_tsan_lock_order_inversion.sh37 atf_set "require.progs" "cc paxctl"
44 atf_set "require.progs" "cc paxctl"
50 atf_set "require.progs" "cc paxctl"
56 atf_set "require.progs" "cc paxctl"
81 cc -fsanitize=thread -o test test.c
108 cc -fsanitize=thread -static -o test -pg test.c
141 cc -fsanitize=thread -fPIC -shared -o libtest.so pic.c
142 cc -o test test.c -fsanitize=thread -L. -ltest
151 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
152 atf_set_skip "cc
[all...]
H A Dt_tsan_thread_leak.sh37 atf_set "require.progs" "cc paxctl"
44 atf_set "require.progs" "cc paxctl"
50 atf_set "require.progs" "cc paxctl"
56 atf_set "require.progs" "cc paxctl"
82 cc -fsanitize=thread -o test test.c
110 cc -fsanitize=thread -static -o test -pg test.c
144 cc -fsanitize=thread -fPIC -shared -o libtest.so pic.c
145 cc -o test test.c -fsanitize=thread -L. -ltest
154 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
155 atf_set_skip "cc
[all...]
/netbsd-current/sys/lib/libsa/
H A Dip.c86 ssize_t cc; local
103 cc = _sendip(d, ip, len);
105 if (cc == -1)
107 if ((size_t)cc != len)
108 panic("%s: bad write (%zd != %zu)", __func__, cc, len);
109 return (cc - (sizeof(*ip)));
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
H A Dgedf2.S62 add1.cc.f r12,r12,DBL1H ; clear z; set c iff NaN
64 cmp.cc DBL0H,DBL1H
70 add1.cc.f r12,r12,DBL1H
71 cmp.cc DBL1H,DBL0H
78 cmp.cc DBL1H,DBL0H
85 cmp.cc DBL1H,DBL1L
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cr16/
H A Dstord_test.d21 26: 00 cc 00 00 stord \(r1,r0\),\[r12\]0x0:m
23 2e: 00 cc ff 00 stord \(r1,r0\),\[r12\]0xff:m
25 36: 20 cc ff 0f stord \(r3,r2\),\[r12\]0xfff:m
27 3e: 30 cc 34 12 stord \(r4,r3\),\[r12\]0x1234:m
29 46: 40 cc 34 12 stord \(r5,r4\),\[r13\]0x1234:m
31 4e: 10 cc 67 45 stord \(r2,r1\),\[r12\]0x4567:m
44 78: cc ed
46 7e: cc ed
48 84: cc ed
63 b4: cc e
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-cdtest/
H A Dcdtest.exp41 if { ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-foo.cc tmpdir/cdtest-foo.o]
42 || ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-bar.cc tmpdir/cdtest-bar.o]
43 || ![ld_compile "$CXX $CXXFLAGS -fno-exceptions" $srcdir/$subdir/cdtest-main.cc tmpdir/cdtest-main.o] } {
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dlinespec.exp18 standard_testfile lspec.cc
22 set baseone base/one/thefile.cc
23 set basetwo base/two/thefile.cc
54 gdb_test "break one/thefile.cc:$l1" \
55 "Breakpoint $decimal at $hex: file .*thefile.cc, line $l1." \
58 gdb_test "clear one/thefile.cc:$l1" \
65 # ambiguous "thefile.cc" source filename. Check both
68 send_gdb "break thefile.cc:t\t"
70 -re "break thefile.cc:twodup\\(\\) " {
75 "Breakpoint $decimal at $hex: thefile.cc
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
H A Dgedf2.S62 add1.cc.f r12,r12,DBL1H ; clear z; set c iff NaN
64 cmp.cc DBL0H,DBL1H
70 add1.cc.f r12,r12,DBL1H
71 cmp.cc DBL1H,DBL0H
78 cmp.cc DBL1H,DBL0H
85 cmp.cc DBL1H,DBL1L
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dlinespec.exp18 standard_testfile lspec.cc
22 set baseone base/one/thefile.cc
23 set basetwo base/two/thefile.cc
54 gdb_test "break one/thefile.cc:$l1" \
55 "Breakpoint $decimal at $hex: file .*thefile.cc, line $l1." \
58 gdb_test "clear one/thefile.cc:$l1" \
65 # ambiguous "thefile.cc" source filename. Check both
68 send_gdb "break thefile.cc:t\t"
70 -re "break thefile.cc:twodup\\(\\) " {
75 "Breakpoint $decimal at $hex: thefile.cc
[all...]
/netbsd-current/share/mk/
H A Dsys.mk10 .SUFFIXES: .a .o .ln .s .S .c .cc .cpp .cxx .C .f .F .r .p .l .y .sh
28 CC?= cc
72 COMPILE.cc?= ${CXX} ${_CXXSEED} ${CXXFLAGS} ${DTRACE_OPTS} ${CPPFLAGS} -c
73 LINK.cc?= ${CXX} ${CXXFLAGS} ${LDSTATIC} ${LDFLAGS}
74 COMPILE_LINK.cc?=${LINK.cc} ${CPPFLAGS}
146 .cc .cpp .cxx .C:
147 ${COMPILE_LINK.cc} ${EXEC_TARGET} ${.IMPSRC} ${LDLIBS}
148 .cc.o .cpp.o .cxx.o .C.o:
149 ${COMPILE.cc}
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dlibverify.c229 size_t cc; member in struct:pgpv_mem_t
427 growbuf(obuf_t *obuf, size_t cc) argument
432 if (obuf->c + cc > obuf->alloc) {
433 newalloc = howmany(obuf->alloc + cc, 128) * 128;
503 ref->offset = ARRAY_ELEMENT(pgp->areas, ref->mem).cc;
531 fixup_partials(pgpv_t *pgp, uint8_t *p, size_t totlen, size_t filesize, size_t *cc) argument
551 for (*cc = 0 ; *cc < totlen ; newcc += partial, *cc += partial + 1) {
552 if (IS_PARTIAL(p[*cc])) {
747 size_t cc; local
770 size_t cc; local
803 uint16_t cc; local
852 int cc; local
971 int cc; local
1425 size_t cc; local
1459 size_t cc; local
1762 int cc; local
1983 size_t cc; local
2147 size_t cc; local
2175 size_t cc; local
2643 int cc; local
3315 size_t cc; local
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libverify/
H A Ddump.c80 ssize_t cc; local
85 cc = hexdump((const char *)p, size, buf, size * 5);
86 fprintf(stdout, "%.*s\n", (int)cc, buf);
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Dpr.s41 if !cc jump _halt0;
42 cc = r5 == 0; define
43 if !cc jump _halt0;
/netbsd-current/sys/netinet/
H A Daccf_http.c144 DPRINT("sbfull, cc(%ld) >= hiwat(%ld): %d, "
221 int cmplen, cc; local
224 cc = so->so_rcv.sb_cc - 1;
225 if (cc < 1)
237 if (cc < cmplen) {
238 if (mbufstrncmp(m, m->m_nextpkt, 1, cc, cmp) == 1) {
239 DPRINT("short cc (%d) but mbufstrncmp ok", cc);
242 DPRINT("short cc (%d) mbufstrncmp failed", cc);
269 int i, cc, spaces, inspaces; local
[all...]
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Daudio.c158 char *cp, *cc, *ca; local
172 for (cc = line; *cc && isascii((unsigned char)*cc) && isspace((unsigned char)*cc); cc++)
176 if (!*cc)
180 for (ca = cc; *ca; ca++) {
193 if (!strncmp(cc, "IDEV", 4) &&
197 } else if (!strncmp(cc, "CDE
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dibm-ldouble.c122 __gcc_qadd (double a, double aa, double c, double cc) argument
132 z = cc + aa + c + a;
136 zz = aa + cc;
145 zz = q + c + (a - (q + z)) + aa + cc;
276 __gcc_qeq (double a, double aa, double c, double cc) argument
279 return __eqdf2 (aa, cc);
287 __gcc_qle (double a, double aa, double c, double cc) argument
290 return __ledf2 (aa, cc);
298 __gcc_qge (double a, double aa, double c, double cc) argument
301 return __gedf2 (aa, cc);
376 __gcc_qunord(double a, double aa, double c, double cc) argument
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Dpr.s41 if !cc jump _halt0;
42 cc = r5 == 0; define
43 if !cc jump _halt0;
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dpkg_config_test.sh80 atf_check -s eq:0 -o save:stdout -e empty pkg-config --variable=cc atf-c
81 cc=$(cat stdout)
117 atf_check -s eq:0 -o empty -e empty ${cc} ${cflags} -o tp.o -c tp.c
118 atf_check -s eq:0 -o empty -e empty ${cc} ${ldflags} -o tp tp.o ${libs}
/netbsd-current/games/monop/
H A Dspec.c103 cc(void) function
/netbsd-current/games/sail/
H A Ddr_main.c73 cc = &scene[game];
74 ls = SHIP(cc->vessels);
96 windspeed = cc->windspeed;
97 winddir = cc->winddir;
/netbsd-current/external/gpl3/binutils/dist/
H A Dmakefile.vms14 CC = cc
18 ifeq ($(CC),cc)

Completed in 617 milliseconds

<<31323334353637383940>>