Searched refs:uc (Results 151 - 175 of 218) sorted by relevance

123456789

/macosx-10.10/network_cmds-457/ping.tproj/
H A Dping.c1449 u_char uc[2]; member in union:__anon11295
1469 last.uc[0] = *(u_char *)w;
1470 last.uc[1] = 0;
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dzic.c1811 unsigned char uc; local
1813 uc = typemap[types[i]];
1814 (void) fwrite((void *) &uc,
1815 (size_t) sizeof uc,
/macosx-10.10/ksh-23/ksh/src/lib/libast/sfio/
H A Dsftable.c394 else fp[n].argv.i = fp[n].argv.uc;
H A Dsfhdr.h734 uchar uc, *us, **usp; member in union:__anon9369
H A Dsfvprintf.c570 else argv.i = argv.uc;
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexpect.c1701 Tcl_UniChar uc;
1703 s += TclUtfToUniChar(s,&uc);
1712 Tcl_UniChar uc;
1714 s += TclUtfToUniChar(s,&uc);
1700 Tcl_UniChar uc; local
1711 Tcl_UniChar uc; local
/macosx-10.10/tidy-15.15/tidy/src/
H A Dpprint.c1327 Bool uc = cfgBool( doc, TidyUpperCaseTags ); local
1346 else if (uc)
1397 Bool uc = cfgBool( doc, TidyUpperCaseTags ); local
1422 else if (uc)
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dbind.c368 unsigned char uc = keys[i]; local
371 ic = uc;
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dregcomp.c1272 register unsigned uc = (unsigned char)c; local
1275 if (col[uc] != 0)
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c1228 unsigned uc = (uch)c; local
1231 if (col[uc] != 0)
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/
H A Dunicode_data.tcl80 proc GetUniCharCClass {uc} {
86 set page [expr {($uc & 0x1fffff) >> $CCLASS_OFFSET_BITS}]
95 ($uc & ((1 << $CCLASS_OFFSET_BITS) - 1))}]
1177 proc GetUniCharDecompCompatInfo {uc} {
1183 set page [expr {($uc & 0x1fffff) >> $DECOMP_OFFSET_BITS}]
1192 ($uc & ((1 << $DECOMP_OFFSET_BITS) - 1))}]
1195 proc GetUniCharDecompInfo {uc} {
1198 set info [GetUniCharDecompCompatInfo $uc]
1469 proc GetUniCharCompInfo {uc} {
1475 set page [expr {($uc
[all...]
/macosx-10.10/emacs-93/emacs/lisp/international/
H A Dlatin1-disp.el114 (lambda (c uc)
116 (char-valid-p uc)
117 (not (aref standard-display-table uc)))
118 (aset standard-display-table uc
/macosx-10.10/ncurses-44/ncurses/include/
H A DCaps.uwin153 # on that hit list: rc, sc, uc.
428 underline_char uc str uc - - YBCG- underline char and move past it
H A DCaps153 # on that hit list: rc, sc, uc.
460 underline_char uc str uc - - YBCG- underline char and move past it
H A DCaps.aix4153 # on that hit list: rc, sc, uc.
460 underline_char uc str uc - - YBCG- underline char and move past it
H A DCaps.hpux11153 # on that hit list: rc, sc, uc.
462 underline_char uc str uc - - YBCG- underline char and move past it
H A DCaps.keys155 # on that hit list: rc, sc, uc.
462 underline_char uc str uc - - YBCG- underline char and move past it
/macosx-10.10/vim-55/src/
H A Dex_docmd.c2913 ucmd_T *uc; local
2929 uc = USER_CMD_GA(gap, j);
2931 np = uc->uc_name;
2962 eap->argt = (long)uc->uc_argt;
2967 *compl = uc->uc_compl;
2971 xp->xp_arg = uc->uc_compl_arg;
2972 xp->xp_scriptID = uc->uc_scriptID;
/macosx-10.10/dyld-353.2.1/src/
H A DImageLoaderMachO.cpp1157 uuid_command* uc = (uuid_command*)cmd; local
1158 memcpy(uuid, uc->uuid, 16);
H A Ddyld.cpp4402 uuid_command* uc = (uuid_command*)cmd; local
4405 memcpy(info.imageUUID, uc->uuid, 16);
/macosx-10.10/BerkeleyDB-21/db/perl/DB_File/t/
H A Ddb-btree.t767 (sub { $_ = uc $_ ; $fetch_key = $_ }) ;
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dloctest.cpp921 UnicodeString uc(test[i],"");
922 if (testee != uc.toUpper())
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dproc_info.c2311 kauth_cred_t uc = kauth_cred_get(); local
2334 if (!cansignal(current_proc(), uc, p, SIGKILL, 0)) {
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcucdtst.c1697 UChar uc; local
1698 u_charsToUChars(&c, &uc, 1);
1699 return uc;
/macosx-10.10/pcre-7/pcre/
H A Dpcre_compile.c3592 int uc = cd->fcc[c]; /* flip case */ local
3593 classbits[uc/8] |= (1 << (uc&7));

Completed in 437 milliseconds

123456789