Searched refs:cc (Results 101 - 125 of 165) sorted by relevance

1234567

/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/serial/
H A Dftdi.c125 char cc = c; local
129 grub_usb_bulk_write (port->usbdev, port->out_endp->endp_addr, 1, &cc);
H A Dpl2303.c141 char cc = c; local
145 grub_usb_bulk_write (port->usbdev, port->out_endp->endp_addr, 1, &cc);
/osnet-11/usr/src/cmd/perl/5.8.4/utils/port/
H A DConfigPerlGcc26 CC=`which cc | sed -e 's!/bin/gcc!!'`
H A DInstallPerl121 my $compiler1 = qx{exec ksh -e whence cc};
123 $compiler1 =~ s{/bin/cc}{};
192 -Dcc=cc \\
/osnet-11/usr/src/lib/libsqlite/src/
H A Dtrigger.c488 Trigger *cc = pTable->pTrigger; local
489 while( cc ){
490 if( cc->pNext == pTrigger ){
491 cc->pNext = cc->pNext->pNext;
494 cc = cc->pNext;
496 assert(cc);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dprivate.h150 #define __m_cc_width(cc) wcwidth((cc)->_wc[0])
H A Ddoupdate.c795 int or, nr, cc; local
812 for (cc = 1, ++lr, nr = fr+1; nr <= lr; ++nr, ++cc) {
814 LC(fr, nr).cost = cc * INSERT_COST;
818 LC(nr, fr).cost = cc * DELETE_COST;
837 if ((cc = LC(or + 1, nr).cost + INSERT_COST) <
839 lcp->cost = cc;
844 if ((cc = LC(or, nr + 1).cost + DELETE_COST) <
846 lcp->cost = cc;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DEnglish.t102 is( $LAST_PAREN_MATCH, 'cc', '$LAST_PARENT_MATCH' );
/osnet-11/usr/src/lib/libdisasm/sparc/
H A Ddis_sparc_fmt.c140 uint32_t cc:2; member in struct:format2b
148 uint32_t cc:2; member in struct:format2b
296 uint32_t cc:2; member in struct:format3c
302 uint32_t cc:2; member in struct:format3c
368 uint32_t cc:2; member in struct:formattcc
376 uint32_t cc:2; member in struct:formattcc
396 uint32_t cc:2; member in struct:formattcc2
404 uint32_t cc:2; member in struct:formattcc2
446 uint32_t cc:2; member in struct:formatfcmp
458 uint32_t cc member in struct:formatfcmp
473 uint32_t cc:3; member in struct:formatfmov
481 uint32_t cc:3; member in struct:formatfmov
[all...]
/osnet-11/usr/src/lib/libast/common/comp/
H A Dconf.sh107 0) cc=cc ;;
108 *) cc=$* ;;
130 if $cc -o $tmp.exe $tmp.c >/dev/null 2>&1 && ./$tmp.exe
152 if $cc -o $tmp.exe $tmp.c >/dev/null 2>&1
314 $cc -E $tmp.c >/dev/null 2>&1 || systeminfo=
343 $cc -E $tmp.c
798 if $cc -c $tmp.c > $tmp.e 2>&1
823 $cc -E $tmp.c 2>/dev/null |
864 $cc
[all...]
/osnet-11/usr/src/lib/libast/common/port/
H A Dastlicense.c184 char cc[3]; member in struct:Notice_s
234 int cc; local
236 cc = notice->cc[1];
241 PUT(b, notice->cc[n > 0 ? 0 : 1]);
243 PUT(b, cc);
244 PUT(b, notice->cc[n > 0 ? 1 : 2]);
253 PUT(b, cc);
268 PUT(b, cc);
435 notice.cc[
[all...]
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwgetn_ws.c264 cchar_t cc; local
298 (void) __m_wc_cc(fld_key, &cc);
299 (void) wadd_wch(fld_window, &cc);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL143 my( $file, $usefile, $cc, $address, $perlbug, $testaddress, $filename, $messageid, $domain,
319 $cc = $::opt_C ? "" : (
439 if ($from eq $cc or $me eq $cc) {
441 $cc = "yourself";
452 print "Local perl administrator [$cc]: ";
457 $cc = $entry;
458 $cc = '' if $me eq $cc;
462 $cc
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/Liblist/
H A DKid.pm228 my $cc = $Config{cc};
229 my $VC = $cc =~ /^cl/i;
230 my $BC = $cc =~ /^bcc/i;
231 my $GC = $cc =~ /^gcc/i;
/osnet-11/usr/src/lib/libpp/common/
H A Dppproto.c83 char cc[3]; /* beg mid end comment char */ member in struct:proto
2109 free((char*)proto); /* some ANSI cc's botch the free() prototype */
2193 if (!(proto->cc[0] = comment[0]))
2197 proto->cc[1] = comment[1];
2198 proto->cc[2] = comment[2] ? comment[2] : comment[0];
2201 proto->cc[1] = proto->cc[2] = comment[0];
2229 if (!notice && !options || (comlen = astlicense(com, sizeof(com), NiL, "type=check", proto->cc[0], proto->cc[1], proto->cc[
[all...]
/osnet-11/usr/src/lib/libast/common/regex/
H A Dregcomp.c1039 register int cc; local
1044 cc = 0;
1056 cc = -1;
1061 cc = -1;
1075 cc = 1;
1080 cc = 1;
1083 if (cc > 0)
1085 cc = -1;
1112 cc = -1;
1117 cc
1429 Cchr_t* cc; local
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_krb.c601 krb5_ccache cc = NULL; local
626 rc = krb5_cc_default(ctx, &cc);
664 rc = krb5_cc_initialize(ctx, cc, me);
670 rc = krb5_cc_store_cred(ctx, cc, &my_creds);
693 if (cc)
694 (void) krb5_cc_close(ctx, cc);
H A Dsmbns_kpasswd.c356 krb5_ccache cc = NULL; local
376 code = krb5_cc_resolve(ctx, SMB_KRB5_CCACHE4USER_PATH, &cc);
386 code = krb5_set_password_using_ccache(ctx, cc, passwd, princ,
396 (void) krb5_cc_close(ctx, cc);
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServiceStoreFactory.java205 char cc = line.charAt(0);
210 if (cc == COMMENT_CHAR1 ||
211 cc == COMMENT_CHAR2) {
/osnet-11/usr/src/lib/libnisdb/
H A DMakefile180 pics/%.o: %.cc
181 $(COMPILE.cc) -o $@ $<
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/unicode/
H A Ducdata.c80 #define endian_short(cc) (((cc) >> 8) | (((cc) & 0xff) << 8))
81 #define endian_long(cc) ((((cc) & 0xff) << 24)|((((cc) >> 8) & 0xff) << 16)|\
82 ((((cc) >> 16) & 0xff) << 8)|((cc) >> 24))
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Djpeg.c280 int i, cc; local
296 cc = grub_jpeg_get_byte (data);
297 if (cc != 3)
301 for (i = 0; i < cc; i++)
553 int i, cc; local
559 cc = grub_jpeg_get_byte (data);
561 if (cc != 3)
565 for (i = 0; i < cc; i++)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmyconfig.SH41 cc='$cc', ccflags ='$ccflags',
H A Dconfigpm7 cc ccflags cppflags
250 if ($key =~ /^((?:cc|ld)flags|libs(?:wanted)?)_nolargefiles/) {
256 if ($new_key =~ /^(?:cc|ld)flags_/) {
317 $_[1] =~ /^(?:(?:cc|ld)flags|libs(?:wanted)?)_nolargefiles$/
438 if ($Config{'cc'} =~ /gcc/) {
637 # perl -MCross=wince -V:cc
672 if eval '$Config{"cc"} = 1'
673 or eval 'delete $Config{"cc"}'
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dcflags.SH94 echo "$cc -c $ccflags $optimize"
95 eval "$also "'"$cc -c $ccflags $optimize"'

Completed in 64 milliseconds

1234567