Searched refs:cc (Results 201 - 225 of 550) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sbin/ifconfig/
H A Dregdomain.h71 const struct country *cc; /* country code for 1-1/default map */ member in struct:regdomain
/freebsd-10.0-release/sys/netinet/cc/
H A Dcc.c69 #include <netinet/cc.h>
74 #include <netinet/cc/cc_module.h>
77 * List of available cc algorithms on the current system. First element
315 SYSINIT(cc, SI_SUB_PROTO_IFATTACHDOMAIN, SI_ORDER_FIRST, cc_init, NULL);
318 SYSCTL_NODE(_net_inet_tcp, OID_AUTO, cc, CTLFLAG_RW, NULL,
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>
/freebsd-10.0-release/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-10.0-release/usr.bin/ruptime/
H A Druptime.c182 ssize_t cc; local
204 cc = read(fd, wd, sizeof(*wd));
206 if (cc < (ssize_t)WHDRSIZE)
222 (char *)(we + 1) <= (char *)wd + cc; we++)
/freebsd-10.0-release/usr.sbin/rmt/
H A Drmt.c82 int n, i, cc; local
136 for (i = 0; i < n; i += cc) {
137 cc = read(STDIN_FILENO, &record[i], n - i);
138 if (cc <= 0) {
/freebsd-10.0-release/contrib/bmake/mk/
H A Dprog.mk14 .SUFFIXES: .out .o .c .cc .C .y .l .s .8 .7 .6 .5 .4 .3 .2 .1 .0
69 .cc.o:
71 @mv -f x.c x.cc
72 @${CXX} ${CXXFLAGS} -c x.cc -o ${.TARGET}
73 @rm -f x.cc
/freebsd-10.0-release/contrib/diff/src/
H A Dio.c153 size_t cc;
169 cc = file_size + 2 * sizeof (word) - file_size % sizeof (word);
170 if (file_size != current->stat.st_size || cc < file_size
171 || PTRDIFF_MAX <= cc)
174 if (current->bufsize < cc)
176 current->bufsize = cc;
177 current->buffer = xrealloc (current->buffer, cc);
210 cc = current->buffered + 2 * sizeof (word);
211 current->bufsize = cc - cc
150 size_t cc; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c410 krb5_ccache cc; local
459 ctx->ccache, &cc);
484 krb5_cc_close(context, cc);
493 NULL, NULL, cc, NULL, NULL, NULL);
510 krb5_cc_close(context, cc);
531 NULL, NULL, cc, NULL, NULL, NULL);
541 krb5_cc_close(context, cc);
571 krb5_ccache cc; local
581 password, prompter, keytab, ccache, &cc);
584 ccache = cc;
[all...]
/freebsd-10.0-release/sbin/routed/rtquery/
H A Drtquery.c376 int cc; local
401 cc = (char *)&NA2-(char *)&OMSG;
402 NA0.au.a_md5.md5_pkt_len = htons(cc);
407 (u_char *)&OMSG, cc);
432 cc = select(soc+1, &bits, 0,0, &delay);
433 if (cc > 0) {
435 cc = recvfrom(soc, imsg_buf.packet,
438 if (cc < 0) {
465 rip_input(&from, cc);
469 if (cc <
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Dpcap-bpf.c244 * and set up p->buffer and cc to reflect one if available. Notice that if
249 pcap_next_zbuf_shm(pcap_t *p, int *cc) argument
260 *cc = bzh->bzh_kernel_len;
270 *cc = bzh->bzh_kernel_len;
274 *cc = 0;
286 pcap_next_zbuf(pcap_t *p, int *cc) argument
300 data = pcap_next_zbuf_shm(p, cc);
320 data = pcap_next_zbuf_shm(p, cc);
328 return (pcap_next_zbuf_shm(p, cc));
363 data = pcap_next_zbuf_shm(p, cc);
795 int cc; local
[all...]
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)) &&
/freebsd-10.0-release/crypto/openssh/
H A Dpacket.c334 CipherContext *cc; local
337 cc = &active_state->send_context;
339 cc = &active_state->receive_context;
341 cipher_get_keyiv(cc, iv, len);
347 CipherContext *cc; local
350 cc = &active_state->send_context;
352 cc = &active_state->receive_context;
354 return (cipher_get_keycontext(cc, dat));
360 CipherContext *cc; local
363 cc
373 CipherContext *cc; local
386 CipherContext *cc; local
745 CipherContext *cc; local
[all...]
/freebsd-10.0-release/lib/libstand/
H A Dtftp.c583 ssize_t cc; local
599 cc = (*sproc)(d, sbuf, ssize);
600 if (cc != -1 && cc < ssize)
602 cc, ssize);
604 if (cc == -1) {
612 cc = (*rproc)(h, rbuf, rsize, tleft, rtype);
614 if (cc != -1 || errno != 0)
615 return (cc);
/freebsd-10.0-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-10.0-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-10.0-release/sys/net80211/
H A Dieee80211_regdomain.c312 if_printf(ic->ic_ifp, "no ISO country string for cc %d; "
314 ie->cc[0] = ie->cc[1] = ' ';
316 ie->cc[0] = rd->isocc[0];
317 ie->cc[1] = rd->isocc[1];
325 ie->cc[2] = (rd->location == 'I' ? 'I' :
367 ie->len = frm - ie->cc;
407 "%s: invalid iso cc 0x%x:0x%x\n", __func__,
/freebsd-10.0-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-10.0-release/contrib/binutils/include/opcode/
H A Dcr16.h149 cc, enumerator in enum:__anon592
287 unsigned int cc; member in struct:__anon595
/freebsd-10.0-release/share/mk/
H A Datf.test.mk35 SRCS.${_T}?= ${_T}${CXX_SUFFIX:U.cc}
/freebsd-10.0-release/crypto/openssl/util/pl/
H A DBC-32.pl13 $cc='bcc32';
/freebsd-10.0-release/tools/regression/usr.bin/lastcomm/
H A Dvalues.sh60 cc -o core core.c
/freebsd-10.0-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]);

Completed in 308 milliseconds

1234567891011>>