Searched refs:cc (Results 176 - 200 of 558) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dregex.c39 const char *cc[] = { local
328 i < sizeof(cc)/sizeof(*cc);
332 len = strlen(cc[i]);
336 if (strncmp(cc[i], ccname, len))
341 FAIL("unknown cc");
/freebsd-9.3-release/contrib/cvs/diff/
H A Difdef.c234 char cc = c; local
235 write_output (&cc, 1);
301 char cc; local
364 cc = c;
365 write_output (&cc, 1);
H A Dio.c133 ssize_t cc;
144 cc = current->stat.st_size + 1 + sizeof (word);
145 if (current->bufsize < cc)
147 current->bufsize = cc;
148 current->buffer = xrealloc (current->buffer, cc);
153 cc = read (current->desc,
156 if (cc == -1)
158 current->buffered_chars += cc;
171 cc = read (current->desc,
174 if (cc
131 ssize_t cc; local
[all...]
/freebsd-9.3-release/lib/libedit/TEST/
H A Dtest.c170 int ac, cc, co; local
194 ac = cc = co = 0;
195 ncontinuation = tok_line(tok, li, &ac, &av, &cc, &co);
202 (void) fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
203 ncontinuation, ac, cc, co);
230 if (i != cc)
/freebsd-9.3-release/usr.bin/mail/
H A Dcmd1.c224 int cc; local
227 for (cc = 0, cp = cmdtab; cp->c_name != NULL; cp++) {
228 cc += strlen(cp->c_name) + 2;
229 if (cc > 72) {
231 cc = strlen(cp->c_name) + 2;
H A Dcollect.c76 int lc, cc, escape, eofcount, fd, c, t; local
389 cc = 0;
398 cc += t;
401 printf("%d/%d\n", lc, cc);
500 long cc; local
518 cc = 0;
520 cc++;
531 printf("%d/%ld\n", lc, cc);
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Dspeed.c180 long ca, cb, cc, cd, ce; local
207 cc = count * 3 * 8 / BUFSIZE + 1;
249 printf("Doing DES_cbc_encrypt %ld times on %ld byte blocks\n", cc,
253 for (count = 0, run = 1; COND(cc); count++)
258 c = ((double)COUNT(cc) * BUFSIZE) / d;
H A Dcfb64ede.c77 unsigned char *iv, c, cc; local
119 cc = *(in++);
121 iv[n] = cc;
122 *(out++) = c ^ cc;
126 v0 = v1 = ti[0] = ti[1] = c = cc = 0;
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Didea_spd.c173 long ca, cca, cb, cc; local
198 cc = count * 8 / BUFSIZE + 1;
263 printf("Doing idea_cbc_encrypt %ld times on %ld byte blocks\n", cc,
267 for (count = 0, run = 1; COND(cc); count++)
272 c = ((double)COUNT(cc) * BUFSIZE) / d;
/freebsd-9.3-release/contrib/traceroute/
H A Dtraceroute.c64 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 39 ms
84 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 19 ms 39 ms 39 ms
118 * 4 ccngw-ner-cc.Berkeley.EDU (128.32.136.23) 39 ms 40 ms 19 ms
960 register int cc; local
981 while ((cc = wait_for_reply(s, from, &t1)) != 0) {
986 i = packet_ok(packet, cc, from, seq);
993 print(packet, cc, from);
1125 if (cc == 0) {
1151 register int cc = 0; local
1176 cc
1186 register int cc; local
1287 packet_ok(register u_char *buf, int cc, register struct sockaddr_in *from, register int seq) argument
1470 print(register u_char *buf, register int cc, register struct sockaddr_in *from) argument
[all...]
/freebsd-9.3-release/usr.bin/tip/libacu/
H A Dv831.c231 char cc, oc = c; local
234 read(AC, &cc, 1);
236 printf("abort response=%c\n", cc);
/freebsd-9.3-release/usr.sbin/bluetooth/hccontrol/
H A Dutil.c311 hci_cc2str(int cc) argument
318 return (cc >= SIZE(t)? "?" : t[cc]);
/freebsd-9.3-release/contrib/ntp/sntp/
H A Dnetworking.c15 int cc; local
26 cc = sendto(rsock, (void *)pkt, len, 0, &dest->sa,
28 if (cc == SOCKET_ERROR) {
/freebsd-9.3-release/lib/libedit/
H A Dtokenizer.c192 int cc, co; local
194 cc = co = -1;
200 cc = tok->argc;
418 if (cc == -1 && co == -1) {
419 cc = tok->argc;
423 *cursorc = cc;
/freebsd-9.3-release/sbin/ping/
H A Dping.c816 int cc, n; local
847 if ((cc = recvmsg(s, &msg, 0)) < 0) {
866 pr_pack((char *)packet, cc, &from, tv);
944 int cc, i; local
971 cc = ICMP_MINLEN + phdr_len + datalen;
974 icp->icmp_cksum = in_cksum((u_short *)icp, cc);
977 cc += sizeof(struct ip);
979 ip->ip_len = cc;
980 ip->ip_sum = in_cksum((u_short *)outpackhdr, cc);
983 i = sendto(s, (char *)packet, cc,
1012 pr_pack(char *buf, int cc, struct sockaddr_in *from, struct timeval *tv) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh91 cc -o test test.o prov.o
/freebsd-9.3-release/contrib/ee/
H A Dcreate.make270 cc ee.c -o ee \$(CFLAGS) -lcurses
273 cc -o ee ee.o new_curse.o \$(CFLAGS)
276 cc -c ee.c \$(DEFINES) \$(CFLAGS)
279 cc new_curse.c -c \$(DEFINES) \$(CFLAGS)
/freebsd-9.3-release/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c296 int cc; local
309 cc = read (remote_desc, buf3, 1);
316 if (cc <= 0)
318 if (cc == 0)
355 int cc; local
358 cc = read (remote_desc, &c, 1);
360 if (cc != 1 || c != '\003')
362 fprintf (stderr, "input_interrupt, cc = %d c = %d\n", cc, c);
/freebsd-9.3-release/contrib/ncurses/misc/
H A Dncu-indent84 *.[ch]|*.cc|*.cpp)
/freebsd-9.3-release/contrib/top/
H A DMakefile.X14 CC = %cc%
/freebsd-9.3-release/gnu/lib/libgcov/
H A DMakefile6 .include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
16 CFLAGS+= -I${.CURDIR}/../../usr.bin/cc/cc_tools \
42 ${COMMONHDRS}: ${.CURDIR}/../../usr.bin/cc/cc_tools/Makefile
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_jupiter.c524 int cc, size, ppsret; local
554 while (instance->ssize > (int)sizeof(*hp) && (cc = jupiter_recv(instance)) > 0) {
560 size = cc - sizeof(*hp);
698 instance->ssize = cc;
707 instance->ssize -= cc;
712 memcpy(instance->sbuf, (u_char *)instance->sbuf + cc, instance->ssize);
918 ssize_t cc; local
932 if ((cc = write(instance->peer->procptr->io.fd, (char *)hp, size)) < 0) {
935 } else if (cc != (int)size) {
936 snprintf(errstr, sizeof(errstr), "short write (%zd != %u)", cc, siz
1053 int n, len, size, cc; local
[all...]
/freebsd-9.3-release/tools/tools/ath/athrd/
H A Dathrd.c49 HAL_CTRY_CODE cc = CTRY_DEFAULT; variable
729 cclookup(const char *name, HAL_REG_DOMAIN *rd, HAL_CTRY_CODE *cc) argument
738 *cc = allCountries[i].countryCode;
746 getccname(HAL_CTRY_CODE cc) argument
752 if (allCountries[i].countryCode == cc)
759 getccisoname(HAL_CTRY_CODE cc) argument
765 if (allCountries[i].countryCode == cc)
960 printf("usage: %s [-acdefoilpr4ABGT] [-m opmode] [cc | rd]\n", progname);
1125 if (!cclookup("US", &rd, &cc)) {
1130 case 1: /* cc/regdomai
[all...]
/freebsd-9.3-release/sys/netgraph/
H A Dng_mppc.c147 u_int16_t cc:12; /* coherency count */ member in struct:ng_mppc_dir
346 d->cc = 0;
493 header = d->cc;
593 || (d->cc & MPPE_UPDATE_MASK) == MPPE_UPDATE_FLAG) {
613 MPPC_CCOUNT_INC(d->cc);
633 u_int16_t header, cc; local
648 cc = (header & MPPC_CCOUNT_MASK);
652 numLost = ((cc - d->cc) & MPPC_CCOUNT_MASK);
687 while (d->cc !
[all...]
/freebsd-9.3-release/sys/dev/hwpmc/
H A Dhwpmc_uncore.c93 struct uncore_cpu *cc; local
106 cc = malloc(sizeof(struct uncore_cpu) + npmc * sizeof(struct pmc_hw),
109 uncore_pcpu[cpu] = cc;
112 KASSERT(pc != NULL && cc != NULL,
115 for (n = 0, phw = cc->pc_uncorepmcs; n < npmc; n++, phw++) {
131 struct uncore_cpu *cc; local
138 if ((cc = uncore_pcpu[cpu]) == NULL)
160 free(cc, M_PMC);
387 struct uncore_cpu *cc; local
395 cc
1030 struct uncore_cpu *cc; local
1089 struct uncore_cpu *cc; local
1121 struct uncore_cpu *cc; local
[all...]

Completed in 286 milliseconds

1234567891011>>