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

1234567891011>>

/freebsd-11-stable/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-11-stable/lib/libedit/
H A Dtokenizer.c199 int cc, co; local
201 cc = co = -1;
207 cc = (int)tok->argc;
427 if (cc == -1 && co == -1) {
428 cc = (int)tok->argc;
432 *cursorc = cc;
/freebsd-11-stable/sbin/ping/
H A Dping.c916 int cc, n; local
947 if ((cc = recvmsg(srecv, &msg, 0)) < 0) {
966 pr_pack((char *)packet, cc, &from, tv);
1044 int cc, i; local
1071 cc = ICMP_MINLEN + phdr_len + datalen;
1074 icp->icmp_cksum = in_cksum((u_short *)icp, cc);
1077 cc += sizeof(struct ip);
1079 ip->ip_len = htons(cc);
1080 ip->ip_sum = in_cksum((u_short *)outpackhdr, cc);
1083 i = send(ssend, (char *)packet, cc,
1110 pr_pack(char *buf, int cc, struct sockaddr_in *from, struct timeval *tv) argument
[all...]
/freebsd-11-stable/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-11-stable/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-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh91 cc -o test test.o prov.o
/freebsd-11-stable/usr.bin/mail/
H A Dcollect.c76 int lc, cc, escape, eofcount, fd, c, t; local
388 cc = 0;
397 cc += t;
400 printf("%d/%d\n", lc, cc);
499 long cc; local
517 cc = 0;
519 cc++;
530 printf("%d/%ld\n", lc, cc);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_jupiter.c537 int cc, size; local
557 while (up->ssize > (int)sizeof(*hp) && (cc = jupiter_recv(up)) > 0) {
560 size = cc - sizeof(*hp);
638 up->ssize = cc;
647 up->ssize -= cc;
652 memcpy(up->sbuf, (u_char *)up->sbuf + cc, up->ssize);
801 ssize_t cc; local
815 if ((cc = write(up->peer->procptr->io.fd, (char *)hp, size)) < 0) {
818 } else if (cc != (int)size) {
819 snprintf(errstr, sizeof(errstr), "short write (%zd != %u)", cc, siz
950 int n, len, size, cc; local
[all...]
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c263 uint32_t fgc, bgc, cc, o; local
298 cc = pattern[byte] & bit ? fgc : bgc;
302 vt_fb_mem_wr1(info, o, cc);
305 vt_fb_mem_wr2(info, o, cc);
309 vt_fb_mem_wr1(info, o, (cc >> 16) & 0xff);
310 vt_fb_mem_wr1(info, o + 1, (cc >> 8) & 0xff);
311 vt_fb_mem_wr1(info, o + 2, cc & 0xff);
314 vt_fb_mem_wr4(info, o, cc);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dumodsi3.S38 IT(cc)
39 JMPc(lr, cc)
/freebsd-11-stable/tools/tools/ath/athrd/
H A Dathrd.c51 HAL_CTRY_CODE cc = CTRY_DEFAULT; variable
725 cclookup(const char *name, HAL_REG_DOMAIN *rd, HAL_CTRY_CODE *cc) argument
733 *cc = allCountries[i].countryCode;
740 getccname(HAL_CTRY_CODE cc) argument
745 if (allCountries[i].countryCode == cc)
751 getccisoname(HAL_CTRY_CODE cc) argument
756 if (allCountries[i].countryCode == cc)
948 printf("usage: %s [-acdefoilpr4ABGT] [-m opmode] [cc | rd]\n", progname);
1113 if (!cclookup("US", &rd, &cc)) {
1118 case 1: /* cc/regdomai
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_mppc.c143 u_int16_t cc:12; /* coherency count */ member in struct:ng_mppc_dir
342 d->cc = 0;
489 header = d->cc;
589 || (d->cc & MPPE_UPDATE_MASK) == MPPE_UPDATE_FLAG) {
609 MPPC_CCOUNT_INC(d->cc);
629 u_int16_t header, cc; local
644 cc = (header & MPPC_CCOUNT_MASK);
648 numLost = ((cc - d->cc) & MPPC_CCOUNT_MASK);
683 while (d->cc !
[all...]
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_uncore.c97 struct uncore_cpu *cc; local
110 cc = malloc(sizeof(struct uncore_cpu) + npmc * sizeof(struct pmc_hw),
113 uncore_pcpu[cpu] = cc;
116 KASSERT(pc != NULL && cc != NULL,
119 for (n = 0, phw = cc->pc_uncorepmcs; n < npmc; n++, phw++) {
135 struct uncore_cpu *cc; local
142 if ((cc = uncore_pcpu[cpu]) == NULL)
164 free(cc, M_PMC);
391 struct uncore_cpu *cc; local
399 cc
1032 struct uncore_cpu *cc; local
1091 struct uncore_cpu *cc; local
1123 struct uncore_cpu *cc; local
[all...]
/freebsd-11-stable/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-11-stable/contrib/netbsd-tests/usr.bin/basename/
H A Dt_basename.sh55 atf_check -o inline:"g\n" basename /usr/bin/gcc cc
/freebsd-11-stable/contrib/atf/atf-c/
H A Dh_build.h38 const char *cc; member in struct:c_o_test
49 "cc",
59 "cc", "-o", "test.o", "-c", "test.c", NULL
65 "cc -foo",
75 "cc", "-foo", "-o", "test.o", "-c", "test.c", NULL
81 "cc",
91 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
98 "cc",
108 "cc", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.o",
115 "cc",
[all...]
/freebsd-11-stable/libexec/comsat/
H A Dcomsat.c84 int cc; local
101 cc = recv(0, msgbuf, sizeof(msgbuf) - 1, 0);
102 if (cc <= 0) {
108 msgbuf[cc] = '\0';
/freebsd-11-stable/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)
/freebsd-11-stable/crypto/openssl/util/pl/
H A DMingw32.pl18 $cc='gcc';
H A DOS2-EMX.pl14 $cc='gcc';
H A Dlinux.pl12 $cc='gcc';
/freebsd-11-stable/lib/lib80211/
H A Dlib80211_regdomain.h71 const struct country *cc; /* country code for 1-1/default map */ member in struct:regdomain
/freebsd-11-stable/sys/riscv/htif/
H A Dhtif_console.c139 uint64_t *cc; local
145 cc = (uint64_t*)&console_intr;
146 *cc = 0;
158 "ld %1, 0(%2)\n" /* val = *cc */
161 : "=&r"(counter), "=&r"(val) : "r"(cc)
/freebsd-11-stable/sys/sparc64/include/
H A Din_cksum.h90 : "=&r" (__ret), "=&r" (__tmp) : "r" (sum), "r" (b) : "cc");
107 : "=r" (sum), "=&r" (__tmp) : "0" (sum), "r" (b), "r" (c) : "cc");
147 __LD_ADD(%1, %2, %0, 4, cc)
165 "=&r" (__tmp4) : "1" (ip) : "cc");
/freebsd-11-stable/usr.sbin/rmt/
H A Drmt.c82 int n, i, cc; local
138 for (i = 0; i < n; i += cc) {
139 cc = read(STDIN_FILENO, &record[i], n - i);
140 if (cc <= 0) {

Completed in 167 milliseconds

1234567891011>>