Searched refs:cc (Results 1 - 25 of 1012) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblunicode/ucdata/
H A Ducdata.h125 #define ucisalpha(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0)
126 #define ucisdigit(cc) ucisprop(cc, UC_ND, 0)
127 #define ucisalnum(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0)
128 #define uciscntrl(cc) ucisprop(cc, UC_CC|UC_CF, 0)
129 #define ucisspace(cc) ucisprop(cc, UC_Z
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLTokenizer.cpp66 static inline UChar toLowerCase(UChar cc) argument
68 ASSERT(isASCIIUpper(cc));
70 return cc + lowerCaseOffset;
199 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
232 UChar cc = m_inputStreamPreprocessor.nextInputCharacter();
237 if (cc == '&')
239 else if (cc == '<') {
246 } else if (cc == kEndOfFileMarker)
249 bufferCharacter(cc);
263 if (cc
1639 addToPossibleEndTag(LChar cc) argument
[all...]
H A DHTMLEntityParser.cpp47 static inline bool isAlphaNumeric(UChar cc) argument
49 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'z') || (cc >= 'A' && cc <= 'Z');
73 inline static bool consumeNamedEntity(SegmentedString& source, StringBuilder& decodedEntity, bool& notEnoughCharacters, UChar additionalAllowedCharacter, UChar& cc) argument
78 cc = source.currentChar();
79 entitySearch.advance(cc);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/track/
H A DWebVTTTokenizer.cpp79 UChar cc = m_inputStreamPreprocessor.nextInputCharacter();
84 if (cc == '&') {
85 m_buffer.append(static_cast<LChar>(cc));
87 } else if (cc == '<') {
93 } else if (cc == kEndOfFileMarker)
96 bufferCharacter(cc);
103 if (cc == ';') {
111 m_buffer.append(static_cast<LChar>(cc));
116 } else if (isASCIIAlphanumeric(cc)) {
117 m_buffer.append(static_cast<LChar>(cc));
[all...]
/macosx-10.9.5/vim-53/runtime/macros/maze/
H A DMakefile4 cc -o maze mazeansi.c
7 cc -o mazeclean mazeclean.c
/macosx-10.9.5/llvmCore-3425.0.33/utils/unittest/
H A DCMakeLists.txt37 googletest/gtest.cc
38 googletest/gtest-death-test.cc
39 googletest/gtest-filepath.cc
40 googletest/gtest-port.cc
41 googletest/gtest-printers.cc
42 googletest/gtest-test-part.cc
43 googletest/gtest-typed-test.cc
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/tests/
H A Dcubetype.sh149 Cube_t cc
150 cc[2]=(x=2 y=3 name=two colors+=([table]=white) items+=(pencil) z=6)
151 [[ ${cc[0].x} == 8 ]] || err_exit 'cc[0].x !=8'
152 [[ ${cc[2].y} == 3 ]] || err_exit '${cc[2].y} != 3'
153 (( cc[2].y == 3 )) || err_exit '(( cc[2].y != 3))'
154 [[ ${cc[2].colors[table]} == white ]] || err_exit '${cc[
[all...]
/macosx-10.9.5/WebCore-7537.78.1/xml/parser/
H A DCharacterReferenceParserInlines.h34 inline bool isHexDigit(UChar cc) argument
36 return (cc >= '0' && cc <= '9') || (cc >= 'a' && cc <= 'f') || (cc >= 'A' && cc <= 'F');
71 UChar cc = source.currentChar(); local
74 if (cc == '\x09' || cc
[all...]
H A DMarkupTokenizerInlines.h35 inline bool isTokenizerWhitespace(UChar cc) argument
37 return cc == ' ' || cc == '\x0A' || cc == '\x09' || cc == '\x0C';
76 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
89 cc = m_inputStreamPreprocessor.nextInputCharacter(); \
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dconvtest.cpp88 ConversionCase cc; local
114 cc.caseNr=i;
118 cc.charset=charset;
120 cc.bytes=testCase->getBinary(cc.bytesLength, "bytes", errorCode);
122 cc.unicode=unicode.getBuffer();
123 cc.unicodeLength=unicode.length();
126 cc.offsets=testCase->getIntVector(offsetsLength, "offsets", errorCode);
128 cc.offsets=NULL;
135 cc
200 ConversionCase cc; local
758 stepToUnicode(ConversionCase &cc, UConverter *cnv, UChar *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) argument
948 ToUnicodeCase(ConversionCase &cc, UConverterToUCallback callback, const char *option) argument
1075 checkToUnicode(ConversionCase &cc, UConverter *cnv, const char *name, const UChar *result, int32_t resultLength, const int32_t *resultOffsets, UErrorCode resultErrorCode) argument
1159 stepFromUTF8(ConversionCase &cc, UConverter *utf8Cnv, UConverter *cnv, char *result, int32_t resultCapacity, int32_t step, UErrorCode *pErrorCode) argument
1265 stepFromUnicode(ConversionCase &cc, UConverter *cnv, char *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) argument
1352 FromUnicodeCase(ConversionCase &cc, UConverterFromUCallback callback, const char *option) argument
1526 checkFromUnicode(ConversionCase &cc, UConverter *cnv, const char *name, const uint8_t *result, int32_t resultLength, const int32_t *resultOffsets, UErrorCode resultErrorCode) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/ripemd/
H A Drmd128.c47 dword aa = MDbuf[0], bb = MDbuf[1], cc = MDbuf[2], dd = MDbuf[3]; local
51 FF(aa, bb, cc, dd, X[ 0], 11);
52 FF(dd, aa, bb, cc, X[ 1], 14);
53 FF(cc, dd, aa, bb, X[ 2], 15);
54 FF(bb, cc, dd, aa, X[ 3], 12);
55 FF(aa, bb, cc, dd, X[ 4], 5);
56 FF(dd, aa, bb, cc, X[ 5], 8);
57 FF(cc, dd, aa, bb, X[ 6], 7);
58 FF(bb, cc, dd, aa, X[ 7], 9);
59 FF(aa, bb, cc, d
[all...]
H A Drmd160.c46 dword aa = MDbuf[0], bb = MDbuf[1], cc = MDbuf[2], local
52 FF(aa, bb, cc, dd, ee, X[ 0], 11);
53 FF(ee, aa, bb, cc, dd, X[ 1], 14);
54 FF(dd, ee, aa, bb, cc, X[ 2], 15);
55 FF(cc, dd, ee, aa, bb, X[ 3], 12);
56 FF(bb, cc, dd, ee, aa, X[ 4], 5);
57 FF(aa, bb, cc, dd, ee, X[ 5], 8);
58 FF(ee, aa, bb, cc, dd, X[ 6], 7);
59 FF(dd, ee, aa, bb, cc, X[ 7], 9);
60 FF(cc, d
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_next.c52 tsize_t cc; local
62 for (op = buf, cc = occ; cc-- > 0;)
66 cc = tif->tif_rawcc;
69 n = *bp++, cc--;
75 if (cc < scanline)
79 cc -= scanline;
89 if (cc < 4+n || off+n > scanline)
93 cc -= 4+n;
119 if (cc
[all...]
H A Dtif_dumpmode.c38 DumpModeEncode(TIFF* tif, tidata_t pp, tsize_t cc, tsample_t s) argument
41 while (cc > 0) {
44 n = cc;
59 cc -= n;
71 DumpModeDecode(TIFF* tif, tidata_t buf, tsize_t cc, tsample_t s) argument
75 /* (long) tif->tif_row, (long) tif->tif_rawcc, (long) cc); */
76 if (tif->tif_rawcc < cc) {
87 _TIFFmemcpy(buf, tif->tif_rawcp, cc);
88 tif->tif_rawcp += cc;
89 tif->tif_rawcc -= cc;
[all...]
/macosx-10.9.5/screen-22/screen/etc/
H A Dccdefs5 CC=cc
16 cc=$1
24 strings - "$cc" 2>/dev/null | tr ' ' '\012' > ${TEMP}.x
45 echo "Defines in cc are:"
46 cc -E ${TEMP}.c | sed -n -e 's/"\([^:]*\)":/\1:/p' | sort | uniq
/macosx-10.9.5/CrackLib-37765/cracklib27/util/
H A DMakefile24 cc $(CFLAGS) -o $@ $@.o $(LIBS)
27 cc $(CFLAGS) -o $@ $@.o $(LIBS)
30 cc $(CFLAGS) -o $@ $@.o $(LIBS)
33 cc $(CFLAGS) -o $@ $@.o $(LIBS)
36 cc $(CFLAGS) -o $@ $@.o $(LIBS)
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dcipher.c225 cipher_init(CipherContext *cc, Cipher *cipher, argument
247 cc->plaintext = (cipher->number == SSH_CIPHER_NONE);
248 cc->encrypt = do_encrypt;
256 cc->cipher = cipher;
260 EVP_CIPHER_CTX_init(&cc->evp);
267 EVP_CipherInit(&cc->evp, type, (u_char *)key, (u_char *)iv,
270 if (EVP_CipherInit(&cc->evp, type, NULL, (u_char *)iv,
275 !EVP_CIPHER_CTX_ctrl(&cc->evp, EVP_CTRL_GCM_SET_IV_FIXED,
279 klen = EVP_CIPHER_CTX_key_length(&cc->evp);
282 if (EVP_CIPHER_CTX_set_key_length(&cc
314 cipher_crypt(CipherContext *cc, u_char *dest, const u_char *src, u_int len, u_int aadlen, u_int authlen) argument
359 cipher_cleanup(CipherContext *cc) argument
371 cipher_set_key_string(CipherContext *cc, Cipher *cipher, const char *passphrase, int do_encrypt) argument
394 cipher_get_keyiv_len(const CipherContext *cc) argument
407 cipher_get_keyiv(CipherContext *cc, u_char *iv, u_int len) argument
443 cipher_set_keyiv(CipherContext *cc, u_char *iv) argument
476 cipher_get_keycontext(const CipherContext *cc, u_char *dat) argument
491 cipher_set_keycontext(CipherContext *cc, u_char *dat) argument
[all...]
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_study.c84 register uschar *cc = (uschar *)code + 1 + LINK_SIZE; local
86 if (*code == OP_CBRA || *code == OP_SCBRA) cc += 2;
95 register int op = *cc;
106 cs = cc + GET(cc, 1);
109 cc = cs + 1 + LINK_SIZE;
121 d = find_minlength(cc, startcode, options);
124 do cc += GET(cc, 1); while (*cc
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMAssembler.h271 void bitAnd(int rd, int rn, ARMWord op2, Condition cc = AL)
273 emitInstruction(toARMWord(cc) | AND, rd, rn, op2);
276 void bitAnds(int rd, int rn, ARMWord op2, Condition cc = AL)
278 emitInstruction(toARMWord(cc) | AND | SetConditionalCodes, rd, rn, op2);
281 void eor(int rd, int rn, ARMWord op2, Condition cc = AL)
283 emitInstruction(toARMWord(cc) | EOR, rd, rn, op2);
286 void eors(int rd, int rn, ARMWord op2, Condition cc = AL)
288 emitInstruction(toARMWord(cc) | EOR | SetConditionalCodes, rd, rn, op2);
291 void sub(int rd, int rn, ARMWord op2, Condition cc = AL)
293 emitInstruction(toARMWord(cc) | SU
1108 toARMWord(Condition cc) argument
[all...]
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dbtowc.c41 char cc; local
52 cc = (char)c;
53 if (loc->__lc_ctype->__mbrtowc(&wc, &cc, 1, &mbs, loc) > 1)
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmscipher.c64 CSSM_CC_HANDLE cc; /* CSP CONTEXT */ member in struct:SecCmsCipherContextStr
162 SecCmsCipherContextRef cc; local
381 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
382 if (cc == NULL)
385 cc->cc = ciphercc;
386 cc->encrypt = encrypt;
388 return cc;
409 SecCmsCipherContextRef cc;
462 cc
609 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc) argument
619 SecCmsCipherContextLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final, Boolean encrypt) argument
655 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, size_t input_len, Boolean final) argument
717 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, size_t input_len, Boolean final) argument
765 SecCmsCipherContextCrypt(SecCmsCipherContextRef cc, unsigned char *output, size_t *output_len_p, size_t max_output_len, const unsigned char *input, size_t input_len, Boolean final, Boolean encrypt) argument
834 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output, size_t *output_len_p, size_t max_output_len, const unsigned char *input, size_t input_len, Boolean final) argument
1052 SecCmsCipherContextEncrypt(SecCmsCipherContextRef cc, unsigned char *output, size_t *output_len_p, size_t max_output_len, const unsigned char *input, size_t input_len, Boolean final) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmscipher.c64 CSSM_CC_HANDLE cc; /* CSP CONTEXT */ member in struct:SecCmsCipherContextStr
162 SecCmsCipherContextRef cc; local
381 cc = (SecCmsCipherContextRef)PORT_ZAlloc(sizeof(SecCmsCipherContext));
382 if (cc == NULL)
385 cc->cc = ciphercc;
386 cc->encrypt = encrypt;
388 return cc;
409 SecCmsCipherContextRef cc;
462 cc
609 SecCmsCipherContextDestroy(SecCmsCipherContextRef cc) argument
619 SecCmsCipherContextLength(SecCmsCipherContextRef cc, unsigned int input_len, Boolean final, Boolean encrypt) argument
655 SecCmsCipherContextDecryptLength(SecCmsCipherContextRef cc, size_t input_len, Boolean final) argument
717 SecCmsCipherContextEncryptLength(SecCmsCipherContextRef cc, size_t input_len, Boolean final) argument
765 SecCmsCipherContextCrypt(SecCmsCipherContextRef cc, unsigned char *output, size_t *output_len_p, size_t max_output_len, const unsigned char *input, size_t input_len, Boolean final, Boolean encrypt) argument
834 SecCmsCipherContextDecrypt(SecCmsCipherContextRef cc, unsigned char *output, size_t *output_len_p, size_t max_output_len, const unsigned char *input, size_t input_len, Boolean final) argument
1052 SecCmsCipherContextEncrypt(SecCmsCipherContextRef cc, unsigned char *output, size_t *output_len_p, size_t max_output_len, const unsigned char *input, size_t input_len, Boolean final) argument
[all...]
/macosx-10.9.5/KerberosHelper-148/Source/
H A DMakefile3 cc -gdwarf-2 -c -F/System/Library/PrivateFrameworks -DLOOKUP_IN_DS -DSTANDALONE lookupDSLocalKDC.c
4 cc -o lookupDSLocalKDC -F/System/Library/PrivateFrameworks -framework CoreFoundation -framework OpenDirectory lookupDSLocalKDC.o
/macosx-10.9.5/configd-596.15/Plugins/LinkConfiguration/
H A DMakefile4 cc -I../../SystemConfiguration.fproj -Wall -g -DMAIN -O0 -c linkconfig.c
7 # cc -o linkconfig linkconfig.c -framework CoreFoundation -framework SystemConfiguration -framework IOKit
8 cc -o linkconfig linkconfig.o -framework CoreFoundation -framework SystemConfiguration
/macosx-10.9.5/iodbc-42.5/iodbc/samples/
H A DMakefile.sample76 cc `iodbc-config --cflags` -o iodbctest iodbctest.c `iodbc-config --static-libs`
79 cc `iodbc-config --cflags` -DUNICODE -o iodbctestw iodbctest.c `iodbc-config --static-libs`

Completed in 264 milliseconds

1234567891011>>