Searched refs:c1 (Results 501 - 525 of 644) sorted by relevance

<<212223242526

/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/
H A Dconfig.guess671 echo c1-convex-bsd
1252 c1*)
1253 echo c1-convex-bsd
/macosx-10.10.1/curl-83.1.2/curl/
H A Dconfig.sub552 convex-c1)
553 basic_machine=c1-convex
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalc.el3201 (defun math-comp-concat (c1 c2)
3202 (if (and (stringp c1) (stringp c2))
3203 (concat c1 c2)
3204 (list 'horiz c1 c2)))
/macosx-10.10.1/gnutar-453/gnutar/tests/
H A Dtestsuite12164 mkdir tart/c1
12167 for file in tart/a1 tart/b1 tart/c0/cq1 tart/c0/cq2 tart/c1/ca1 tart/c1/ca2
12177 # The above prints two lines to stderr announcing the new directories c0 and c1.
12186 mv tart/c1 tart/c2
12237 mkdir tart/c1
12240 for file in tart/a1 tart/b1 tart/c0/cq1 tart/c0/cq2 tart/c1/ca1 tart/c1/ca2
12250 # The above prints two lines to stderr announcing the new directories c0 and c1.
12259 mv tart/c1 tar
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dname.c3111 register char c0,c1; local
3116 if((c1=*++string)==0)
3117 c1= '=';
3120 if(cp[0]!=c0 || cp[1]!=c1)
/macosx-10.10.1/libiconv-42/libiconv/lib/
H A Dcns11643_15.h1059 unsigned char c1 = s[0]; local
1060 if ((c1 >= 0x21 && c1 <= 0x6d)) {
1064 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dcns11643_2.h1090 unsigned char c1 = s[0]; local
1091 if ((c1 >= 0x21 && c1 <= 0x72)) {
1095 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dcns11643_6.h944 unsigned char c1 = s[0]; local
945 if ((c1 >= 0x21 && c1 <= 0x64)) {
949 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dcns11643_7.h964 unsigned char c1 = s[0]; local
965 if ((c1 >= 0x21 && c1 <= 0x66)) {
969 unsigned int i = 94 * (c1 - 0x21) + (c2 - 0x21);
H A Dgbkext1.h831 unsigned char c1 = s[0]; local
832 if ((c1 >= 0x81 && c1 <= 0xa0)) {
836 unsigned int i = 190 * (c1 - 0x81) + (c2 - (c2 >= 0x80 ? 0x41 : 0x40));
H A Duhc_2.h491 unsigned char c1 = s[0]; local
492 if ((c1 >= 0xa1 && c1 <= 0xc6)) {
496 unsigned int row = c1 - 0xa1;
/macosx-10.10.1/libiconv-42/libiconv/tools/
H A DMakefile344 sed -e 's,^0x2,0xA,' -e 's,^0x3,0xB,' -e 's,^0x4,0xC,' -e 's,^0x5,0xD,' -e 's,^0x6,0xE,' -e 's,^0x7,0xF,' -e 's,^0x\(..\)2,0x\1A,' -e 's,^0x\(..\)3,0x\1B,' -e 's,^0x\(..\)4,0x\1C,' -e 's,^0x\(..\)5,0x\1D,' -e 's,^0x\(..\)6,0x\1E,' -e 's,^0x\(..\)7,0x\1F,' $(TABLESDIR)/unicode.org-mappings/EASTASIA/GB/GB2312.TXT > tmpEUCCN.TXT ; sed -e '/^0x..[ ]*#UNDEFINED/d' -e 's/#.*$$//' -e '/^[ ]*$$/d' tmpEUCCN.TXT > tmp1.TXT ; sed -e '/^0x..[ ]/d' -e 's/#.*$$//' -e '/^[ ]*$$/d' $(TABLESDIR)/unicode.org-mappings/VENDORS/MICSFT/WINDOWS/CP936.TXT > tmp2.TXT ; diff -c1 tmp1.TXT tmp2.TXT | grep '^+ ' | sed -e 's,^+ ,,' > $@ && rm -f tmpEUCCN.TXT tmp1.TXT tmp2.TXT
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dtree.h309 struct _xmlElementContent *c1; /* first child */ member in struct:_xmlElementContent
/macosx-10.10.1/llvmCore-3425.0.34/autoconf/
H A Dconfig.sub535 convex-c1)
536 basic_machine=c1-convex
/macosx-10.10.1/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dconfig.sub535 convex-c1)
536 basic_machine=c1-convex
/macosx-10.10.1/llvmCore-3425.0.34/utils/TableGen/
H A DX86RecognizableInstr.cpp108 EXTENSION_TABLE(c1) \
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/config/
H A Dconfig.sub533 convex-c1)
534 basic_machine=c1-convex
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/saslauthd/config/
H A Dconfig.sub533 convex-c1)
534 basic_machine=c1-convex
/macosx-10.10.1/patch_cmds-17/diffstat/
H A Dconfig.sub514 convex-c1)
515 basic_machine=c1-convex
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dtree.h271 struct _xmlElementContent *c1; /* first child */ member in struct:_xmlElementContent
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dconfig.sub536 convex-c1)
537 basic_machine=c1-convex
/macosx-10.10.1/sudo-73/src/
H A Dconfig.sub536 convex-c1)
537 basic_machine=c1-convex
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Dinterp.tcl189 interp create c1
192 interp delete c1 c2 c3
195 interp create c1
197 list [catch {interp delete c1 c2 c3} msg] $msg
/macosx-10.10.1/vim-55/src/
H A Dmark.c38 static void write_one_filemark __ARGS((FILE *fp, xfmark_T *fm, int c1, int c2));
1487 write_one_filemark(fp, fm, c1, c2)
1490 int c1;
1504 fprintf(fp, "%c%c %ld %ld ", c1, c2, (long)fm->fmark.mark.lnum,
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dif_bond.c1296 make_uint32(u_char c0, u_char c1, u_char c2, u_char c3) argument
1298 return (((uint32_t)c0 << 24) | ((uint32_t)c1 << 16)
1303 make_uint32(u_char c0, u_char c1, u_char c2, u_char c3) argument
1306 | ((uint32_t)c1 << 8) | (uint32_t)c0);

Completed in 422 milliseconds

<<212223242526