Searched refs:uc1 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/
H A Dunicode.tcl216 proc ::unicode::composeTwo {uc1 uc2} {
228 if {$uc1 >= $LBase && $uc1 < $LBase + $LCount && \
230 return [expr {$SBase + (($uc1 - $LBase) * $VCount + \
234 if {$uc1 >= $SBase && $uc1 < $SBase + $SCount && \
235 (($uc1 - $SBase) % $TCount) == 0 && \
237 return [expr {$uc1 + $uc2 - $TBase}]
241 set info1 [data::GetUniCharCompInfo $uc1]
248 set res [data::GetCompSecond $uc1
[all...]
/macosx-10.10.1/security_ocspd-55124/server/
H A DocspdServer.cpp341 const char *uc1 = "/bin/date -u -v +5M \'+%b %d %H:%M:%S %Y GMT\' > \""; local
343 cmdLen = strlen(uc1)+strlen(updateFileName)+strlen(uc2)+1;
346 strlcpy(command, uc1, tmpLen);
347 tmpLen -= strlen(uc1);
378 const char *uc1 = "/usr/bin/openssl crl -inform DER -noout -nextupdate -in \""; local
381 cmdLen = strlen(uc1)+strlen(crlFileName)+
386 strlcpy(command, uc1, tmpLen);
387 tmpLen -= strlen(uc1);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c1010 unsigned char*uc1, *uc2; local
1026 uc1 = (unsigned char*)&x;
1028 CURL_SB_ACCUM(tn, uc1[0]);
1029 CURL_SB_ACCUM(tn, uc1[1]);
/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregcomp.c1293 register unsigned uc1 = (unsigned char)c1; local
1297 if (col[uc1] != col[uc2])
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c1245 unsigned uc1 = (uch)c1; local
1249 if (col[uc1] != col[uc2])

Completed in 148 milliseconds