Searched refs:cc (Results 76 - 100 of 658) sorted by relevance

1234567891011>>

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.dlclose1.ksh49 cc -o main main.o
52 cc -c main.c
56 cc -shared -o livelib.so livelib.o prov.o -lc
59 cc -c livelib.c
69 cc -shared -o deadlib.so deadlib.o -lc
72 cc -c deadlib.c
H A Dtst.dlclose2.ksh44 cc -o main main.o
47 cc -c main.c
51 cc -shared -o livelib.so livelib.o prov.o -lc
54 cc -c livelib.c
64 cc -shared -o deadlib.so deadlib.o -lc
67 cc -c deadlib.c
H A Dtst.dlclose3.ksh49 cc -o main main.o
52 cc -c main.c
56 cc -shared -o livelib.so livelib.o prov.o -lc
59 cc -c livelib.c
69 cc -shared -o deadlib.so deadlib.o -lc
72 cc -c deadlib.c
H A Dtst.badguess.ksh64 cc -xarch=generic64 -c -o test64.o test.c
69 cc -xarch=generic -c -o test32.o test.c
H A Dtst.eliminate.ksh75 cc -c test.c
85 cc -o test test.o prov.o
H A Dtst.enabled.ksh64 cc -c test.c
74 cc -o test test.o prov.o
H A Dtst.fork.ksh74 cc -c test.c
84 cc -o test test.o prov.o
H A Dtst.header.ksh68 cc -c test.c
78 cc -o test test.o prov.o
H A Dtst.multiple.ksh68 cc -c test.c
78 cc -o test test.o prov.o
H A Dtst.nodtrace.ksh73 cc -I. -xarch=generic -c test.c
78 cc -xarch=generic -o test test.o
H A Dtst.reeval.ksh55 cc -c test.c
65 cc -o test test.o prov.o
H A Dtst.user.ksh65 cc -c test.c
75 cc -o test test.o prov.o
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_arm.c76 pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples, argument
88 *cc++ = pc;
110 *cc++ = pc;
125 pmc_save_user_callchain(uintptr_t *cc, int maxsamples, argument
137 *cc++ = pc;
156 *cc++ = pc;
H A Dhwpmc_arm64_md.c62 pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples, argument
74 *cc++ = pc;
96 *cc++ = pc;
111 pmc_save_user_callchain(uintptr_t *cc, int maxsamples, argument
123 *cc++ = pc;
142 *cc++ = pc;
H A Dhwpmc_powerpc.c56 pmc_save_kernel_callchain(uintptr_t *cc, int maxsamples, argument
63 cc[frames++] = PMC_TRAPFRAME_TO_PC(tf);
86 cc[frames] = pc;
206 pmc_save_user_callchain(uintptr_t *cc, int maxsamples, argument
212 cc[frames++] = PMC_TRAPFRAME_TO_PC(tf);
223 cc[frames] = fuword32((uint32_t *)sp + 1);
226 cc[frames] = fuword(sp + 2);
230 cc[frames] = fuword32((uint32_t *)sp + 1);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh49 cc -o main main.o
52 cc -c main.c
/freebsd-11-stable/contrib/gperf/lib/
H A DMakefile.in83 #%.o : %.cc
92 getline.o : getline.cc getline.h
93 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/getline.cc
95 hash.o : hash.cc hash.h
96 $(CXX) $(CXXFLAGS) $(CPPFLAGS) -c $(srcdir)/hash.cc
/freebsd-11-stable/sys/tools/sound/
H A Demu10k1-mkalsa.sh4 CC=${CC:-cc}
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-enet.c57 register int cc, caplen; local
66 if ((cc = read(if_fd, (char *)buf.p, sizeof(buf))) < 0)
74 while (cc > 0) {
87 cc -= inc;
91 caplen = cc > snaplen ? snaplen : cc ;
92 if (bpf_filter(fcode, buf.hdr.packet, cc, caplen)) {
95 (*printit)(buf.hdr.packet, &tv, cc, caplen);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/ld/
H A Dt_section.sh33 atf_set "require.progs" "cc"
43 atf_check -s exit:0 -o ignore -e ignore cc -o test test.c
51 atf_set "require.progs" "cc" "readelf" "grep"
68 atf_check -s exit:0 -o ignore -e ignore cc -o test test.c
/freebsd-11-stable/usr.bin/clang/clang/
H A DMakefile29 LINKS+= ${BINDIR}/clang ${BINDIR}/cc \
32 MLINKS+= clang.1 cc.1 \
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dkeyboard.c68 ssize_t cc; local
74 cc = read(keyboard->fd, &c, 1);
75 if (cc < 0) {
/freebsd-11-stable/sys/netinet/
H A Daccf_http.c91 DPRINT("sbfull, cc(%ld) >= hiwat(%ld): %d, "
169 int cmplen, cc; local
172 cc = sbavail(&so->so_rcv) - 1;
173 if (cc < 1)
185 if (cc < cmplen) {
186 if (mbufstrncmp(m, m->m_nextpkt, 1, cc, cmp) == 1) {
187 DPRINT("short cc (%d) but mbufstrncmp ok", cc);
190 DPRINT("short cc (%d) mbufstrncmp failed", cc);
213 int i, cc, spaces, inspaces; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/mi/
H A Dmi-cmd-var.c256 struct varobj **cc; local
291 cc = childlist;
292 while (*cc != NULL)
296 ui_out_field_string (uiout, "name", varobj_get_objname (*cc));
297 ui_out_field_string (uiout, "exp", varobj_get_expression (*cc));
298 ui_out_field_int (uiout, "numchild", varobj_get_num_children (*cc));
300 ui_out_field_string (uiout, "value", varobj_get_value (*cc));
301 type = varobj_get_type (*cc);
304 ui_out_field_string (uiout, "type", varobj_get_type (*cc));
306 cc
485 struct varobj **cc; local
[all...]
/freebsd-11-stable/sys/dev/ciss/
H A Dciss.c1078 struct ciss_command *cc; local
1093 cc = cr->cr_cc;
1094 cc->header.address = sc->ciss_controllers[i];
1310 struct ciss_command *cc; local
1337 cc = cr->cr_cc;
1342 cc->header.address.physical.mode = CISS_HDR_ADDRESS_MODE_PERIPHERAL;
1343 cc->header.address.physical.bus = 0;
1344 cc->header.address.physical.target = 0;
1345 cc->cdb.cdb_length = sizeof(*crc);
1346 cc
1651 struct ciss_command *cc; local
1712 struct ciss_command *cc; local
1812 struct ciss_command *cc; local
1898 struct ciss_command *cc; local
2078 struct ciss_command *cc; /* XXX debugging only */ local
2115 struct ciss_command *cc; local
2148 struct ciss_command *cc; local
2298 struct ciss_command *cc; local
2511 struct ciss_command *cc; local
2556 struct ciss_command *cc; local
2632 struct ciss_command *cc; local
2764 struct ciss_command *cc; local
3110 struct ciss_command *cc; local
3299 struct ciss_command *cc; local
3470 struct ciss_command *cc = NULL; local
3556 struct ciss_command *cc; local
3610 struct ciss_command *cc; local
3694 struct ciss_command *cc; local
3775 struct ciss_command *cc; local
4248 struct ciss_command *cc; local
[all...]

Completed in 161 milliseconds

1234567891011>>