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

1234567891011>>

/freebsd-10.0-release/usr.sbin/bluetooth/hccontrol/
H A Dutil.c311 hci_cc2str(int cc) argument
318 return (cc >= SIZE(t)? "?" : t[cc]);
/freebsd-10.0-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-10.0-release/sbin/ping/
H A Dping.c817 int cc, n; local
848 if ((cc = recvmsg(s, &msg, 0)) < 0) {
867 pr_pack((char *)packet, cc, &from, tv);
945 int cc, i; local
972 cc = ICMP_MINLEN + phdr_len + datalen;
975 icp->icmp_cksum = in_cksum((u_short *)icp, cc);
978 cc += sizeof(struct ip);
980 ip->ip_len = cc;
981 ip->ip_sum = in_cksum((u_short *)outpackhdr, cc);
984 i = sendto(s, (char *)packet, cc,
1013 pr_pack(char *buf, int cc, struct sockaddr_in *from, struct timeval *tv) argument
[all...]
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh91 cc -o test test.o prov.o
/freebsd-10.0-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-10.0-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-10.0-release/contrib/ncurses/misc/
H A Dncu-indent84 *.[ch]|*.cc|*.cpp)
H A Drun_tic.in55 : ${THAT_CC=cc}
56 : ${THIS_CC=cc}
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Drefclock_jupiter.c523 int bpcnt, cc, size, ppsret; local
553 while (instance->ssize > sizeof(*hp) && (cc = jupiter_recv(instance)) > 0) {
559 size = cc - sizeof(*hp);
698 instance->ssize = cc;
708 instance->ssize -= cc;
713 memcpy(instance->sbuf, (u_char *)instance->sbuf + cc, instance->ssize);
922 int cc; local
936 if ((cc = write(instance->peer->procptr->io.fd, (char *)hp, size)) < 0) {
939 } else if (cc != size) {
940 (void)sprintf(errstr, "short write (%d != %d)", cc, siz
1057 int n, len, size, cc; local
[all...]
/freebsd-10.0-release/contrib/top/
H A DMakefile.X14 CC = %cc%
/freebsd-10.0-release/gnu/lib/libgcov/
H A DMakefile6 .include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
16 CFLAGS+= -I${.CURDIR}/../../usr.bin/cc/cc_tools \
47 ${COMMONHDRS}: ${.CURDIR}/../../usr.bin/cc/cc_tools/Makefile
/freebsd-10.0-release/usr.bin/mail/
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-10.0-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-10.0-release/sys/netgraph/
H A Dng_mppc.c129 u_int16_t cc:12; /* coherency count */ member in struct:ng_mppc_dir
328 d->cc = 0;
475 header = d->cc;
575 || (d->cc & MPPE_UPDATE_MASK) == MPPE_UPDATE_FLAG) {
595 MPPC_CCOUNT_INC(d->cc);
615 u_int16_t header, cc; local
630 cc = (header & MPPC_CCOUNT_MASK);
634 numLost = ((cc - d->cc) & MPPC_CCOUNT_MASK);
658 while (d->cc !
[all...]
/freebsd-10.0-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...]
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c71 if (user->cc->log & CCLOG_USER_STATE)
81 user->cc->funcs->send_user(user, user->uarg, op, arg, len);
87 user->cc->funcs->respond_user(user, user->uarg,
94 user->cc->funcs->respond_user(user, user->uarg,
107 cc_user_create(struct ccdata *cc, void *uarg, const char *name) argument
115 user->cc = cc;
121 LIST_INSERT_HEAD(&cc->user_list, user, node_link);
123 if (user->cc->log & CCLOG_USER_INST)
202 if (user->cc
[all...]
/freebsd-10.0-release/contrib/atf/atf-c/
H A Dh_build.h42 const char *cc; member in struct:c_o_test
53 "cc",
63 "cc", "-o", "test.o", "-c", "test.c", NULL
69 "cc -foo",
79 "cc", "-foo", "-o", "test.o", "-c", "test.c", NULL
85 "cc",
95 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
102 "cc",
112 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
119 "cc",
[all...]
/freebsd-10.0-release/contrib/ipfilter/ipsd/
H A Dsdlpi.c89 register int cc; local
109 cc = dbuf.len;
118 bufend = buf + cc;
133 cc -= hp->sbh_totlen;
H A Dsnit.c83 register int cc; local
87 while ((cc = read(fd, buf, BUFSPACE-1)) >= 0) {
88 if (!cc)
94 bufend = buf + cc;
/freebsd-10.0-release/contrib/jemalloc/
H A DFREEBSD-upgrade75 ./autogen.sh --enable-cc-silence --enable-dss --enable-xmalloc \
/freebsd-10.0-release/crypto/openssl/util/pl/
H A DMingw32.pl18 $cc='gcc';
H A DOS2-EMX.pl14 $cc='gcc';
H A Dlinux.pl12 $cc='gcc';
/freebsd-10.0-release/libexec/comsat/
H A Dcomsat.c88 int cc; local
105 cc = recv(0, msgbuf, sizeof(msgbuf) - 1, 0);
106 if (cc <= 0) {
112 msgbuf[cc] = '\0';
/freebsd-10.0-release/sbin/dump/
H A Ddumprmt.c224 int n, i, cc; local
231 for (i = 0; i < n; i += cc) {
232 cc = read(rmtape, buf+i, n - i);
233 if (cc <= 0)

Completed in 285 milliseconds

1234567891011>>