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

<<11121314151617181920>>

/freebsd-10.1-release/sys/cddl/boot/zfs/
H A Dzfssubr.c885 int i, j, x, cc, c; local
919 cc = missing[j] + rm->rm_firstdatacol;
920 ASSERT3U(cc, >=, rm->rm_firstdatacol);
921 ASSERT3U(cc, <, rm->rm_cols);
922 ASSERT3U(cc, !=, c);
924 dst[j] = rm->rm_col[cc].rc_data;
925 dcount[j] = rm->rm_col[cc].rc_size;
934 for (cc = 0; cc < nmissing; cc
[all...]
/freebsd-10.1-release/crypto/openssl/
H A Dconfig428 CC=cc
455 # check for WorkShop C, expected output is "cc: blah-blah C x.x"
456 CCVER=`(cc -V 2>&1) 2>/dev/null | \
457 egrep -e '^cc: .* C [0-9]\.[0-9]' | \
461 CC=cc # overrides gcc!!!
483 if [ "${SYSTEM}" = "AIX" ]; then # favor vendor cc over gcc
484 (cc) 2>&1 | grep -iv "not found" > /dev/null && CC=cc
538 ppc-apple-rhapsody) OUT="rhapsody-ppc-cc" ;;
543 echo " invoke './Configure darwin64-ppc-cc' *manuall
[all...]
/freebsd-10.1-release/gnu/usr.bin/grep/
H A Dgrep.c354 int cc = 1; local
450 cc = 0;
490 cc = 0;
501 return cc;
1355 size_t cc, keycc, oldcc, keyalloc; local
1534 cc = strlen (optarg);
1535 keys = xrealloc (keys, keycc + cc + 1);
1537 keycc += cc;
1550 && (cc = fread (keys + keycc, 1, keyalloc - 1 - keycc, fp)) > 0)
1552 keycc += cc;
[all...]
/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c451 const struct country *cc; local
458 cc = lib80211_country_findbycc(rdp, rd->country);
459 if (cc == NULL)
461 if (cc->rd->sku != rd->regdomain) {
479 "regdomain %d", cc->isoname, cc->name,
481 else if (rp->cc != NULL && rp->cc != cc)
483 "regdomain %s", cc
2139 const struct country *cc; local
2242 const struct country *cc; local
2285 const struct country *cc; local
3958 const struct country *cc = local
[all...]
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-10.1-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-10.1-release/usr.sbin/usbdump/
H A Dusbdump.c683 int cc; local
686 cc = read(p->fd, (uint8_t *)p->buffer, p->bufsize);
687 if (cc < 0) {
697 if (cc == 0)
700 fix_packets(p->buffer, cc);
703 write_packets(p, p->buffer, cc);
704 print_packets(p->buffer, cc);
/freebsd-10.1-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-10.1-release/contrib/atf/atf-c/
H A Dbuild_test.c167 verbose_set_env("ATF_BUILD_CC", test->cc);
/freebsd-10.1-release/contrib/atf/atf-c++/
H A Dbuild_test.cpp168 verbose_set_env("ATF_BUILD_CC", test->cc);
/freebsd-10.1-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-10.1-release/contrib/gdtoa/
H A Dmakefile27 CC = cc
/freebsd-10.1-release/gnu/lib/csu/
H A DMakefile8 CCDIR= ${.CURDIR}/../../usr.bin/cc
/freebsd-10.1-release/lib/libbluetooth/
H A Dhci.c211 ng_hci_command_compl_ep *cc = (ng_hci_command_compl_ep *)(e+1); local
271 if (cc->opcode == opcode) {
272 n -= sizeof(*cc);
276 memcpy(r->rparam, cc + 1, r->rlen);
/freebsd-10.1-release/release/arm/
H A Drelease.sh122 eval chroot ${CHROOTDIR} make -C /usr/src/gnu/usr.bin/cc \
/freebsd-10.1-release/sbin/iscontrol/
H A Dauth_subr.c180 main(int cc, char **vv) argument
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c226 uint32_t cc = OS_REG_READ(ah, AR_CCCNT); /* read cycles last */ local
228 if (ahp->ah_cycleCount == 0 || ahp->ah_cycleCount > cc) {
238 hsample->cycle_count = cc - ahp->ah_cycleCount;
249 ahp->ah_cycleCount = cc;
/freebsd-10.1-release/usr.bin/tip/tip/
H A Dcmds.c436 char cc; local
439 cc = c;
440 parwrite(FD, &cc, 1);
451 read(FD, &cc, 1);
/freebsd-10.1-release/crypto/openssl/crypto/md5/
H A DMakefile7 CC= cc
/freebsd-10.1-release/crypto/openssl/crypto/md4/
H A DMakefile7 CC= cc
/freebsd-10.1-release/crypto/openssl/crypto/whrlpool/
H A DMakefile7 CC= cc
/freebsd-10.1-release/crypto/openssl/crypto/rc2/
H A DMakefile7 CC= cc
/freebsd-10.1-release/crypto/openssl/crypto/mdc2/
H A DMakefile7 CC= cc
/freebsd-10.1-release/crypto/openssl/crypto/ripemd/
H A DMakefile7 CC= cc
/freebsd-10.1-release/crypto/openssl/crypto/txt_db/
H A DMakefile7 CC= cc

Completed in 230 milliseconds

<<11121314151617181920>>