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

1234567891011>>

/freebsd-9.3-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-9.3-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-9.3-release/contrib/ncurses/misc/
H A Drun_tic.in55 : ${THAT_CC=cc}
56 : ${THIS_CC=cc}
/freebsd-9.3-release/crypto/openssl/tools/
H A DMakefile7 CC= cc
/freebsd-9.3-release/crypto/openssl/util/pl/
H A DBC-32.pl13 $cc='bcc32';
H A DMingw32.pl18 $cc='gcc';
H A DOS2-EMX.pl14 $cc='gcc';
H A Dlinux.pl12 $cc='gcc';
/freebsd-9.3-release/lib/libdisk/
H A DMakefile34 cc ${CFLAGS} -static tst01.o -o tst01 libdisk.a
/freebsd-9.3-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-9.3-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)
/freebsd-9.3-release/sbin/ifconfig/
H A Dregdomain.h71 const struct country *cc; /* country code for 1-1/default map */ member in struct:regdomain
/freebsd-9.3-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,
/freebsd-9.3-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-9.3-release/usr.bin/ruptime/
H A Druptime.c185 u_int cc; local
198 cc = read(fd, buf, sizeof(struct whod));
206 if (cc < WHDRSIZE)
226 we = (struct whoent *)(buf + cc); --we >= wd->wd_we;)
/freebsd-9.3-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-9.3-release/contrib/ntp/libntp/
H A Dstatestr.c441 char * cc; local
463 cc = cb + strlen(cb);
464 snprintf(cc, LIB_BUFLENGTH - (cc - cb), ", %s",
/freebsd-9.3-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-9.3-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-9.3-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c404 krb5_ccache cc; local
453 ctx->ccache, &cc);
478 krb5_cc_close(context, cc);
487 NULL, NULL, cc, NULL, NULL, NULL);
504 krb5_cc_close(context, cc);
525 NULL, NULL, cc, NULL, NULL, NULL);
535 krb5_cc_close(context, cc);
565 krb5_ccache cc; local
575 password, prompter, keytab, ccache, &cc);
578 ccache = cc;
[all...]
/freebsd-9.3-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-9.3-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...]
/freebsd-9.3-release/crypto/openssh/
H A Dpacket.c336 CipherContext *cc; local
339 cc = &active_state->send_context;
341 cc = &active_state->receive_context;
343 cipher_get_keyiv(cc, iv, len);
349 CipherContext *cc; local
352 cc = &active_state->send_context;
354 cc = &active_state->receive_context;
356 return (cipher_get_keycontext(cc, dat));
362 CipherContext *cc; local
365 cc
375 CipherContext *cc; local
388 CipherContext *cc; local
748 CipherContext *cc; local
[all...]
/freebsd-9.3-release/lib/libstand/
H A Dtftp.c572 ssize_t cc; local
588 cc = (*sproc)(d, sbuf, ssize);
589 if (cc != -1 && cc < ssize)
591 cc, ssize);
593 if (cc == -1) {
601 cc = (*rproc)(h, rbuf, rsize, tleft, rtype);
603 if (cc != -1 || errno != 0)
604 return (cc);

Completed in 294 milliseconds

1234567891011>>