Searched refs:bc (Results 1 - 25 of 148) sorted by relevance

123456

/macosx-10.9.5/bc-21/patches/
H A Dpatch-bc__bc.y1 --- bc/bc.y.orig Sun Oct 24 10:07:01 2004
2 +++ bc/bc.y Sun Oct 24 10:07:20 2004
H A Dpatch-bc__main.c1 --- bc/main.c.orig 2006-12-01 14:30:52.000000000 -0800
2 +++ bc/main.c 2006-12-01 14:31:13.000000000 -0800
H A Dpatch-bc__load.c1 --- bc/load.c~ 2000-09-13 11:22:38.000000000 -0700
2 +++ bc/load.c 2005-08-02 11:06:00.000000000 -0700
H A Dpatch-bc__util.c1 --- bc/util.c.orig Tue Oct 26 09:16:25 2004
2 +++ bc/util.c Tue Oct 26 09:17:55 2004
20 + if (!std_only && !COMPAT_MODE("bin/bc", "Unix2003"))
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dstrcasecmp.c40 register int bc;
48 bc = *b++;
49 if (isupper(bc))
50 bc = tolower(bc);
51 if (d = ac - bc)
H A Dstrncasecmp.c41 register int bc;
52 bc = *b++;
53 if (isupper(bc))
54 bc = tolower(bc);
55 if (d = ac - bc)
/macosx-10.9.5/bc-21/bc/doc/
H A DMakefile.am3 info_TEXINFOS = bc.texi dc.texi
10 EXTRA_DIST = bc.1 dc.1
12 man_MANS = bc.1 dc.1
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dlmatch.test25 lmatch $x *bc*
29 lmatch {} *bc*
33 lmatch -exact {xyz bbcc *bc*} *bc*
34 } 0 {*bc*}
37 lmatch -exact {b.x ^bc xy bcx ^bc} ^bc
38 } 0 {^bc ^bc}
[all...]
/macosx-10.9.5/bc-21/bc/Test/
H A Dtimetest5 SYSBC=/usr/bin/bc
7 BC=../bc/bc
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/eg/
H A Drainbow.pl47 my $bc = $bs * 120 + 120;
70 $bc = ( $bc < 0 ) ? 0 : ( $bc > 255 ) ? 255 : $bc;
72 return sprintf( "#%02x%02x%02x", $rc, $gc, $bc );
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/eg/
H A Drainbow.pl47 my $bc = $bs * 120 + 120;
70 $bc = ( $bc < 0 ) ? 0 : ( $bc > 255 ) ? 255 : $bc;
72 return sprintf( "#%02x%02x%02x", $rc, $gc, $bc );
/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/
H A DgiantPort_PPC.c50 bc 12,0,*+12 local
52 bc 4,0,*+16 local
92 bc 12,0,*+12 local
94 bc 4,0,*+16 local
122 bc 4,0,*+16 local
198 bc 12,0,_carry1 local
200 bc 4,0,_noCar1 local
209 bc 12,0,_carry2 local
211 bc 4,0,_noCar2 local
228 bc 1 local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/
H A DgiantPort_PPC.c50 bc 12,0,*+12 local
52 bc 4,0,*+16 local
92 bc 12,0,*+12 local
94 bc 4,0,*+16 local
122 bc 4,0,*+16 local
198 bc 12,0,_carry1 local
200 bc 4,0,_noCar1 local
209 bc 12,0,_carry2 local
211 bc 4,0,_noCar2 local
228 bc 1 local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dtest098.tcl76 set bc [$bdb cursor]
77 error_check_good cursor [is_valid_cursor $bc $bdb] TRUE
80 error_check_good get_first [$bc get -first] \
84 error_check_good get_recno [$bc get -get_recno] 1
86 error_check_good c_close [$bc close] 0
/macosx-10.9.5/bc-21/bc/bc/
H A DMakefile.am2 bin_PROGRAMS = bc
4 bc_SOURCES = main.c bc.y scan.l execute.c load.c storage.c util.c global.c
6 EXTRA_DIST = bc.h bcdefs.h const.h fix-libmath_h global.h libmath.b proto.h \
12 MAINTAINERCLEANFILES = Makefile.in libmath.h bc.c bc.h scan.c
25 scan.o: bc.h
35 fbcOBJ = main.o bc.o scan.o execute.o global.o load.o storage.o util.o
/macosx-10.9.5/bc-21/bc/
H A DMakefile.am3 SUBDIRS = lib bc dc doc
12 cp -p $(srcdir)/Test/*.b $(srcdir)/Test/*.bc $(distdir)/Test
/macosx-10.9.5/llvmCore-3425.0.33/utils/
H A Dllvm-native-gcc40 } elsif ($ARGV[$i] =~ /\.bc$/) {
75 $def =~ s/\.bc$/.$Backend/;
99 $LinkedBCFile = "${FinalOutputFileName}.llvm.bc";
101 $LinkedBCFile = "/tmp/nativebuild-$$.llvm.bc";
139 my $BCFile = "${OutputFile}.llvm.bc";
143 run "mv ${OutputFile}.bc $BCFile";
158 run "rm ${OutputFile}.llvm.bc $GeneratedCode"
H A Dllvm-native-gxx40 } elsif ($ARGV[$i] =~ /\.bc$/) {
75 $def =~ s/\.bc$/.$Backend/;
99 $LinkedBCFile = "${FinalOutputFileName}.llvm.bc";
101 $LinkedBCFile = "/tmp/nativebuild-$$.llvm.bc";
139 my $BCFile = "${OutputFile}.llvm.bc";
143 run "mv ${OutputFile}.bc $BCFile";
158 run "rm ${OutputFile}.llvm.bc $GeneratedCode"
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dconfig.c1287 void *bc,
1293 slap_keepalive *sk = (slap_keepalive *)bc;
1309 slap_keepalive *sk = (slap_keepalive *)bc;
1378 slap_bindconf *bc = bcp; local
1380 if ( bc->sb_uri.bv_len >= val->bv_len )
1382 val->bv_len = bc->sb_uri.bv_len;
1383 AC_MEMCPY( val->bv_val, bc->sb_uri.bv_val, val->bv_len );
1385 bc->sb_uri = *val;
1388 bc->sb_tls_do_init = 1;
1694 bindconf_tls_parse( const char *word, slap_bindconf *bc )
1285 slap_keepalive_parse( struct berval *val, void *bc, slap_cf_aux_table *tab0, const char *tabmsg, int unparse ) argument
1706 bindconf_tls_unparse( slap_bindconf *bc, struct berval *bv ) argument
1727 bindconf_unparse( slap_bindconf *bc, struct berval *bv ) argument
1853 bindconf_tls_set( slap_bindconf *bc, LDAP *ld ) argument
[all...]
/macosx-10.9.5/BootCache-106/
H A Dlibrary.c528 struct BC_command bc; local
532 bc.bc_magic = BC_MAGIC;
533 bc.bc_opcode = BC_OP_STATS;
534 bc.bc_data1 = (uintptr_t) &ss;
535 bc.bc_data1_size = (unsigned int) sizeof(ss);
536 error = sysctlbyname(BC_SYSCTL, NULL, NULL, &bc, sizeof(bc));
687 struct BC_command bc; local
689 bc.bc_magic = BC_MAGIC;
690 bc
708 struct BC_command bc; local
977 struct BC_command bc; local
1000 struct BC_command bc; local
1012 struct BC_command bc; local
1316 struct BC_command bc; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test_micro/
H A Dreport80 t=`echo "400 * ($avg/($max + $max/10))" | bc -l`
83 t=`echo "400 - $t" | bc`
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_x509ext.rb35 bc = ef.create_extension("basicConstraints", "critical, CA:TRUE, pathlen:2")
36 assert_equal(@basic_constraints.to_der, bc.to_der)
38 bc = ef.create_extension("basicConstraints", "CA:TRUE, pathlen:2", true)
39 assert_equal(@basic_constraints.to_der, bc.to_der)
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dmakelist38 USAGE="Usage: $0 -n|-h|-e|-fc|-fh|-bc|-bh|-m <filenames>"
90 -bc)
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_2/regexp/
H A DRegExp_lastParen.js71 // 'abcdefg'.match(/(^a)bc/); RegExp.lastParen
72 'abcdefg'.match(/(^a)bc/);
73 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.match(/(^a)bc/); RegExp.lastParen",
76 // 'abcdefg'.match(new RegExp('(^a)bc')); RegExp.lastParen
77 'abcdefg'.match(new RegExp('(^a)bc'));
78 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.match(new RegExp('(^a)bc')); RegExp.lastParen",
81 // 'abcdefg'.match(/bc/); RegExp.lastParen
82 'abcdefg'.match(/bc/);
83 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.match(/bc/); RegExp.lastParen",
H A DRegExp_lastParen_as_array.js71 // 'abcdefg'.match(/(^a)bc/); RegExp['$+']
72 'abcdefg'.match(/(^a)bc/);
73 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.match(/(^a)bc/); RegExp['$+']",
76 // 'abcdefg'.match(new RegExp('(^a)bc')); RegExp['$+']
77 'abcdefg'.match(new RegExp('(^a)bc'));
78 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.match(new RegExp('(^a)bc')); RegExp['$+']",
81 // 'abcdefg'.match(/bc/); RegExp['$+']
82 'abcdefg'.match(/bc/);
83 testcases[count++] = new TestCase ( SECTION, "'abcdefg'.match(/bc/); RegExp['$+']",

Completed in 104 milliseconds

123456