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

/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/openct/
H A Dchecksum.c67 unsigned char lrc = 0; local
70 lrc ^= *in++;
73 *rc = lrc;
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Dccid_serial.c177 unsigned char lrc; local
200 lrc = 0;
202 lrc ^= low_level_buffer[i];
203 low_level_buffer[length+2] = lrc;
326 /* lrc */
327 DEBUG_COMM("lrc");
331 DEBUG_COMM2("lrc: 0x%02X", c);
/macosx-10.10/vim-55/runtime/syntax/
H A Dampl.vim93 syn match amplDotSuffix "\h\w*\.\(lb0\|lb1\|lb2\|lrc\|ub0\)"hs=e-3
/macosx-10.10/pcre-7/pcre/
H A Dpcretest.c937 unsigned long int lrc; local
958 (void)pcre_config(PCRE_CONFIG_MATCH_LIMIT, &lrc);
959 printf(" Default match limit = %ld\n", lrc);
960 (void)pcre_config(PCRE_CONFIG_MATCH_LIMIT_RECURSION, &lrc);
961 printf(" Default recursion depth limit = %ld\n", lrc);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c26687 int lrc = robust_flock(pFile->h, LOCK_EX | LOCK_NB); local
26688 if( !lrc ){
26690 lrc = robust_flock(pFile->h, LOCK_UN);
26691 if ( lrc ) {
26694 lrc = SQLITE_IOERR_UNLOCK;
26695 if( IS_LOCK_ERROR(lrc) ){
26697 rc = lrc;
26704 lrc = sqliteErrorFromPosixError(tErrno, SQLITE_IOERR_LOCK);
26705 if( IS_LOCK_ERROR(lrc) ){
26707 rc = lrc;
27129 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); local
[all...]

Completed in 539 milliseconds