Searched refs:cc (Results 226 - 250 of 558) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/libpcap/
H A Dpcap-dlpi.c191 int cc; local
197 cc = p->cc;
198 if (cc == 0) {
226 cc = 0;
236 cc = data.len;
237 } while (cc == 0);
242 return (pcap_process_pkts(p, callback, user, cnt, bp, cc));
1674 register int cc; local
1681 cc
[all...]
H A Dpcap-snoop.c64 int cc; local
83 cc = read(p->fd, (char *)p->buffer, p->bufsize);
84 if (cc < 0) {
106 if (cc == (p->snapshot + sizeof(struct snoopheader)) &&
H A Ddlpisubs.c154 p->cc = ep - bufp;
191 p->cc = ep - bufp;
199 p->cc = 0;
/freebsd-9.3-release/contrib/bmake/
H A Dutil.c94 const char *cc; local
131 for (cc = name; *cc && *cc != '='; ++cc) /* no `=' in name */
133 size = cc - name;
/freebsd-9.3-release/libexec/rshd/
H A Drshd.c194 int cc, fd, nfd, pv[2], pid, s; local
267 if ((cc = read(STDIN_FILENO, &c, 1)) != 1) {
268 if (cc < 0)
443 cc = read(pv[0], buf, sizeof(buf));
444 if (cc <= 0) {
448 (void)write(s, buf, cc);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_regdomain.c254 if_printf(ic->ic_ifp, "no ISO country string for cc %d; "
256 ie->cc[0] = ie->cc[1] = ' ';
258 ie->cc[0] = rd->isocc[0];
259 ie->cc[1] = rd->isocc[1];
267 ie->cc[2] = (rd->location == 'I' ? 'I' :
309 ie->len = frm - ie->cc;
349 "%s: invalid iso cc 0x%x:0x%x\n", __func__,
/freebsd-9.3-release/usr.bin/m4/
H A Dgnum4.c610 int cc; local
640 cc = read(p[0], result, sizeof result);
641 if (cc > 0)
642 addchars(result, cc);
643 } while (cc > 0 || (cc == -1 && errno == EINTR));
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dcr16.h149 cc, enumerator in enum:__anon712
287 unsigned int cc; member in struct:__anon715
/freebsd-9.3-release/crypto/openssl/util/pl/
H A Dnetware.pl99 $cc='gcc';
118 $cc='mwccnlm';
/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_hd.c72 #include <netinet/cc.h>
77 #include <netinet/cc/cc_module.h>
H A Dcc_newreno.c65 #include <netinet/cc.h>
69 #include <netinet/cc/cc_module.h>
H A Dcc_cubic.c62 #include <netinet/cc.h>
67 #include <netinet/cc/cc_cubic.h>
68 #include <netinet/cc/cc_module.h>
/freebsd-9.3-release/crypto/openssl/fips/
H A DMakefile7 CC= cc
/freebsd-9.3-release/tools/regression/usr.bin/lastcomm/
H A Dvalues.sh60 cc -o core core.c
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dppc-dis.c314 int cc; local
319 cc = value & 3;
320 (*info->fprintf_func) (info->stream, "%s", cbnames[cc]);
/freebsd-9.3-release/contrib/bmake/mk/
H A Dautodep.mk44 __depsrcs+=${DEPSRCS:M*.cc}
108 .cc.d .cpp.d .C.d .cxx.d:
128 .cc.d .cpp.d .C.d .cxx.d:
/freebsd-9.3-release/contrib/groff/src/devices/grops/
H A Dpsrm.cpp766 int cc = getc(fp); local
767 if (cc != '\n') {
768 if (cc != EOF)
769 ungetc(cc, fp);
773 putc(cc, outfp);
837 int cc = getc(fp); local
838 if (cc != '\n') {
842 if (cc != EOF)
884 int cc = getc(fp); local
885 if (cc !
[all...]
/freebsd-9.3-release/lib/libz/
H A Ddeflate.h324 { uch cc = (c); \
326 s->l_buf[s->last_lit++] = cc; \
327 s->dyn_ltree[cc].Freq++; \
/freebsd-9.3-release/libexec/rbootd/
H A Dbpf.c313 int cc; local
320 if ((cc = read(BpfFd, (char *)BpfPkt, (int)BpfLen)) < 0) {
325 ep = BpfPkt + cc;
/freebsd-9.3-release/share/mk/
H A Dsys.mk35 .SUFFIXES: .out .a .ln .o .c .cc .cpp .cxx .C .m .F .f .e .r .y .l .S .asm .s .cl .p .h .sh
54 CC ?= cc
130 OBJC ?= cc
225 .cc.ln .C.ln .cpp.ln .cxx.ln:
237 .cc .cpp .cxx .C:
240 .cc.o .cpp.o .cxx.o .C.o:
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.h309 { uch cc = (c); \
311 s->l_buf[s->last_lit++] = cc; \
312 s->dyn_ltree[cc].Freq++; \
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c307 int cc, i; local
1129 cc = poll(fdmaskp, 1, timeout);
1133 cc = select(s + 1, fdmaskp, NULL, NULL, tv);
1135 if (cc < 0) {
1145 } else if (cc == 0)
1159 cc = recvmsg(s, &m, 0);
1160 if (cc < 0) {
1166 } else if (cc == 0) {
1185 pr_pack(packet, cc, &m);
1295 int i, cc; local
1493 pr_pack(u_char *buf, int cc, struct msghdr *mhdr) argument
[all...]
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c277 TIMER_FUNC(cc, CC)
424 TIMER_STOP(sscop, cc);
479 TIMER_INIT(sscop, cc);
1710 TIMER_RESTART(sscop, cc);
1950 TIMER_STOP(sscop, cc);
1972 TIMER_STOP(sscop, cc);
1997 TIMER_RESTART(sscop, cc);
2010 TIMER_STOP(sscop, cc);
2013 TIMER_RESTART(sscop, cc);
2035 TIMER_STOP(sscop, cc);
[all...]
/freebsd-9.3-release/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c396 uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu)
407 map = pmcstat_process_find_map(usermode ? pp : pmcstat_kernproc, cc[0]);
414 assert(cc[0] >= map->ppm_lowpc && cc[0] < map->ppm_highpc);
473 bucket = (cc[0] - map->ppm_lowpc) / FUNCTION_ALIGNMENT;
395 pmcpl_gmon_process(struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr, uint32_t nsamples, uintfptr_t *cc, int usermode, uint32_t cpu) argument
/freebsd-9.3-release/contrib/one-true-awk/
H A Db.c794 struct charclass *cc; local
838 for (cc = charclasses; cc->cc_name; cc++)
839 if (strncmp((const char *) prestr + 1, (const char *) cc->cc_name, cc->cc_namelen) == 0)
841 if (cc->cc_name != NULL && prestr[1 + cc->cc_namelen] == ':' &&
842 prestr[2 + cc->cc_namelen] == ']') {
843 prestr += cc
[all...]

Completed in 225 milliseconds

1234567891011>>