Searched refs:c1 (Results 126 - 150 of 644) sorted by relevance

1234567891011>>

/macosx-10.10.1/groff-38/groff/src/utils/pfbtops/
H A Dpfbtops.c57 int c = 0, c1; local
104 c1 = getchar();
105 if (c1 != '\n') {
106 ungetc(c1, stdin);
/macosx-10.10.1/ruby-106/ruby/enc/
H A Dutf_16le.c100 UChar c1 = *(p+1); local
102 if (UTF16_IS_SURROGATE_FIRST(c1)) {
103 code = ((((c1 << 8) + c0) & 0x03ff) << 10)
107 code = c1 * 256 + p[0];
/macosx-10.10.1/ruby-106/ruby/test/cgi/
H A Dtest_cgi_header.rb92 c1 = "Set-Cookie: name1=abc&123; path=\r\n"
96 expected = ctype + c1 + sep
104 expected = ctype + c1 + c2 + sep
108 expected = ctype + c1 + c2 + sep
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_to_html_crossref.rb10 @to = RDoc::Markup::ToHtmlCrossref.new @options, 'index.html', @c1
59 m = @c1.add_method RDoc::AnyMethod.new nil, '%'
74 m = @c1.add_method RDoc::AnyMethod.new nil, '%'
173 @to = RDoc::Markup::ToHtmlCrossref.new @options, 'index.html', @c1
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/plotchart/
H A Dplotdemos17.tcl12 pack [canvas .c1 -bg white -width 400 -height 300]
16 set p1 [::Plotchart::createXYPlot .c1 {0 10 2} {-1 1 0.25}]
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.c133 globcharcoll(__Char c1, __Char c2, int cs) argument
139 if (c1 == c2)
142 c1 = towlower(c1);
147 if (iswlower(c1) && iswupper(c2))
149 if (iswupper(c1) && iswlower(c2))
152 s1[0] = c1;
159 if (c1 == c2)
166 c1 = islower(c1)
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Daliastst.cpp66 Calendar* c1 = Calendar::createInstance(oldLoc, status); local
70 const char* l1 = c1->getLocaleID(ULOC_VALID_LOCALE, status);
78 if(!(c1==c2)){
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
82 delete c1;
112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
133 Collator* c1 = Collator::createInstance(oldLoc, status); local
136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status);
145 if(!(c1==c2)){
146 errln("CollationTest: c1!
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/tcllib/
H A Dplotdemos1.rb8 c1 = TkCanvas.new(:background=>'white', :width=>400, :height=>200)
11 Tk.pack(c1,c2,c3, :fill=>:both, :side=>:top)
26 s = Tk::Tcllib::Plotchart::XYPlot.new(c1, [0.0, 100.0, 10.0],
51 c1.wait_visibility
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_makefile_loader.rb20 c: c1
37 assert_equal %w(c1).sort, Task['c'].prerequisites.sort
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dxkibitz72 regexp ".*(.)(.)" $spawn_out(slave,name) dummy c1 c2
73 if {[string compare $c1 "/"] == 0} {
76 set c1 0
82 -S$c1$c2$spawn_out(slave,fd) \
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/actiweb/
H A DCounter3.xotcl39 ### Create two web counter instances with the names c1 and c2
40 WebCounter c1
/macosx-10.10.1/Heimdal-398.1.2/appl/gssmask/
H A Dgssmaestro.c410 test_mic(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2) argument
420 val = get_mic(c1, hc1, &msg, &mic);
422 errx(1, "get_mic failed to host: %s", c1->moniker);
431 test_wrap(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, argument
443 val = encrypt_token(c1, hc1, conf, &msg, &wrapped);
445 warnx("encrypt_token failed to host: %s", c1->moniker);
470 test_wrap_ext(struct client *c1, int32_t hc1, struct client *c2, int32_t hc2, argument
488 val = wrap_token_ext(c1, hc1, conf, bflags, &header, &msg, &trailer, &wrapped);
490 warnx("encrypt_token failed to host: %s", c1->moniker);
516 test_token(struct client *c1, int32_ argument
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dcontext.c30 const void *c1,
36 lc1 = (const struct rewrite_context *)c1;
39 assert( c1 != NULL );
53 void *c1,
59 lc1 = (struct rewrite_context *)c1;
62 assert( c1 != NULL );
29 rewrite_context_cmp( const void *c1, const void *c2 ) argument
52 rewrite_context_dup( void *c1, void *c2 ) argument
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuEnc64.c76 unsigned char c1, c2, c3, c4; local
78 c1 = *inp >> 2;
82 *outp++ = ENC(c1);
242 unsigned char c1, c2, c3, c4; local
268 if (*bp & 0x80 || (c1 = asctobin[*bp]) & 0x80) {
324 j = (c1 << 2) | (c2 >> 4);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cryptkit/
H A Denc64.c89 unsigned char c1, c2, c3, c4; local
91 c1 = *inp >> 2;
95 *outp++ = ENC(c1);
267 unsigned char c1, c2, c3, c4; local
293 if (*bp & 0x80 || (c1 = asctobin[*bp]) & 0x80) {
349 j = (c1 << 2) | (c2 >> 4);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuEnc64.c76 unsigned char c1, c2, c3, c4; local
78 c1 = *inp >> 2;
82 *outp++ = ENC(c1);
242 unsigned char c1, c2, c3, c4; local
268 if (*bp & 0x80 || (c1 = asctobin[*bp]) & 0x80) {
324 j = (c1 << 2) | (c2 >> 4);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A Denc64.c89 unsigned char c1, c2, c3, c4; local
91 c1 = *inp >> 2;
95 *outp++ = ENC(c1);
267 unsigned char c1, c2, c3, c4; local
293 if (*bp & 0x80 || (c1 = asctobin[*bp]) & 0x80) {
349 j = (c1 << 2) | (c2 >> 4);
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvItems.rb34 c1 = TkCanvas.new(:width=>80, :height=>80,
40 bar1 = Tk::Vu::TkcBarchart.new(c1, 3, 3, 80, 80,
46 bar2 = Tk::Vu::TkcBarchart.new(c1, 53, 3, 80, 80,
/macosx-10.10.1/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dtkphoto.test22 # and colors c1 and c2
24 proc checkerboard {w h c1 c2} {
29 lappend row1 $c1
33 lappend row2 $c1
/macosx-10.10.1/emacs-93/emacs/src/
H A Dcategory.c378 int c, charset, c1, c2;
401 SPLIT_CHAR (c, charset, c1, c2);
413 if (c1 <= 0)
435 val = XCHAR_TABLE (table)->contents[c1];
441 XCHAR_TABLE (table)->contents[c1] = category_set;
459 XCHAR_TABLE (table)->contents[c1] = val;
490 word_boundary_p (c1, c2)
491 int c1, c2;
497 if (CHAR_CHARSET (c1) == CHAR_CHARSET (c2))
508 category_set1 = CATEGORY_SET (c1);
374 int c, charset, c1, c2; variable
[all...]
/macosx-10.10.1/vim-55/src/testdir/
H A Dtest3.ok196 if (c1 && (c2 ||
199 if (c1 &&
1002 c = c1 &&
1012 c = c1 &&
1022 c = c1 &&
1032 if ( c1
1041 if ( c1
1050 c = c1 && (
1055 c1 && c2
1063 c = c1
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/antlr/
H A DCharScanner.hpp50 char c1 = tolower(*s1++), local
52 if (c1 < c2) return -1;
53 if (c1 > c2) return 1;
54 if (c1 == 0) return 0;
260 /** See if input contains character in range c1-c2
263 virtual void matchRange(int c1, int c2) argument
267 if ( la_1 < c1 || la_1 > c2 )
268 throw MismatchedCharException(la_1, c1, c2, false, this);
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Ducs4.c426 unsigned long c1, c2; local
429 c1 = ASCII_TOLOWER(*str1);
431 if (c1 > c2)
433 else if (c1 < c2)
439 c1 = ASCII_TOLOWER(*str1);
441 if (c1 > c2)
443 else if (c1 < c2)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Dwrjpgcom.c107 int c1, c2; local
109 c1 = NEXTBYTE();
110 if (c1 == EOF)
115 return (((unsigned int) c1) << 8) + ((unsigned int) c2);
224 int c1, c2; local
226 c1 = NEXTBYTE();
228 if (c1 != 0xFF || c2 != M_SOI)
/macosx-10.10.1/tcl-105/tcl_ext/tktable/tktable/generic/
H A DtkTableCmds.c291 int r1, c1, r2, c2, minX = 99999, minY = 99999, maxX = 0, maxY = 0;
296 c1 = MIN(col,y); c2 = MAX(col,y);
299 for (col = c1; col <= c2; col++) {
535 int row, col, r1, r2, c1, c2;
546 c1 = c2 = col;
549 c1 = MIN(col,c2); c2 = MAX(col,c2);
568 for (col = c1; col <= c2; col++) {
782 int r1, c1, r2, c2, row, col;
798 c1 = MIN(col,c2); c2 = MAX(col,c2);
800 for ( col = c1; co
289 int r1, c1, r2, c2, minX = 99999, minY = 99999, maxX = 0, maxY = 0; local
531 int row, col, r1, r2, c1, c2; local
775 int r1, c1, r2, c2, row, col; local
936 int row, col, key, clo=0,chi=0,r1,c1,r2,c2; local
1067 int clo=0, chi=0, r1, c1, r2, c2, firstRow, firstCol, lastRow, lastCol; local
[all...]

Completed in 239 milliseconds

1234567891011>>