Searched refs:cc (Results 801 - 825 of 2210) sorted by relevance

<<31323334353637383940>>

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dtestsuite_flags.in18 --build-cc
53 --build-cc)
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dvalgrindtest.c142 register int i, fd, cc; local
167 cc = (int)read(fd, cp, (u_int)buf.st_size);
168 if (cc < 0)
170 if (cc != buf.st_size)
171 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
175 for (i = 0; i < cc; i++) {
177 while (i < cc && cp[i] != '\n')
180 cp[cc] = '\0';
H A Dfiltertest.c94 register int i, fd, cc; local
119 cc = (int)read(fd, cp, (u_int)buf.st_size);
120 if (cc < 0)
122 if (cc != buf.st_size)
123 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
127 for (i = 0; i < cc; i++) {
129 while (i < cc && cp[i] != '\n')
132 cp[cc] = '\0';
/netbsd-current/lib/libkvm/
H A Dkvm.c859 int cc; local
868 cc = _kvm_pread(kd, kd->vmfd, buf, len, (off_t)kva);
869 if (cc < 0) {
872 } else if (cc < len)
874 return (cc);
889 cc = _kvm_kvatop(kd, (vaddr_t)kva, &pa);
890 if (cc == 0) {
894 if (cc > len)
895 cc = len;
898 cc
923 int cc; local
[all...]
/netbsd-current/tests/usr.bin/error/
H A Dt_error.sh36 atf_test_case cc
43 '/*###1 [cc] error: syntax error%%%*/' \
97 atf_add_test_case cc
/netbsd-current/external/gpl3/gcc.old/usr.bin/cc1obj/
H A DMakefile5 SRCS= ${MYOBJS:S,objc/,,:S,c-family/,,:S,c/,,:S,known-headers.o,known-headers.cc,:S,c-spellcheck.o,c-spellcheck.cc,:Nlibcpp.a:.o=.c}
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dcp-replace-typedefs-ns-template.exp22 standard_testfile .cc
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-finish-breakpoint2.exp23 standard_testfile .cc
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dmi-inheritance-syntax-error.exp21 standard_testfile .cc
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dadvance-until-multiple-locations.exp19 standard_testfile .cc
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Damd64-entry-value-paramref.exp16 standard_testfile .S .cc
20 # Make .cc available on the host.
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcall-c.exp19 standard_testfile .cc call-c-1.c
34 gdb_test "b [gdb_get_line_number {breakpoint here} ${testfile}.cc ]" \
H A Dclass2.exp19 standard_testfile .cc
H A Dnsusing.cc85 int cc = 3; member in namespace:C
96 (void) cc;
H A Duserdef.exp19 # source file "userdef.cc"
24 standard_testfile .cc
54 gdb_test "finish" ".*main.*at .*userdef.cc:.*// marker1-returns-here.*" \
H A Dtypeid.exp16 standard_testfile .cc
H A Drvalue-ref-overload.exp25 standard_testfile .cc
H A Dgdb1355.exp30 standard_testfile .cc
H A Dstatic-print-quit.exp18 standard_testfile .cc
H A Dexceptprint.exp16 standard_testfile .cc
H A Dref-params.exp25 standard_testfile .cc
H A Dmethod.exp37 standard_testfile .cc
51 "Breakpoint \[0-9\]* at $hex.*file .*method.cc, line 38\\."
54 "Continuing\\.\r\n\r\nBreakpoint \[0-9\]*, A::foo(\\(int\\)|) \\(this=$hex, arg=13\\) at .*method\\.cc:38\r\n38\[\t \]*x \\+= arg;" \
73 "Breakpoint \[0-9\]* at $hex.*file .*method.cc, line 44\\."
76 "Continuing\\.\r\n\r\nBreakpoint \[0-9\]*, A::bar(|\\(int\\) const| const) \\(this=$hex, arg=15\\) at .*method\\.cc:44\r\n44\[\t \]*return arg \\+ 2 \\* x;" \
114 "Breakpoint \[0-9\]* at $hex.*file .*method.cc, line 21\\."
117 "Continuing\\.\r\n\r\nBreakpoint \[0-9\]*, funk::getFunky(\\(int, int\\)|) \\(this=$hex, a=1, b=2\\) at .*method\\.cc:21\r\n21\[\t \]*data_ = res;" \
H A Drvalue-ref-types.exp21 standard_testfile .cc
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/
H A Dcompile-cplus-virtual.exp20 standard_testfile .cc
H A Dcompile-cplus-nested.exp20 standard_testfile .cc

Completed in 296 milliseconds

<<31323334353637383940>>