Searched refs:cc (Results 276 - 300 of 558) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/crypto/openssl/util/pl/
H A DVC-32.pl35 $cc='cl';
105 $cc='$(CC)';
/freebsd-9.3-release/sys/netinet/cc/
H A Dcc_vegas.c73 #include <netinet/cc.h>
78 #include <netinet/cc/cc_module.h>
86 * See <netinet/cc.h> for appropriate bit-range to use for private signals.
/freebsd-9.3-release/sys/sys/
H A Dsockbuf.h152 int sbreserve(struct sockbuf *sb, u_long cc, struct socket *so,
154 int sbreserve_locked(struct sockbuf *sb, u_long cc, struct socket *so,
166 * still be negative (cc > hiwat or mbcnt > mbmax). Should detect
/freebsd-9.3-release/usr.sbin/fwcontrol/
H A Dfwcontrol.c425 struct crom_context cc; local
454 crom_init_context(&cc, crom_buf);
455 dir = cc.stack[0].dir;
469 while (cc.depth >= 0) {
470 desc = crom_desc(&cc, info, sizeof(info));
471 reg = crom_get(&cc);
472 for (i = 0; i < cc.depth; i++)
479 crom_next(&cc);
/freebsd-9.3-release/crypto/openssl/crypto/bf/
H A Dbf_opts.c225 long ca, cb, cc, cd, ce; local
255 cc = count * 3 * 8 / BUFSIZE + 1;
/freebsd-9.3-release/crypto/openssl/crypto/cast/
H A Dcastopts.c235 long ca, cb, cc, cd, ce; local
265 cc = count * 3 * 8 / BUFSIZE + 1;
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dntp_calendar.c1650 uint32_t cc, ci, yu, sflag; local
1656 cc = sflag ^ ((sflag ^ yu) / 100u);
1657 yu -= cc * 100u;
1662 * centuries have 5218 weeks. So '(cc*3 + 1) / 4' is the actual
1668 ci = cc * 3u + 1;
1678 return uint32_2cpl_to_int32(cc) * 5217 + cs + cw;
1699 int32_t cc, ci; local
1716 cc = uint32_2cpl_to_int32(Q);
1728 res.hi = 100*cc + cy;
/freebsd-9.3-release/sys/cddl/boot/zfs/
H A Dzfssubr.c881 int i, j, x, cc, c; local
915 cc = missing[j] + rm->rm_firstdatacol;
916 ASSERT3U(cc, >=, rm->rm_firstdatacol);
917 ASSERT3U(cc, <, rm->rm_cols);
918 ASSERT3U(cc, !=, c);
920 dst[j] = rm->rm_col[cc].rc_data;
921 dcount[j] = rm->rm_col[cc].rc_size;
930 for (cc = 0; cc < nmissing; cc
[all...]
/freebsd-9.3-release/crypto/openssl/
H A Dconfig417 # we fallback to whatever cc does on the system
421 CC=cc
448 # check for WorkShop C, expected output is "cc: blah-blah C x.x"
449 CCVER=`(cc -V 2>&1) 2>/dev/null | \
450 egrep -e '^cc: .* C [0-9]\.[0-9]' | \
454 CC=cc # overrides gcc!!!
476 if [ "${SYSTEM}" = "AIX" ]; then # favor vendor cc over gcc
477 (cc) 2>&1 | grep -iv "not found" > /dev/null && CC=cc
525 ppc-apple-rhapsody) OUT="rhapsody-ppc-cc" ;;
[all...]
/freebsd-9.3-release/gnu/usr.bin/grep/
H A Dgrep.c352 int cc = 1; local
448 cc = 0;
488 cc = 0;
499 return cc;
1349 size_t cc, keycc, oldcc, keyalloc; local
1528 cc = strlen (optarg);
1529 keys = xrealloc (keys, keycc + cc + 1);
1531 keycc += cc;
1544 && (cc = fread (keys + keycc, 1, keyalloc - 1 - keycc, fp)) > 0)
1546 keycc += cc;
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsol-thread.c1063 int cc;
1067 cc = procfs_ops.to_xfer_memory (addr, buf, size,
1070 cc = orig_core_ops.to_xfer_memory (addr, buf, size,
1073 if (cc < 0)
1084 else if (cc == 0)
1098 size -= cc;
1099 buf += cc;
1058 int cc; local
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dv4_glue.c105 * the name if that is passed in. `cc' must be free()ed by caller,
109 get_krb4_cc_name(const char *tkfile, char **cc) argument
112 *cc = NULL;
118 *cc = strdup(path);
120 if(*cc == NULL)
121 if (asprintf(cc, "%s%u", TKT_ROOT, (unsigned)getuid()) < 0)
124 *cc = strdup(tkfile);
125 if (*cc == NULL)
/freebsd-9.3-release/sbin/ifconfig/
H A Dregdomain.c106 mt->rd->cc = (void *)strdup(ref);
351 warnx("no ISO cc for country at line %ld",
461 if (dp->cc != NULL) {
462 id = dp->cc;
463 dp->cc = findid(rdp, id, COUNTRY);
464 if (dp->cc == NULL) {
675 lib80211_country_findbycc(const struct regdata *rdp, enum ISOCountryCode cc) argument
680 if (cp->code == cc)
/freebsd-9.3-release/usr.sbin/usbdump/
H A Dusbdump.c684 int cc; local
687 cc = read(p->fd, (uint8_t *)p->buffer, p->bufsize);
688 if (cc < 0) {
698 if (cc == 0)
701 fix_packets(p->buffer, cc);
704 write_packets(p, p->buffer, cc);
705 print_packets(p->buffer, cc);
/freebsd-9.3-release/contrib/cvs/diff/
H A Dutil.c640 char cc;
672 cc = c;
673 write_output (&cc, 1);
633 char cc; local
/freebsd-9.3-release/contrib/nvi/build/
H A Dconfig.guess175 ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0
254 ${CC-cc} dummy.c -o dummy && ./dummy && rm dummy.c dummy && exit 0
349 ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy "${UNAME_MACHINE}" && rm dummy.c dummy && exit 0
536 ${CC-cc} dummy.c -o dummy 2>/dev/null && ./dummy && rm dummy.c dummy && exit 0
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c1213 char *cc, *ca, line[100], units[2], device[64]; local
1256 for (cc = line; *cc && isascii((unsigned char)*cc) && isspace((unsigned char)*cc); cc++)
1260 if (!*cc)
1264 for (ca = cc; *ca; ca++) {
1277 if (!strncmp(cc, "STATUS", (size_t) 6) || !strncmp(cc, "SHME
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dcr16-dis.c165 getccstring (unsigned cc) argument
167 return (char *) cr16_b_cond_tab[cc];
387 a->cc = p.val;
554 func (stream, "%s", getccstring (a->cc));
/freebsd-9.3-release/contrib/gdtoa/
H A Dmakefile27 CC = cc
/freebsd-9.3-release/crypto/openssl/crypto/hmac/
H A DMakefile7 CC= cc
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A DMakefile7 CC= cc
/freebsd-9.3-release/crypto/openssl/crypto/lhash/
H A DMakefile7 CC= cc
/freebsd-9.3-release/crypto/openssl/crypto/md2/
H A DMakefile7 CC= cc
/freebsd-9.3-release/crypto/openssl/crypto/md4/
H A DMakefile7 CC= cc
/freebsd-9.3-release/crypto/openssl/crypto/mdc2/
H A DMakefile7 CC= cc

Completed in 311 milliseconds

<<11121314151617181920>>