Searched refs:cc (Results 51 - 75 of 658) sorted by relevance

1234567891011>>

/freebsd-11-stable/libexec/talkd/
H A Dtalkd.c83 int cc; local
108 cc = recv(0, (char *)mp, sizeof(*mp), 0);
109 if (cc != sizeof (*mp)) {
110 if (cc < 0 && errno != EINTR)
120 cc = sendto(STDIN_FILENO, (char *)&response,
122 if (cc != sizeof (response))
/freebsd-11-stable/crypto/openssl/util/
H A Dselftest.pl19 my $cc="cc";
44 $cc=$1 if (/^CC= *(.*)$/);
51 $cversion=`$cc -v 2>&1`;
52 $cversion=`$cc -V 2>&1` if $cversion =~ "[Uu]sage";
53 $cversion=`$cc -V |head -1` if $cversion =~ "Error";
54 $cversion=`$cc --version` if $cversion eq "";
83 system("$cc -o cctest cctest.c");
101 system("$cc -o cctest -Iinclude cctest.c");
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcpl_annotate.c82 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu)
91 map = pmcstat_process_find_map(usermode ? pp : pmcstat_kernproc, cc[0]);
98 assert(cc[0] >= map->ppm_lowpc && cc[0] < map->ppm_highpc);
101 newpc = cc[0] - (map->ppm_lowpc +
108 (void *)cc[0],
81 pmcpl_annotate_process(struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr, uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu) argument
H A Dpmcpl_annotate_cg.c83 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu)
103 map = pmcstat_process_find_map(usermode ? pp : pmcstat_kernproc, cc[i]);
105 assert(cc[i] >= map->ppm_lowpc && cc[i] < map->ppm_highpc);
107 newpc = cc[i] - (map->ppm_lowpc +
113 (void) pmcstat_image_addr2line(image, cc[i],
119 (void *)cc[i],
125 (void *) cc[i]);
82 pmcpl_annotate_cg_process(struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr, uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu) argument
H A Dpmcpl_gprof.h43 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
H A Dpmcpl_calltree.h39 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu);
/freebsd-11-stable/contrib/gcc/
H A Dresource.h28 do { (RES)->memory = (RES)->unch_memory = (RES)->volatil = (RES)->cc = 0; \
37 char cc; /* Insn sets or needs the condition codes. */ member in struct:resources
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/usdt/
H A Dtst.include.ksh49 cc -xarch=generic -o test test.c
H A Dtst.onlyenabled.ksh65 cc -c test.c
75 cc -o test test.o prov.o
/freebsd-11-stable/crypto/openssl/crypto/threads/
H A Dprofile.sh3 cc -p -DSOLARIS -I../../include -g mttest.c -o mttest -L/usr/lib/libc -ldl -L../.. -lthread -lssl -lcrypto -lnsl -lsocket
/freebsd-11-stable/cddl/usr.sbin/zfsd/
H A DMakefile.common3 SRCS= callout.cc \
4 case_file.cc \
5 zfsd_event.cc \
6 vdev.cc \
7 vdev_iterator.cc \
8 zfsd.cc \
9 zfsd_exception.cc \
10 zpool_list.cc \
11 zfsd_main.cc
39 find ${.CURDIR} -type f -a \( -name "*.[ch]" -o -name "*.cc" \) \
[all...]
/freebsd-11-stable/contrib/elftoolchain/common/
H A Dnative-elf-format21 cc -c ${tmp_c} -o ${tmp_o}
/freebsd-11-stable/gnu/lib/libstdc++/
H A DMakefile30 SRCS+= bitmap_allocator.cc pool_allocator.cc \
31 mt_allocator.cc codecvt.cc compatibility.cc complex_io.cc \
32 ctype.cc debug.cc debug_list.cc functexcept.cc globals_i
[all...]
/freebsd-11-stable/sys/dev/firewire/
H A Dfwcrom.c66 #define CROM_END(cc) ((vm_offset_t)(cc)->stack[0].dir + MAX_ROM - 1)
69 crom_init_context(struct crom_context *cc, uint32_t *p) argument
76 cc->depth = -1;
83 cc->depth = -1;
86 cc->depth = 0;
87 cc->stack[0].dir = (struct csrdirectory *)p;
88 cc->stack[0].index = 0;
92 crom_get(struct crom_context *cc) argument
96 ptr = &cc
101 crom_next(struct crom_context *cc) argument
142 crom_search_key(struct crom_context *cc, uint8_t key) argument
159 struct crom_context c, *cc; local
183 crom_parse_text(struct crom_context *cc, char *buf, int len) argument
294 crom_desc(struct crom_context *cc, char *buf, int len) argument
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex2.ksh49 cc -o main main.o
52 cc -c main.c
55 cc -shared -o altlib.so altlib.o -lc
58 cc -c altlib.c
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Derrarg.cpp45 errarg::errarg(char cc) : type(CHAR) argument
47 c = cc;
50 errarg::errarg(unsigned char cc) : type(CHAR) argument
52 c = cc;
/freebsd-11-stable/share/mk/
H A Dlocal.autodep.mk18 .SUFFIXES: .S .c .cc .cpp .cpp-out
24 .cc.cpp-out: .NOMETA
/freebsd-11-stable/crypto/openssl/util/pl/
H A Dultrix.pl12 $cc='cc';
/freebsd-11-stable/sys/dev/random/
H A Dbuild.sh38 cc -g -O0 -pthread \
48 cc -g -O0 -pthread \
/freebsd-11-stable/sys/dev/cxgbe/
H A Dif_cc.c44 MODULE_DEPEND(if_cc, cc, 1, 1, 1);
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/cc/
H A Dt_hello.sh31 atf_set "require.progs" "cc"
37 atf_set "require.progs" "cc"
43 atf_set "require.progs" "cc"
49 atf_set "require.progs" "cc file diff cat"
58 atf_check -s exit:0 -o ignore -e ignore cc -o hello test.c
73 cc -fPIC -dPIC -shared -o libtest.so pic.c
75 cc -o hello test.c -L. -ltest
83 if ! cc -pie -dM -E - < /dev/null 2>/dev/null >/dev/null; then
84 atf_skip "cc -pie not supported on this architecture"
91 atf_check -s exit:0 -o ignore -e ignore cc
[all...]
/freebsd-11-stable/sys/ufs/ufs/
H A Dufsmount.h104 #define UFS_BALLOC(aa, bb, cc, dd, ee, ff) VFSTOUFS((aa)->v_mount)->um_balloc(aa, bb, cc, dd, ee, ff)
105 #define UFS_BLKATOFF(aa, bb, cc, dd) VFSTOUFS((aa)->v_mount)->um_blkatoff(aa, bb, cc, dd)
106 #define UFS_TRUNCATE(aa, bb, cc, dd) VFSTOUFS((aa)->v_mount)->um_truncate(aa, bb, cc, dd)
108 #define UFS_VALLOC(aa, bb, cc, dd) VFSTOUFS((aa)->v_mount)->um_valloc(aa, bb, cc, dd)
109 #define UFS_VFREE(aa, bb, cc) VFSTOUFS((aa)->v_mount)->um_vfree(aa, bb, cc)
[all...]
/freebsd-11-stable/usr.bin/rsh/
H A Drsh.c245 int cc, wc; local
256 if ((cc = read(0, buf, sizeof buf)) <= 0)
273 wc = write(rem, bp, cc);
280 cc -= wc;
281 if (cc == 0)
316 cc = read(rfd2, buf, sizeof buf);
317 if (cc <= 0) {
321 (void)write(STDERR_FILENO, buf, cc);
325 cc = read(rem, buf, sizeof buf);
326 if (cc <
356 int cc; local
[all...]
/freebsd-11-stable/contrib/traceroute/
H A Dfindsaddr-socket.c113 register int s, size, cc, seq, i; local
137 cc = write(s, (char *)rp, size);
138 if (cc < 0) {
143 if (cc != size) {
144 sprintf(errbuf, "short write (%d != %d)", cc, size);
152 cc = read(s, (char *)rp, size);
153 if (cc < 0) {
167 if (rp->rtm_msglen > cc) {
168 sprintf(errbuf, "bad msglen %d > %d", rp->rtm_msglen, cc);
/freebsd-11-stable/stand/libsa/
H A Dnet.c91 ssize_t cc; local
116 cc = (*sproc)(d, sbuf, ssize);
117 if (cc != -1 && cc < ssize)
119 cc, ssize);
126 if (cc == -1) {
138 cc = (*rproc)(d, pkt, payload, tleft, recv_extra);
140 if (cc != -1 || (errno != 0 && errno != ETIMEDOUT))
141 return (cc);

Completed in 146 milliseconds

1234567891011>>