Searched refs:cc (Results 326 - 350 of 590) sorted by relevance

<<11121314151617181920>>

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dmakefile.vms10 CC=cc
/openbsd-current/gnu/usr.bin/cvs/vms/
H A Dfilutils.c169 struct FAB fab = cc$rms_fab;
170 struct NAM nam = cc$rms_nam;
H A Dvmsmunch.c184 Fab = cc$rms_fab;
188 Nam = cc$rms_nam;
/openbsd-current/gnu/usr.bin/perl/ext/DynaLoader/
H A Ddl_vms.xs146 dl_fab = cc$rms_fab;
147 dl_nam = cc$rms_nam;
378 dl_fab = cc$rms_fab;
379 dl_nam = cc$rms_nam;
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dvms.c210 *rab = cc$rms_rab; /* initialize RAB*/
213 *fab = cc$rms_fab; /* initialize FAB*/
/openbsd-current/gnu/usr.bin/perl/hints/
H A Dcxux.sh64 # Need to use Concurrent cc for most of these options to be meaningful (if
74 cc='/bin/cc -Xa -Qtarget=M88110compat'
H A Dqnx.sh34 # for cc which does the right thing. Without this,
287 # option to $cc if it knows it invokes gcc. Our cc doesn't
288 # recognize that option, so we're better off setting cc=gcc.
291 cc='gcc'
/openbsd-current/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/
H A D04-base.t29 config => { cc => $phony },
33 is( $base->{config}->{cc}, $phony,
43 is( $base->{config}->{cc}, $phony,
115 cc => File::Spec->rel2abs($^X) . " -e1 --",
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A DBugDriver.cpp82 cc(nullptr), run_find_bugs(find_bugs), Timeout(timeout),
89 delete cc;
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/arm/
H A Dudivsi3.S60 ITT(cc)
62 JMPc(lr, cc)
/openbsd-current/lib/libc/gen/
H A Dglob.c432 const struct cclass *cc; local
439 for (cc = cclasses; cc->name != NULL; cc++) {
440 if (!g_strncmp(pattern, cc->name, len) && cc->name[len] == '\0')
443 if (cc->name == NULL)
446 *bufnext++ = (Char)(cc - &cclasses[0]);
/openbsd-current/bin/ksh/
H A Dmisc.c716 const struct cclass *cc; local
728 for (cc = cclasses; cc->name != NULL; cc++) {
729 if (!strncmp(pattern, cc->name, len) && cc->name[len] == '\0') {
730 if (cc->isctype(test))
735 if (cc->name == NULL) {
H A Demacs.c1843 int c, cc, len; local
1866 cc = x_e_getc();
1867 if (cc == -1)
1869 if (isu8cont(cc) == 0 ||
1870 (c == 0xe0 && len == 3 && cc < 0xa0) || /* use 2 bytes */
1871 (c == 0xed && len == 3 && cc > 0x9f) || /* surrogates */
1872 (c == 0xf0 && len == 4 && cc < 0x90) || /* use 3 bytes */
1873 (c == 0xf4 && len == 4 && cc > 0x8f)) { /* beyond Uni. */
1874 x_e_ungetc(cc);
1877 buf[off++] = cc;
[all...]
/openbsd-current/gnu/usr.bin/perl/Cross/
H A Dcflags-cross-arm114 case "$cc" in
/openbsd-current/gnu/usr.bin/perl/
H A Dmyconfig.SH51 cc='$cc'
/openbsd-current/gnu/usr.bin/perl/lib/
H A DEnglish.t98 is( $LAST_PAREN_MATCH, 'cc', '$LAST_PAREN_MATCH' );
/openbsd-current/gnu/llvm/llvm/lib/Target/ARC/MCTargetDesc/
H A DARCInstPrinter.cpp31 static const char *BadConditionCode(T cc) { argument
32 LLVM_DEBUG(dbgs() << "Unknown condition code passed: " << cc << "\n");
33 return "{unknown-cc}";
/openbsd-current/gnu/usr.bin/perl/t/win32/
H A Dsystem.t102 if ($Config{cc} =~ /\bgcc/i)
107 note "$Config{cc} $Config{ccflags} $exename.c";
108 if (system("$Config{cc} $Config{ccflags} $minus_o $exename.c >log 2>&1") != 0 ||
/openbsd-current/gnu/usr.bin/perl/t/re/
H A Dpat_re_eval.t786 my $cc = "$u->[1]$c";
788 ok($ss =~ /^$cc/, fmt("plain $u->[2]", $ss, $cc));
804 $cc = "$u->[1]$c";
807 eval {/^$cc/}; norun(fmt("code norun $u->[2]", $ss, $cc));
810 ok($ss =~ /^$cc/, fmt("code $u->[2]", $ss, $cc));
/openbsd-current/gnu/usr.bin/perl/cpan/Config-Perl-V/t/
H A D22_plv510.t53 cc='cc', ccflags ='-fno-strict-aliasing -pipe -I/pro/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64',
62 ld='cc', ldflags ='-L/pro/local/lib'
/openbsd-current/sys/dev/fdt/
H A Dfusbtc.c422 uint8_t cc, reg; local
444 cc = TYPEC_CC_OPEN;
450 cc = TYPEC_CC_RD;
452 cc = TYPEC_CC_RA;
454 if (cc == TYPEC_CC_OPEN) {
/openbsd-current/usr.sbin/rarpd/
H A Drarpd.c329 int cc, fd, numfd = 0, i; local
377 cc = read(fd, (char *)buf, bufsize);
379 if (cc == -1 && errno == EINTR)
381 if (cc == -1)
386 ep = bp + cc;
/openbsd-current/sys/dev/isa/
H A Dsbdsp.c1137 int cc = sc->sc_i.blksize; local
1139 DPRINTFN(2, ("sbdsp_block_input: sc=%p cc=%d\n", addr, cc));
1147 sbdsp_wdsp(sc, cc) < 0 ||
1148 sbdsp_wdsp(sc, cc >> 8) < 0) {
1156 DPRINTFN(3, ("sbdsp16 input command cmd=0x%02x bmode=0x%02x cc=%d\n",
1157 sc->sc_i.modep->cmd, sc->sc_i.bmode, cc));
1160 sbdsp_wdsp(sc, cc) < 0 ||
1161 sbdsp_wdsp(sc, cc >> 8) < 0) {
1166 DPRINTF(("sbdsp_block_input: set blocksize=%d\n", cc));
1269 int cc = sc->sc_o.blksize; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-msp430.c2152 struct rcodes_s * cc = NULL; local
2168 cc = & msp430_rcodes[7];
2170 bfd_putl16 (cc->lop0, where);
2183 for (i = 0; i < 7 && !cc; i++)
2185 cc = & msp430_rcodes[i];
2186 if (!cc || !cc->name)
2190 bfd_putl16 (cc->lop0, where);
2191 bfd_putl16 (cc->lop1, where + 2);
2199 cc
[all...]
/openbsd-current/sys/arch/mips64/mips64/
H A Dfp_emulate.c901 uint cc, lt, eq, uo; local
909 cc = fd >> 2;
963 tf->fsr |= FPCSR_CONDVAL(cc);
965 tf->fsr &= ~FPCSR_CONDVAL(cc);
1194 uint cc, istf; local
1199 cc = ft >> 2;
1203 condition = tf->fsr & FPCSR_CONDVAL(cc);
1621 uint cc, nd, istf; local
1626 cc = (inst.RType.rt & COPz_BC_CC_MASK) >> COPz_BC_CC_SHIFT;
1629 condition = tf->fsr & FPCSR_CONDVAL(cc);
1842 uint cc, istf; local
[all...]

Completed in 314 milliseconds

<<11121314151617181920>>