=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== charybdis-4.1.2/README.md-54- variable to point to glibtoolize before running autogen.sh: charybdis-4.1.2/README.md:55: `$ brew install libtool` charybdis-4.1.2/README.md:56: `$ LIBTOOLIZE="/opt/local/bin/glibtoolize"` charybdis-4.1.2/README.md:57: `$ export LIBTOOLIZE` charybdis-4.1.2/README.md:58: `$ ./autogen.sh` charybdis-4.1.2/README.md-59- ############################################## charybdis-4.1.2/authd/dns.c-100- charybdis-4.1.2/authd/dns.c:101: gethost_byaddr(&query->addr, &query->query); charybdis-4.1.2/authd/dns.c-102- ############################################## charybdis-4.1.2/authd/getaddrinfo.c-365- * hostname == NULL. charybdis-4.1.2/authd/getaddrinfo.c:366: * passive socket -> anyaddr (0.0.0.0 or ::) charybdis-4.1.2/authd/getaddrinfo.c-367- * non-passive socket -> localhost (127.0.0.1 or ::1) ############################################## charybdis-4.1.2/authd/res.c-431- */ charybdis-4.1.2/authd/res.c:432:void gethost_byaddr(const struct rb_sockaddr_storage *addr, struct DNSQuery *query) charybdis-4.1.2/authd/res.c-433-{ ############################################## charybdis-4.1.2/authd/res.h-33-extern void gethost_byname_type(const char *, struct DNSQuery *, int); charybdis-4.1.2/authd/res.h:34:extern void gethost_byaddr(const struct rb_sockaddr_storage *, struct DNSQuery *); charybdis-4.1.2/authd/res.h-35-extern void build_rdns(char *, size_t, const struct rb_sockaddr_storage *, const char *); ############################################## charybdis-4.1.2/authd/reslist.c-92- if(strlen(fi->DnsServerList.IpAddress.String) > 0 && charybdis-4.1.2/authd/reslist.c:93: inet_addr(fi->DnsServerList.IpAddress.String) != INADDR_NONE && left > ip_size) charybdis-4.1.2/authd/reslist.c-94- { ############################################## charybdis-4.1.2/authd/reslist.c-102- { charybdis-4.1.2/authd/reslist.c:103: if(inet_addr(ipAddr->IpAddress.String) != INADDR_NONE) charybdis-4.1.2/authd/reslist.c-104- { ############################################## charybdis-4.1.2/bandb/sqlite3.c-10843-*/ charybdis-4.1.2/bandb/sqlite3.c:10844:#define ADDR(X) (-1-(X)) charybdis-4.1.2/bandb/sqlite3.c-10845- ############################################## charybdis-4.1.2/bandb/sqlite3.c-11095-SQLITE_PRIVATE void sqlite3VdbeResolveLabel(Vdbe*, int); charybdis-4.1.2/bandb/sqlite3.c:11096:SQLITE_PRIVATE int sqlite3VdbeCurrentAddr(Vdbe*); charybdis-4.1.2/bandb/sqlite3.c-11097-#ifdef SQLITE_DEBUG ############################################## charybdis-4.1.2/bandb/sqlite3.c-21408-** charybdis-4.1.2/bandb/sqlite3.c:21409:** This file contains inline asm code for retrieving "high-performance" charybdis-4.1.2/bandb/sqlite3.c-21410-** counters for x86 class CPUs. ############################################## charybdis-4.1.2/bandb/sqlite3.c-21434- __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ charybdis-4.1.2/bandb/sqlite3.c:21435: __asm { charybdis-4.1.2/bandb/sqlite3.c-21436- rdtsc ############################################## charybdis-4.1.2/bandb/sqlite3.c-27649-** charybdis-4.1.2/bandb/sqlite3.c:27650:** This file contains inline asm code for retrieving "high-performance" charybdis-4.1.2/bandb/sqlite3.c-27651-** counters for x86 class CPUs. ############################################## charybdis-4.1.2/bandb/sqlite3.c-27675- __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ charybdis-4.1.2/bandb/sqlite3.c:27676: __asm { charybdis-4.1.2/bandb/sqlite3.c-27677- rdtsc ############################################## charybdis-4.1.2/bandb/sqlite3.c-35169-** charybdis-4.1.2/bandb/sqlite3.c:35170:** This file contains inline asm code for retrieving "high-performance" charybdis-4.1.2/bandb/sqlite3.c-35171-** counters for x86 class CPUs. ############################################## charybdis-4.1.2/bandb/sqlite3.c-35195- __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ charybdis-4.1.2/bandb/sqlite3.c:35196: __asm { charybdis-4.1.2/bandb/sqlite3.c-35197- rdtsc ############################################## charybdis-4.1.2/bandb/sqlite3.c-68391- } charybdis-4.1.2/bandb/sqlite3.c:68392: return ADDR(i); charybdis-4.1.2/bandb/sqlite3.c-68393-} ############################################## charybdis-4.1.2/bandb/sqlite3.c-68401- Parse *p = v->pParse; charybdis-4.1.2/bandb/sqlite3.c:68402: int j = ADDR(x); charybdis-4.1.2/bandb/sqlite3.c-68403- assert( v->magic==VDBE_MAGIC_INIT ); ############################################## charybdis-4.1.2/bandb/sqlite3.c-68635- if( (pOp->opflags & OPFLG_JUMP)!=0 && pOp->p2<0 ){ charybdis-4.1.2/bandb/sqlite3.c:68636: assert( ADDR(pOp->p2)<pParse->nLabel ); charybdis-4.1.2/bandb/sqlite3.c:68637: pOp->p2 = aLabel[ADDR(pOp->p2)]; charybdis-4.1.2/bandb/sqlite3.c-68638- } ############################################## charybdis-4.1.2/bandb/sqlite3.c-68649-*/ charybdis-4.1.2/bandb/sqlite3.c:68650:SQLITE_PRIVATE int sqlite3VdbeCurrentAddr(Vdbe *p){ charybdis-4.1.2/bandb/sqlite3.c-68651- assert( p->magic==VDBE_MAGIC_INIT ); ############################################## charybdis-4.1.2/bandb/sqlite3.c-74893-** charybdis-4.1.2/bandb/sqlite3.c:74894:** This file contains inline asm code for retrieving "high-performance" charybdis-4.1.2/bandb/sqlite3.c-74895-** counters for x86 class CPUs. ############################################## charybdis-4.1.2/bandb/sqlite3.c-74919- __declspec(naked) __inline sqlite_uint64 __cdecl sqlite3Hwtime(void){ charybdis-4.1.2/bandb/sqlite3.c:74920: __asm { charybdis-4.1.2/bandb/sqlite3.c-74921- rdtsc ############################################## charybdis-4.1.2/bandb/sqlite3.c-88668- sqlite3VdbeAddOp2(v, OP_MustBeInt, r3, charybdis-4.1.2/bandb/sqlite3.c:88669: sqlite3VdbeCurrentAddr(v)+2); charybdis-4.1.2/bandb/sqlite3.c-88670- VdbeCoverage(v); ############################################## charybdis-4.1.2/bandb/sqlite3.c-92849- sqlite3VdbeAddOp2(v, OP_Integer, 0, regChng); charybdis-4.1.2/bandb/sqlite3.c:92850: addrNextRow = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-92851- ############################################## charybdis-4.1.2/bandb/sqlite3.c-92868- sqlite3VdbeAddOp0(v, OP_Goto); charybdis-4.1.2/bandb/sqlite3.c:92869: addrNextRow = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-92870- if( nColTest==1 && pIdx->nKeyCol==1 && IsUniqueIndex(pIdx) ){ ############################################## charybdis-4.1.2/bandb/sqlite3.c-92959- charybdis-4.1.2/bandb/sqlite3.c:92960: addrNext = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-92961- callStatGet(v, regStat4, STAT_GET_ROWID, regSampleRowid); ############################################## charybdis-4.1.2/bandb/sqlite3.c-96415- pParse->nTab = 2; charybdis-4.1.2/bandb/sqlite3.c:96416: addrTop = sqlite3VdbeCurrentAddr(v) + 1; charybdis-4.1.2/bandb/sqlite3.c-96417- sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop); ############################################## charybdis-4.1.2/bandb/sqlite3.c-97263- if( IsUniqueIndex(pIndex) && pKey!=0 ){ charybdis-4.1.2/bandb/sqlite3.c:97264: int j2 = sqlite3VdbeCurrentAddr(v) + 3; charybdis-4.1.2/bandb/sqlite3.c-97265- sqlite3VdbeGoto(v, j2); charybdis-4.1.2/bandb/sqlite3.c:97266: addr2 = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-97267- sqlite3VdbeAddOp4Int(v, OP_SorterCompare, iSorter, j2, regRecord, ############################################## charybdis-4.1.2/bandb/sqlite3.c-97270- }else{ charybdis-4.1.2/bandb/sqlite3.c:97271: addr2 = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-97272- } ############################################## charybdis-4.1.2/bandb/sqlite3.c-100064- /* Invoke BEFORE DELETE trigger programs. */ charybdis-4.1.2/bandb/sqlite3.c:100065: addrStart = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-100066- sqlite3CodeRowTrigger(pParse, pTrigger, ############################################## charybdis-4.1.2/bandb/sqlite3.c-100074- */ charybdis-4.1.2/bandb/sqlite3.c:100075: if( addrStart<sqlite3VdbeCurrentAddr(v) ){ charybdis-4.1.2/bandb/sqlite3.c-100076- sqlite3VdbeAddOp4Int(v, opSeek, iDataCur, iLabel, iPk, nPk); ############################################## charybdis-4.1.2/bandb/sqlite3.c-102468- sqlite3VdbeGoto(v, iOk); charybdis-4.1.2/bandb/sqlite3.c:102469: sqlite3VdbeJumpHere(v, sqlite3VdbeCurrentAddr(v)-2); charybdis-4.1.2/bandb/sqlite3.c-102470- sqlite3VdbeJumpHere(v, iMustBeInt); ############################################## charybdis-4.1.2/bandb/sqlite3.c-102493- if( pTab==pFKey->pFrom && nIncr==1 ){ charybdis-4.1.2/bandb/sqlite3.c:102494: int iJump = sqlite3VdbeCurrentAddr(v) + nCol + 1; charybdis-4.1.2/bandb/sqlite3.c-102495- for(i=0; i<nCol; i++){ ############################################## charybdis-4.1.2/bandb/sqlite3.c-102829- if( (db->flags & SQLITE_DeferFKs)==0 ){ charybdis-4.1.2/bandb/sqlite3.c:102830: sqlite3VdbeAddOp2(v, OP_FkIfZero, 0, sqlite3VdbeCurrentAddr(v)+2); charybdis-4.1.2/bandb/sqlite3.c-102831- VdbeCoverage(v); ############################################## charybdis-4.1.2/bandb/sqlite3.c-103005- Vdbe *v = sqlite3GetVdbe(pParse); charybdis-4.1.2/bandb/sqlite3.c:103006: int iJump = sqlite3VdbeCurrentAddr(v) + pFKey->nCol + 1; charybdis-4.1.2/bandb/sqlite3.c-103007- for(i=0; i<pFKey->nCol; i++){ ############################################## charybdis-4.1.2/bandb/sqlite3.c-103669- int i; charybdis-4.1.2/bandb/sqlite3.c:103670: int iEnd = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-103671-#ifndef SQLITE_OMIT_VIRTUALTABLE ############################################## charybdis-4.1.2/bandb/sqlite3.c-104181- regYield = ++pParse->nMem; charybdis-4.1.2/bandb/sqlite3.c:104182: addrTop = sqlite3VdbeCurrentAddr(v) + 1; charybdis-4.1.2/bandb/sqlite3.c-104183- sqlite3VdbeAddOp3(v, OP_InitCoroutine, regYield, 0, addrTop); ############################################## charybdis-4.1.2/bandb/sqlite3.c-104312- addrInsTop = sqlite3VdbeAddOp1(v, OP_Rewind, srcTab); VdbeCoverage(v); charybdis-4.1.2/bandb/sqlite3.c:104313: addrCont = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-104314- }else if( pSelect ){ ############################################## charybdis-4.1.2/bandb/sqlite3.c-104431- }else{ charybdis-4.1.2/bandb/sqlite3.c:104432: addr1 = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-104433- sqlite3VdbeAddOp2(v, OP_IsNull, regRowid, addr1+2); VdbeCoverage(v); ############################################## charybdis-4.1.2/bandb/sqlite3.c-105076- ** KEY values of this row before the update. */ charybdis-4.1.2/bandb/sqlite3.c:105077: int addrJump = sqlite3VdbeCurrentAddr(v)+pPk->nKeyCol; charybdis-4.1.2/bandb/sqlite3.c-105078- int op = OP_Ne; ############################################## charybdis-4.1.2/bandb/sqlite3.c-105175- if( pIdx->pPartIdxWhere ){ charybdis-4.1.2/bandb/sqlite3.c:105176: sqlite3VdbeAddOp2(v, OP_IsNull, aRegIdx[i], sqlite3VdbeCurrentAddr(v)+2); charybdis-4.1.2/bandb/sqlite3.c-105177- VdbeCoverage(v); ############################################## charybdis-4.1.2/bandb/sqlite3.c-108325- VdbeOp *aOp; charybdis-4.1.2/bandb/sqlite3.c:108326: int iAddr = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-108327- sqlite3VdbeVerifyNoMallocRequired(v, ArraySize(setMeta6)); ############################################## charybdis-4.1.2/bandb/sqlite3.c-108972- sqlite3VdbeAddOp2(v, OP_MustBeInt, regRow, charybdis-4.1.2/bandb/sqlite3.c:108973: sqlite3VdbeCurrentAddr(v)+3); VdbeCoverage(v); charybdis-4.1.2/bandb/sqlite3.c-108974- }else{ ############################################## charybdis-4.1.2/bandb/sqlite3.c-108978- sqlite3VdbeGoto(v, addrOk); charybdis-4.1.2/bandb/sqlite3.c:108979: sqlite3VdbeJumpHere(v, sqlite3VdbeCurrentAddr(v)-2); charybdis-4.1.2/bandb/sqlite3.c-108980- }else{ ############################################## charybdis-4.1.2/bandb/sqlite3.c-109231- if( pPk==pIdx ) continue; charybdis-4.1.2/bandb/sqlite3.c:109232: addr = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-109233- sqlite3VdbeAddOp2(v, OP_IfPos, 1, addr+2); VdbeCoverage(v); ############################################## charybdis-4.1.2/bandb/sqlite3.c-111058- pKI->nXField-1); charybdis-4.1.2/bandb/sqlite3.c:111059: addrJmp = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-111060- sqlite3VdbeAddOp3(v, OP_Jump, addrJmp+1, 0, addrJmp+1); VdbeCoverage(v); ############################################## charybdis-4.1.2/bandb/sqlite3.c-111257- charybdis-4.1.2/bandb/sqlite3.c:111258: iJump = sqlite3VdbeCurrentAddr(v) + nResultCol; charybdis-4.1.2/bandb/sqlite3.c-111259- for(i=0; i<nResultCol; i++){ ############################################## charybdis-4.1.2/bandb/sqlite3.c-111270- } charybdis-4.1.2/bandb/sqlite3.c:111271: assert( sqlite3VdbeCurrentAddr(v)==iJump || pParse->db->mallocFailed ); charybdis-4.1.2/bandb/sqlite3.c-111272- sqlite3VdbeAddOp3(v, OP_Copy, regResult, regPrev, nResultCol-1); ############################################## charybdis-4.1.2/bandb/sqlite3.c-111335- ** output table as well. */ charybdis-4.1.2/bandb/sqlite3.c:111336: int addr = sqlite3VdbeCurrentAddr(v) + 4; charybdis-4.1.2/bandb/sqlite3.c-111337- sqlite3VdbeAddOp4Int(v, OP_Found, iParm+1, addr, r1, 0); ############################################## charybdis-4.1.2/bandb/sqlite3.c-112877- sqlite3VdbeAddOp2(v, OP_Rewind, unionTab, iBreak); VdbeCoverage(v); charybdis-4.1.2/bandb/sqlite3.c:112878: iStart = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-112879- selectInnerLoop(pParse, p, p->pEList, unionTab, ############################################## charybdis-4.1.2/bandb/sqlite3.c-113072- charybdis-4.1.2/bandb/sqlite3.c:113073: addr = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-113074- iContinue = sqlite3VdbeMakeLabel(v); ############################################## charybdis-4.1.2/bandb/sqlite3.c-113436- */ charybdis-4.1.2/bandb/sqlite3.c:113437: addrSelectA = sqlite3VdbeCurrentAddr(v) + 1; charybdis-4.1.2/bandb/sqlite3.c-113438- addr1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrA, 0, addrSelectA); ############################################## charybdis-4.1.2/bandb/sqlite3.c-113448- */ charybdis-4.1.2/bandb/sqlite3.c:113449: addrSelectB = sqlite3VdbeCurrentAddr(v) + 1; charybdis-4.1.2/bandb/sqlite3.c-113450- addr1 = sqlite3VdbeAddOp3(v, OP_InitCoroutine, regAddrB, 0, addrSelectB); ############################################## charybdis-4.1.2/bandb/sqlite3.c-113531- VdbeNoopComment((v, "A-gt-B subroutine")); charybdis-4.1.2/bandb/sqlite3.c:113532: addrAgtB = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-113533- if( op==TK_ALL || op==TK_UNION ){ ############################################## charybdis-4.1.2/bandb/sqlite3.c-115483- */ charybdis-4.1.2/bandb/sqlite3.c:115484: int addrTop = sqlite3VdbeCurrentAddr(v)+1; charybdis-4.1.2/bandb/sqlite3.c-115485- pItem->regReturn = ++pParse->nMem; ############################################## charybdis-4.1.2/bandb/sqlite3.c-115874- */ charybdis-4.1.2/bandb/sqlite3.c:115875: addrTopOfLoop = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-115876- sqlite3ExprCacheClear(pParse); ############################################## charybdis-4.1.2/bandb/sqlite3.c-115890- (char*)sqlite3KeyInfoRef(pKeyInfo), P4_KEYINFO); charybdis-4.1.2/bandb/sqlite3.c:115891: addr1 = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-115892- sqlite3VdbeAddOp3(v, OP_Jump, addr1+1, 0, addr1+1); VdbeCoverage(v); ############################################## charybdis-4.1.2/bandb/sqlite3.c-115944- */ charybdis-4.1.2/bandb/sqlite3.c:115945: addrSetAbort = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-115946- sqlite3VdbeAddOp2(v, OP_Integer, 1, iAbortFlag); ############################################## charybdis-4.1.2/bandb/sqlite3.c-115949- sqlite3VdbeResolveLabel(v, addrOutputRow); charybdis-4.1.2/bandb/sqlite3.c:115950: addrOutputRow = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-115951- sqlite3VdbeAddOp2(v, OP_IfPos, iUseFlag, addrOutputRow+2); ############################################## charybdis-4.1.2/bandb/sqlite3.c-121296- pLevel->op = pWInfo->eOnePass ? OP_Noop : OP_VNext; charybdis-4.1.2/bandb/sqlite3.c:121297: pLevel->p2 = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-121298- iIn = pLevel->u.in.nIn; ############################################## charybdis-4.1.2/bandb/sqlite3.c-121443- } charybdis-4.1.2/bandb/sqlite3.c:121444: start = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-121445- pLevel->op = bRev ? OP_Prev : OP_Next; ############################################## charybdis-4.1.2/bandb/sqlite3.c-121573- VdbeComment((v, "LIKE loop counter")); charybdis-4.1.2/bandb/sqlite3.c:121574: pLevel->addrLikeRep = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-121575- } ############################################## charybdis-4.1.2/bandb/sqlite3.c-121693- /* Top of the loop body */ charybdis-4.1.2/bandb/sqlite3.c:121694: pLevel->p2 = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-121695- ############################################## charybdis-4.1.2/bandb/sqlite3.c-122031- } charybdis-4.1.2/bandb/sqlite3.c:122032: sqlite3VdbeChangeP1(v, iRetInit, sqlite3VdbeCurrentAddr(v)); charybdis-4.1.2/bandb/sqlite3.c-122033- sqlite3VdbeGoto(v, pLevel->addrBrk); ############################################## charybdis-4.1.2/bandb/sqlite3.c-122063-#ifdef SQLITE_ENABLE_STMT_SCANSTATUS charybdis-4.1.2/bandb/sqlite3.c:122064: pLevel->addrVisit = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-122065-#endif ############################################## charybdis-4.1.2/bandb/sqlite3.c-122140- if( pLevel->iLeftJoin ){ charybdis-4.1.2/bandb/sqlite3.c:122141: pLevel->addrFirst = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-122142- sqlite3VdbeAddOp2(v, OP_Integer, 1, pLevel->iLeftJoin); ############################################## charybdis-4.1.2/bandb/sqlite3.c-122424- sqlite3ExprCodeTarget(pParse, pRight, r1); charybdis-4.1.2/bandb/sqlite3.c:122425: sqlite3VdbeChangeP3(v, sqlite3VdbeCurrentAddr(v)-1, 0); charybdis-4.1.2/bandb/sqlite3.c-122426- sqlite3ReleaseTempReg(pParse, r1); ############################################## charybdis-4.1.2/bandb/sqlite3.c-124031- VdbeOp *pOp = sqlite3VdbeGetOp(v, iStart); charybdis-4.1.2/bandb/sqlite3.c:124032: int iEnd = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-124033- for(; iStart<iEnd; iStart++, pOp++){ ############################################## charybdis-4.1.2/bandb/sqlite3.c-128029- } charybdis-4.1.2/bandb/sqlite3.c:128030: pWInfo->iTop = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-128031- if( db->mallocFailed ) goto whereBeginError; ############################################## charybdis-4.1.2/bandb/sqlite3.c-128052- ); charybdis-4.1.2/bandb/sqlite3.c:128053: pLevel->addrBody = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-128054- notReady = sqlite3WhereCodeOneLoopStart(pWInfo, ii, notReady); ############################################## charybdis-4.1.2/bandb/sqlite3.c-128222- ){ charybdis-4.1.2/bandb/sqlite3.c:128223: last = sqlite3VdbeCurrentAddr(v); charybdis-4.1.2/bandb/sqlite3.c-128224- k = pLevel->addrBody; ############################################## charybdis-4.1.2/bandb/sqlite3.c-163158- int tnum = pIter->iPkTnum; /* Root page of PK index */ charybdis-4.1.2/bandb/sqlite3.c:163159: sqlite3_stmt *pQuery = 0; /* SELECT name ... WHERE rootpage = $tnum */ charybdis-4.1.2/bandb/sqlite3.c-163160- const char *zIdx = 0; /* Name of PK index */ ############################################## charybdis-4.1.2/configure.ac-97-dnl AC_PROG_YACC defaults to yacc unconditionally if nothing can be found charybdis-4.1.2/configure.ac:98:if test "$YACC" = "yacc" -a -z "`which $YACC 2>/dev/null`"; then charybdis-4.1.2/configure.ac-99- AC_MSG_ERROR([could not locate a suitable parser generator; install bison, yacc, or byacc]) ############################################## charybdis-4.1.2/configure.ac-231- dnl Support for --enable-openssl=/some/place charybdis-4.1.2/configure.ac:232: cf_openssl_basedir="`echo ${cf_enable_openssl} | sed 's/\/$//'`" charybdis-4.1.2/configure.ac-233- else ############################################## charybdis-4.1.2/configure.ac-390- [Directory to install config files [deprecated, use --sysconfdir instead].])], charybdis-4.1.2/configure.ac:391: [ sysconfdir=`echo $withval | sed 's/\/$//'` ], charybdis-4.1.2/configure.ac-392- [ confdir='${sysconfdir}' ]) ############################################## charybdis-4.1.2/configure.ac-402- [Directory where to write logfiles.]), charybdis-4.1.2/configure.ac:403: [ logdir=`echo $withval | sed 's/\/$//'` charybdis-4.1.2/configure.ac-404- AC_MSG_RESULT(yes)], ############################################## charybdis-4.1.2/configure.ac-419- [Directory to install help files.]), charybdis-4.1.2/configure.ac:420: [ helpdir=`echo $withval | sed 's/\/$//'` charybdis-4.1.2/configure.ac-421- AC_MSG_RESULT(yes) ], ############################################## charybdis-4.1.2/configure.ac-436- [Directory to install modules.])], charybdis-4.1.2/configure.ac:437: [ moduledir=`echo $withval | sed 's/\/$//'` charybdis-4.1.2/configure.ac-438- AC_MSG_RESULT(yes)], ############################################## charybdis-4.1.2/configure.ac-453- [AC_MSG_RESULT([yes]) charybdis-4.1.2/configure.ac:454: rundir=`echo $withval | sed 's/\/$//'`], charybdis-4.1.2/configure.ac-455- [AC_MSG_RESULT([no]) ############################################## charybdis-4.1.2/configure.ac-665- charybdis-4.1.2/configure.ac:666: prefix=`echo $prefix | sed 's/\/$//'` charybdis-4.1.2/configure.ac-667- AC_DEFINE_UNQUOTED(IRCD_PREFIX, "$prefix", [Prefix where the ircd is installed.]) ############################################## charybdis-4.1.2/doc/oper-guide/cmodes.rst-31- charybdis-4.1.2/doc/oper-guide/cmodes.rst:32:The second form (extban) is ``+b $type`` or ``+b $type:data``. type is charybdis-4.1.2/doc/oper-guide/cmodes.rst-33-a single character (case insensitive) indicating the type of match, ############################################## charybdis-4.1.2/ircd/s_serv.c-1221- rb_fde_t *xF[2]; charybdis-4.1.2/ircd/s_serv.c:1222: rb_connect_sockaddr(F, (struct sockaddr *)&client_p->localClient->ip, sizeof(client_p->localClient->ip)); charybdis-4.1.2/ircd/s_serv.c-1223- if(status != RB_OK) ############################################## charybdis-4.1.2/ircd/s_serv.c-1287- if(client_p->localClient->ssl_ctl == NULL) charybdis-4.1.2/ircd/s_serv.c:1288: rb_connect_sockaddr(F, (struct sockaddr *)&client_p->localClient->ip, sizeof(client_p->localClient->ip)); charybdis-4.1.2/ircd/s_serv.c-1289- ############################################## charybdis-4.1.2/ircd/version.c.SH-15- charybdis-4.1.2/ircd/version.c.SH:16:generation=`expr $generation + 1` charybdis-4.1.2/ircd/version.c.SH-17- ############################################## charybdis-4.1.2/librb/acinclude.m4-3- test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' charybdis-4.1.2/librb/acinclude.m4:4: last_ac_define_dir=`eval echo [$]$2` charybdis-4.1.2/librb/acinclude.m4:5: ac_define_dir=`eval echo [$]last_ac_define_dir` charybdis-4.1.2/librb/acinclude.m4-6- ac_define_dir_counter=0 ############################################## charybdis-4.1.2/librb/acinclude.m4-8- last_ac_define_dir="[$]ac_define_dir" charybdis-4.1.2/librb/acinclude.m4:9: ac_define_dir=`eval echo [$]last_ac_define_dir` charybdis-4.1.2/librb/acinclude.m4-10- AS_VAR_ARITH([ac_define_dir_counter], [$ac_define_dir_counter + 1]) ############################################## charybdis-4.1.2/librb/configure.ac-231- dnl Support for --enable-openssl=/some/place charybdis-4.1.2/librb/configure.ac:232: cf_openssl_basedir="`echo ${cf_enable_openssl} | sed 's/\/$//'`" charybdis-4.1.2/librb/configure.ac-233- else ############################################## charybdis-4.1.2/librb/configure.ac-472- charybdis-4.1.2/librb/configure.ac:473: prefix=`echo $prefix | sed 's/\/$//'` charybdis-4.1.2/librb/configure.ac-474- AC_DEFINE_UNQUOTED(RB_PREFIX, "$prefix", [Prefix where librb is installed.]) ############################################## charybdis-4.1.2/librb/include/rb_commio.h-129-void rb_connect_sctp(rb_fde_t *, struct sockaddr_storage *connect_addrs, size_t connect_len, struct sockaddr_storage *bind_addrs, size_t bind_len, CNCB *, void *, int); charybdis-4.1.2/librb/include/rb_commio.h:130:int rb_connect_sockaddr(rb_fde_t *, struct sockaddr *addr, int len); charybdis-4.1.2/librb/include/rb_commio.h-131- ############################################## charybdis-4.1.2/librb/install-sh-234- fi charybdis-4.1.2/librb/install-sh:235: cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; charybdis-4.1.2/librb/install-sh-236- *) ############################################## charybdis-4.1.2/librb/install-sh-281- dstdir=$dst charybdis-4.1.2/librb/install-sh:282: dst=$dstdir/`basename "$src"` charybdis-4.1.2/librb/install-sh-283- dstdir_status=0 charybdis-4.1.2/librb/install-sh-284- else charybdis-4.1.2/librb/install-sh:285: dstdir=`dirname "$dst"` charybdis-4.1.2/librb/install-sh-286- test -d "$dstdir" ############################################## charybdis-4.1.2/librb/install-sh-337- # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. charybdis-4.1.2/librb/install-sh:338: ls_ld_tmpdir=`ls -ld "$tmpdir"` charybdis-4.1.2/librb/install-sh-339- case $ls_ld_tmpdir in ############################################## charybdis-4.1.2/librb/install-sh-344- $mkdirprog -m$different_mode -p -- "$tmpdir" && { charybdis-4.1.2/librb/install-sh:345: ls_ld_tmpdir_1=`ls -ld "$tmpdir"` charybdis-4.1.2/librb/install-sh-346- test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" ############################################## charybdis-4.1.2/librb/install-sh-402- case $prefix in charybdis-4.1.2/librb/install-sh:403: *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; charybdis-4.1.2/librb/install-sh-404- *) qprefix=$prefix;; ############################################## charybdis-4.1.2/librb/install-sh-451- if $copy_on_change && charybdis-4.1.2/librb/install-sh:452: old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && charybdis-4.1.2/librb/install-sh:453: new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && charybdis-4.1.2/librb/install-sh-454- set -f && ############################################## charybdis-4.1.2/librb/src/commio.c-71-static PF rb_connect_outcome; charybdis-4.1.2/librb/src/commio.c:72:static void mangle_mapped_sockaddr(struct sockaddr *in); charybdis-4.1.2/librb/src/commio.c-73- ############################################## charybdis-4.1.2/librb/src/commio.c-342-static int charybdis-4.1.2/librb/src/commio.c:343:rb_setsockopt_reuseaddr(rb_fde_t *F) charybdis-4.1.2/librb/src/commio.c-344-{ ############################################## charybdis-4.1.2/librb/src/commio.c-453- charybdis-4.1.2/librb/src/commio.c:454: ret = rb_setsockopt_reuseaddr(F); charybdis-4.1.2/librb/src/commio.c-455- if (ret) ############################################## charybdis-4.1.2/librb/src/commio.c-492- charybdis-4.1.2/librb/src/commio.c:493: ret = rb_setsockopt_reuseaddr(F); charybdis-4.1.2/librb/src/commio.c-494- if (ret) ############################################## charybdis-4.1.2/librb/src/commio.c-555- charybdis-4.1.2/librb/src/commio.c:556: mangle_mapped_sockaddr((struct sockaddr *)&st); charybdis-4.1.2/librb/src/commio.c-557- ############################################## charybdis-4.1.2/librb/src/commio.c-807-int charybdis-4.1.2/librb/src/commio.c:808:rb_connect_sockaddr(rb_fde_t *F, struct sockaddr *addr, int len) charybdis-4.1.2/librb/src/commio.c-809-{ ############################################## charybdis-4.1.2/librb/src/commio.c-1020-static void charybdis-4.1.2/librb/src/commio.c:1021:mangle_mapped_sockaddr(struct sockaddr *in) charybdis-4.1.2/librb/src/commio.c-1022-{ ############################################## charybdis-4.1.2/librb/src/version.c.SH-16- charybdis-4.1.2/librb/src/version.c.SH:17:generation=`expr $generation + 1` charybdis-4.1.2/librb/src/version.c.SH-18- ############################################## charybdis-4.1.2/librb/src/version.c.SH-68-' charybdis-4.1.2/librb/src/version.c.SH:69:for i in `grep -v '^$Id' ../CREDITS |tr -d '"'` ; do charybdis-4.1.2/librb/src/version.c.SH-70-echo " \"$i\"," >> version.c ############################################## charybdis-4.1.2/m4/charybdis.m4-3- test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' charybdis-4.1.2/m4/charybdis.m4:4: last_ac_define_dir=`eval echo [$]$2` charybdis-4.1.2/m4/charybdis.m4:5: ac_define_dir=`eval echo [$]last_ac_define_dir` charybdis-4.1.2/m4/charybdis.m4-6- ac_define_dir_counter=0 ############################################## charybdis-4.1.2/m4/charybdis.m4-8- last_ac_define_dir="[$]ac_define_dir" charybdis-4.1.2/m4/charybdis.m4:9: ac_define_dir=`eval echo [$]last_ac_define_dir` charybdis-4.1.2/m4/charybdis.m4-10- AS_VAR_ARITH([ac_define_dir_counter], [$ac_define_dir_counter + 1]) ############################################## charybdis-4.1.2/m4/pkg.m4-75- PKG_CHECK_EXISTS([$3], charybdis-4.1.2/m4/pkg.m4:76: [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` charybdis-4.1.2/m4/pkg.m4-77- test "x$?" != "x0" && pkg_failed=yes ], ############################################## charybdis-4.1.2/m4/pkg.m4-124- if test $_pkg_short_errors_supported = yes; then charybdis-4.1.2/m4/pkg.m4:125: $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` charybdis-4.1.2/m4/pkg.m4-126- else charybdis-4.1.2/m4/pkg.m4:127: $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` charybdis-4.1.2/m4/pkg.m4-128- fi ############################################## charybdis-4.1.2/shtool-78-do charybdis-4.1.2/shtool:79: if (set +x; test -z "`(eval $var=C; export $var) 2>&1`"); then charybdis-4.1.2/shtool-80- eval $var=C; export $var ############################################## charybdis-4.1.2/shtool-170-fi charybdis-4.1.2/shtool:171:name=`echo "$0" | sed -e 's;.*/\([^/]*\)$;\1;' -e 's;-sh$;;' -e 's;\.sh$;;'` charybdis-4.1.2/shtool-172-case "$name" in ############################################## charybdis-4.1.2/shtool-509- sed -e 's/^x--\([a-zA-Z0-9-]*\)=\(.*\)$/opt_OPT="\1";opt_ARG="\2"/'` charybdis-4.1.2/shtool:510: opt_STR=`echo $opt_OPT | sed -e 's/-/_/g'` charybdis-4.1.2/shtool-511- eval "opt_OPT=\${opt_ALIAS_${opt_STR}-${opt_OPT}}" ############################################## charybdis-4.1.2/shtool-513- --[a-zA-Z0-9]*) charybdis-4.1.2/shtool:514: opt_OPT=`echo "x$1" | cut -c4-` charybdis-4.1.2/shtool:515: opt_STR=`echo $opt_OPT | sed -e 's/-/_/g'` charybdis-4.1.2/shtool-516- eval "opt_OPT=\${opt_ALIAS_${opt_STR}-${opt_OPT}}" ############################################## charybdis-4.1.2/shtool-524- -[a-zA-Z0-9]) charybdis-4.1.2/shtool:525: opt_OPT=`echo "x$1" | cut -c3-` charybdis-4.1.2/shtool-526- opt_ARG='' ############################################## charybdis-4.1.2/shtool-561- echo "$msgprefix:Error: unknown option: \`$opt_OPT'" 1>&2 charybdis-4.1.2/shtool:562: echo "$msgprefix:Hint: run \`$toolcmdhelp -h' or \`man shtool' for details" 1>&2 charybdis-4.1.2/shtool-563- exit 1 ############################################## charybdis-4.1.2/shtool-568- echo "$msgprefix:Error: missing argument to option \`$opt_PREV'" 1>&2 charybdis-4.1.2/shtool:569: echo "$msgprefix:Hint: run \`$toolcmdhelp -h' or \`man shtool' for details" 1>&2 charybdis-4.1.2/shtool-570- exit 1 ############################################## charybdis-4.1.2/shtool-583- echo "$msgprefix:Error: invalid number of arguments (exactly $arg_NUMS expected)" 1>&2 charybdis-4.1.2/shtool:584: echo "$msgprefix:Hint: run \`$toolcmd -h' or \`man shtool' for details" 1>&2 charybdis-4.1.2/shtool-585- exit 1 ############################################## charybdis-4.1.2/shtool-590- echo "$msgprefix:Error: invalid number of arguments (at least $arg_NUMS expected)" 1>&2 charybdis-4.1.2/shtool:591: echo "$msgprefix:Hint: run \`$toolcmd -h' or \`man shtool' for details" 1>&2 charybdis-4.1.2/shtool-592- exit 1 ############################################## charybdis-4.1.2/shtool-656- seo='' charybdis-4.1.2/shtool:657: bytes=`echo '\1' | wc -c | awk '{ printf("%s", $1); }'` charybdis-4.1.2/shtool-658- if [ ".$bytes" != .3 ]; then charybdis-4.1.2/shtool:659: bytes=`echo -E '\1' | wc -c | awk '{ printf("%s", $1); }'` charybdis-4.1.2/shtool-660- if [ ".$bytes" = .3 ]; then ############################################## charybdis-4.1.2/shtool-666- minusn='' charybdis-4.1.2/shtool:667: bytes=`echo -n 123 2>/dev/null | wc -c | awk '{ printf("%s", $1); }'` charybdis-4.1.2/shtool-668- if [ ".$bytes" = .3 ]; then ############################################## charybdis-4.1.2/shtool-674- term_norm='' charybdis-4.1.2/shtool:675: if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[Bb]'`" != . ]; then charybdis-4.1.2/shtool-676- case $TERM in ############################################## charybdis-4.1.2/shtool-687- * ) charybdis-4.1.2/shtool:688: paths=`echo $PATH | sed -e 's/:/ /g'` charybdis-4.1.2/shtool-689- for tool in tput tcout; do ############################################## charybdis-4.1.2/shtool-692- for seq in bold md smso; do # 'smso' is last charybdis-4.1.2/shtool:693: bold="`$dir/$tool $seq 2>/dev/null`" charybdis-4.1.2/shtool-694- if [ ".$bold" != . ]; then ############################################## charybdis-4.1.2/shtool-700- for seq in sgr0 me rmso init reset; do # 'reset' is last charybdis-4.1.2/shtool:701: norm="`$dir/$tool $seq 2>/dev/null`" charybdis-4.1.2/shtool-702- if [ ".$norm" != . ]; then ############################################## charybdis-4.1.2/shtool-725- username='' charybdis-4.1.2/shtool:726: if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[uUgG]'`" != . ]; then charybdis-4.1.2/shtool-727- username="`(id -un) 2>/dev/null`" ############################################## charybdis-4.1.2/shtool-729- str="`(id) 2>/dev/null`" charybdis-4.1.2/shtool:730: if [ ".`echo $str | grep '^uid[ ]*=[ ]*[0-9]*('`" != . ]; then charybdis-4.1.2/shtool:731: username=`echo $str | sed -e 's/^uid[ ]*=[ ]*[0-9]*(//' -e 's/).*$//'` charybdis-4.1.2/shtool-732- fi ############################################## charybdis-4.1.2/shtool-754- userid='' charybdis-4.1.2/shtool:755: if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%U'`" != . ]; then charybdis-4.1.2/shtool-756- userid="`(id -u) 2>/dev/null`" charybdis-4.1.2/shtool-757- if [ ".$userid" = . ]; then charybdis-4.1.2/shtool:758: userid="`(id -u ${username}) 2>/dev/null`" charybdis-4.1.2/shtool-759- if [ ".$userid" = . ]; then charybdis-4.1.2/shtool-760- str="`(id) 2>/dev/null`" charybdis-4.1.2/shtool:761: if [ ".`echo $str | grep '^uid[ ]*=[ ]*[0-9]*('`" != . ]; then charybdis-4.1.2/shtool:762: userid=`echo $str | sed -e 's/^uid[ ]*=[ ]*//' -e 's/(.*$//'` charybdis-4.1.2/shtool-763- fi ############################################## charybdis-4.1.2/shtool-788- groupid='' charybdis-4.1.2/shtool:789: if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[gG]'`" != . ]; then charybdis-4.1.2/shtool:790: groupid="`(id -g ${username}) 2>/dev/null`" charybdis-4.1.2/shtool-791- if [ ".$groupid" = . ]; then charybdis-4.1.2/shtool-792- str="`(id) 2>/dev/null`" charybdis-4.1.2/shtool:793: if [ ".`echo $str | grep 'gid[ ]*=[ ]*[0-9]*('`" != . ]; then charybdis-4.1.2/shtool:794: groupid=`echo $str | sed -e 's/^.*gid[ ]*=[ ]*//' -e 's/(.*$//'` charybdis-4.1.2/shtool-795- fi ############################################## charybdis-4.1.2/shtool-819- groupname='' charybdis-4.1.2/shtool:820: if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%g'`" != . ]; then charybdis-4.1.2/shtool:821: groupname="`(id -gn ${username}) 2>/dev/null`" charybdis-4.1.2/shtool-822- if [ ".$groupname" = . ]; then charybdis-4.1.2/shtool-823- str="`(id) 2>/dev/null`" charybdis-4.1.2/shtool:824: if [ ".`echo $str | grep 'gid[ ]*=[ ]*[0-9]*('`" != . ]; then charybdis-4.1.2/shtool:825: groupname=`echo $str | sed -e 's/^.*gid[ ]*=[ ]*[0-9]*(//' -e 's/).*$//'` charybdis-4.1.2/shtool-826- fi ############################################## charybdis-4.1.2/shtool-854- domainname='' charybdis-4.1.2/shtool:855: if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%h'`" != . ]; then charybdis-4.1.2/shtool-856- hostname="`(uname -n) 2>/dev/null |\ ############################################## charybdis-4.1.2/shtool-866- *.* ) charybdis-4.1.2/shtool:867: domainname=".`echo $hostname | cut -d. -f2-`" charybdis-4.1.2/shtool:868: hostname="`echo $hostname | cut -d. -f1`" charybdis-4.1.2/shtool-869- ;; ############################################## charybdis-4.1.2/shtool-871- fi charybdis-4.1.2/shtool:872: if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%d'`" != . ]; then charybdis-4.1.2/shtool-873- if [ ".$domainname" = . ]; then ############################################## charybdis-4.1.2/shtool-896- time_monthname='' charybdis-4.1.2/shtool:897: if [ ".$opt_e" = .yes ] && [ ".`echo $text | grep '%[DMYm]'`" != . ]; then charybdis-4.1.2/shtool-898- time_day=`date '+%d'` ############################################## charybdis-4.1.2/shtool-986- if /bin/ls -L /dev/null >/dev/null 2>&1; then charybdis-4.1.2/shtool:987: set - x`/bin/ls -L -l -d $fod` charybdis-4.1.2/shtool-988- else charybdis-4.1.2/shtool:989: set - x`/bin/ls -l -d $fod` charybdis-4.1.2/shtool-990- fi ############################################## charybdis-4.1.2/shtool-1033- if (expr $nummonth \> $this_month) >/dev/null; then charybdis-4.1.2/shtool:1034: this_year=`expr $this_year - 1` charybdis-4.1.2/shtool-1035- fi ############################################## charybdis-4.1.2/shtool-1058- if [ ".$opt_s" = .yes ]; then charybdis-4.1.2/shtool:1059: month=`echo $month | cut -c1-3` charybdis-4.1.2/shtool-1060- fi ############################################## charybdis-4.1.2/shtool-1157- perl='' charybdis-4.1.2/shtool:1158: for dir in `echo $PATH | sed -e 's/:/ /g'` .; do charybdis-4.1.2/shtool-1159- if [ -f "$dir/perl" ]; then ############################################## charybdis-4.1.2/shtool-1216- if [ ".$opt_e" = .yes ]; then charybdis-4.1.2/shtool:1217: expsrc="`echo $expsrc`" charybdis-4.1.2/shtool-1218- fi charybdis-4.1.2/shtool-1219- if [ ".$opt_e" = .yes ]; then charybdis-4.1.2/shtool:1220: if [ ".`echo "$src" | sed -e 's;^.*\\*.*$;;'`" = ".$src" ]; then charybdis-4.1.2/shtool-1221- echo "$msgprefix:Error: Source doesn't contain wildcard ('*'): $dst" 1>&2 ############################################## charybdis-4.1.2/shtool-1223- fi charybdis-4.1.2/shtool:1224: if [ ".`echo "$dst" | sed -e 's;^.*%[1-9].*$;;'`" = ".$dst" ]; then charybdis-4.1.2/shtool-1225- echo "$msgprefix:Error: Destination doesn't contain substitution ('%N'): $dst" 1>&2 ############################################## charybdis-4.1.2/shtool-1240- if [ ".$opt_e" = .yes ]; then charybdis-4.1.2/shtool:1241: srcpat=`echo "$src" | sed -e 's/\\./\\\\./g' -e 's/;/\\;/g' -e 's;\\*;\\\\(.*\\\\);g'` charybdis-4.1.2/shtool:1242: dstpat=`echo "$dst" | sed -e 's;%\([1-9]\);\\\\\1;g'` charybdis-4.1.2/shtool-1243- fi ############################################## charybdis-4.1.2/shtool-1247- if [ .$opt_e = .yes ]; then charybdis-4.1.2/shtool:1248: onedst=`echo $onesrc | sed -e "s;$srcpat;$dstpat;"` charybdis-4.1.2/shtool-1249- else ############################################## charybdis-4.1.2/shtool-1328- if [ -d $dstpath ]; then charybdis-4.1.2/shtool:1329: dstpath=`echo "$dstpath" | sed -e 's:/$::'` charybdis-4.1.2/shtool-1330- dstisdir=1 ############################################## charybdis-4.1.2/shtool-1344- if [ $dstisdir = 1 ]; then charybdis-4.1.2/shtool:1345: dstfile=`echo "$src" | sed -e 's;.*/\([^/]*\)$;\1;'` charybdis-4.1.2/shtool-1346- dst="$dst/$dstfile" ############################################## charybdis-4.1.2/shtool-1585- if [ -d $src ]; then charybdis-4.1.2/shtool:1586: srcdir=`echo $src | sed -e 's;/*$;;'` charybdis-4.1.2/shtool-1587- srcbase="" charybdis-4.1.2/shtool-1588- else charybdis-4.1.2/shtool:1589: srcdir=`echo $src | sed -e 's;^[^/]*$;;' -e 's;^\(.*/\)[^/]*$;\1;' -e 's;\(.\)/$;\1;'` charybdis-4.1.2/shtool:1590: srcbase=`echo $src | sed -e 's;.*/\([^/]*\)$;\1;'` charybdis-4.1.2/shtool-1591- fi charybdis-4.1.2/shtool-1592- if [ -d $dst ]; then charybdis-4.1.2/shtool:1593: dstdir=`echo $dst | sed -e 's;/*$;;'` charybdis-4.1.2/shtool-1594- dstbase="" charybdis-4.1.2/shtool-1595- else charybdis-4.1.2/shtool:1596: dstdir=`echo $dst | sed -e 's;^[^/]*$;;' -e 's;^\(.*/\)[^/]*$;\1;' -e 's;\(.\)/$;\1;'` charybdis-4.1.2/shtool:1597: dstbase=`echo $dst | sed -e 's;.*/\([^/]*\)$;\1;'` charybdis-4.1.2/shtool-1598- fi ############################################## charybdis-4.1.2/shtool-1611- if [ ".$srcdir" = . ]; then charybdis-4.1.2/shtool:1612: srcdir="`pwd | sed -e 's;/*$;;'`" charybdis-4.1.2/shtool-1613- srcisabs=1 ############################################## charybdis-4.1.2/shtool-1615- elif [ -d $srcdir ]; then charybdis-4.1.2/shtool:1616: srcdir="`cd $srcdir; pwd | sed -e 's;/*$;;'`" charybdis-4.1.2/shtool-1617- srcisabs=1 ############################################## charybdis-4.1.2/shtool-1630- while [ ".$srcdir" != . ] && [ ".$dstdir" != . ]; do charybdis-4.1.2/shtool:1631: presrc=`echo $srcdir | sed -e 's;^\([^/]*\)/.*;\1;'` charybdis-4.1.2/shtool:1632: predst=`echo $dstdir | sed -e 's;^\([^/]*\)/.*;\1;'` charybdis-4.1.2/shtool-1633- if [ ".$presrc" != ".$predst" ]; then ############################################## charybdis-4.1.2/shtool-1636- prefix="$prefix$presrc/" charybdis-4.1.2/shtool:1637: srcdir=`echo $srcdir | sed -e 's;^[^/]*/*;;'` charybdis-4.1.2/shtool:1638: dstdir=`echo $dstdir | sed -e 's;^[^/]*/*;;'` charybdis-4.1.2/shtool-1639- done ############################################## charybdis-4.1.2/shtool-1677- else charybdis-4.1.2/shtool:1678: dstbase=`echo "$prefix$srcdir" | sed -e 's;/*$;;' -e 's;.*/\([^/]*\)$;\1;'` charybdis-4.1.2/shtool-1679- fi ############################################## charybdis-4.1.2/shtool-1682- # now finalize source and destination directory paths charybdis-4.1.2/shtool:1683: srcdir=`echo $srcdir | sed -e 's;\([^/]\)$;\1/;'` charybdis-4.1.2/shtool:1684: dstdir=`echo $dstdir | sed -e 's;\([^/]\)$;\1/;'` charybdis-4.1.2/shtool-1685- ############################################## charybdis-4.1.2/shtool-1702- # source and destination directory charybdis-4.1.2/shtool:1703: src=`echo "$1" | sed -e 's:/$::' -e 's:^\./\(.\):\1:'` charybdis-4.1.2/shtool:1704: dst=`echo "$2" | sed -e 's:/$::' -e 's:^\./\(.\):\1:'` charybdis-4.1.2/shtool-1705- ############################################## charybdis-4.1.2/shtool-1742- else charybdis-4.1.2/shtool:1743: src="`cd $src; pwd`"; charybdis-4.1.2/shtool-1744- fi ############################################## charybdis-4.1.2/shtool-1782- fi charybdis-4.1.2/shtool:1783: basename=`echo $file | sed -e 's:^.*/::'` charybdis-4.1.2/shtool:1784: dir=`echo $file | sed -e 's:[^/]*$::' -e 's:/$::' -e 's:$:/:' -e 's:^/$::'` charybdis-4.1.2/shtool:1785: from=`echo "$src/$file" | sed -e 's/^\.\///'` charybdis-4.1.2/shtool-1786- to="$dst/$dir$basename" ############################################## charybdis-4.1.2/shtool-1788- if [ ".$dir" != . ]; then charybdis-4.1.2/shtool:1789: subdir=`echo $dir | sed -e 's:/$::'` charybdis-4.1.2/shtool-1790- # derive reverse path from forward path ############################################## charybdis-4.1.2/shtool-1830- for p in $paths; do charybdis-4.1.2/shtool:1831: for file in `find $p -depth -print`; do charybdis-4.1.2/shtool-1832- if [ -f $file ]; then ############################################## charybdis-4.1.2/shtool-1884- if [ ".$opt_s" != . ]; then charybdis-4.1.2/shtool:1885: if [ ".`expr $opt_s : '[0-9]*$'`" != .0 ]; then charybdis-4.1.2/shtool-1886- : charybdis-4.1.2/shtool:1887: elif [ ".`expr $opt_s : '[0-9]*[Kk]$'`" != .0 ]; then charybdis-4.1.2/shtool:1888: opt_s=`expr $opt_s : '\([0-9]*\)[Kk]$'` charybdis-4.1.2/shtool:1889: opt_s=`expr $opt_s \* 1024` charybdis-4.1.2/shtool:1890: elif [ ".`expr $opt_s : '[0-9]*[Mm]$'`" != .0 ]; then charybdis-4.1.2/shtool:1891: opt_s=`expr $opt_s : '\([0-9]*\)[Mm]$'` charybdis-4.1.2/shtool:1892: opt_s=`expr $opt_s \* 1048576` # 1024*1024 charybdis-4.1.2/shtool:1893: elif [ ".`expr $opt_s : '[0-9]*[Gg]$'`" != .0 ]; then charybdis-4.1.2/shtool:1894: opt_s=`expr $opt_s : '\([0-9]*\)[Gg]$'` charybdis-4.1.2/shtool:1895: opt_s=`expr $opt_s \* 1073741824` # 1024*1024*1024 charybdis-4.1.2/shtool-1896- else ############################################## charybdis-4.1.2/shtool-1998- case $file in charybdis-4.1.2/shtool:1999: */* ) eval `echo $file | sed -e 's%^\(.*\)/\([^/]*\)$%ldir="\1"; file="\2";%'` ;; charybdis-4.1.2/shtool-2000- esac ############################################## charybdis-4.1.2/shtool-2015- sed -e 's; -> .*$;;' -e 's;[ ][ ]*; ;g'` charybdis-4.1.2/shtool:2016: n=`expr $# - 3` charybdis-4.1.2/shtool:2017: eval "size=\`echo \${$n}\`" charybdis-4.1.2/shtool-2018- ############################################## charybdis-4.1.2/shtool-2042- # kick away out-rotated logfile charybdis-4.1.2/shtool:2043: n=`expr $opt_n - 1` charybdis-4.1.2/shtool:2044: n=`echo dummy | awk "{ printf(\"%0${opt_p}d\", n); }" n=$n` charybdis-4.1.2/shtool-2045- if [ -f "${adir}/${file}.${n}${comp_suf}" ]; then ############################################## charybdis-4.1.2/shtool-2063- m=$n charybdis-4.1.2/shtool:2064: n=`expr $n - 1` charybdis-4.1.2/shtool:2065: n=`echo dummy | awk "{ printf(\"%0${opt_p}d\", n); }" n=$n` charybdis-4.1.2/shtool-2066- if [ $n -eq 0 ] && [ ".$opt_d" = .yes ]; then ############################################## charybdis-4.1.2/shtool-2255- for spec in find:gfind,find tar:gtar,tar tardy:tardy,tarcust; do charybdis-4.1.2/shtool:2256: prg=`echo $spec | sed -e 's/:.*$//'` charybdis-4.1.2/shtool:2257: tools=`echo $spec | sed -e 's/^.*://'` charybdis-4.1.2/shtool-2258- eval "prg_${prg}=''" charybdis-4.1.2/shtool-2259- # iterate over tools charybdis-4.1.2/shtool:2260: for tool in `echo $tools | sed -e 's/,/ /g'`; do charybdis-4.1.2/shtool-2261- # iterate over paths ############################################## charybdis-4.1.2/shtool-2276- exclude='' charybdis-4.1.2/shtool:2277: for pat in `echo $opt_e | sed 's/,/ /g'`; do charybdis-4.1.2/shtool-2278- exclude="$exclude | grep -v '$pat'" ############################################## charybdis-4.1.2/shtool-2309- else charybdis-4.1.2/shtool:2310: tarname=`echo $tarfile | sed -e 's/\.tar.*$//' -e 's;.*/\([^/]*\)$;\1;'` charybdis-4.1.2/shtool-2311- fi ############################################## charybdis-4.1.2/shtool-2315- elif [ -d "$from" ]; then charybdis-4.1.2/shtool:2316: tarname=`echo $from | sed -e 's;.*/\([^/]*\)$;\1;'` charybdis-4.1.2/shtool-2317- else ############################################## charybdis-4.1.2/shtool-2463- (diff -U1 $file $file.new >$tmpfile) 2>/dev/null charybdis-4.1.2/shtool:2464: if [ ".`cat $tmpfile`" = . ]; then charybdis-4.1.2/shtool-2465- (diff -C1 $file $file.new >$tmpfile) 2>/dev/null charybdis-4.1.2/shtool:2466: if [ ".`cat $tmpfile`" = . ]; then charybdis-4.1.2/shtool-2467- echo "$msgprefix:Warning: unable to show difference for file \`$file'" 1>&2 ############################################## charybdis-4.1.2/shtool-2685- # determine system charybdis-4.1.2/shtool:2686: r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'` charybdis-4.1.2/shtool-2687- ST="NetBSD ${r}" ############################################## charybdis-4.1.2/shtool-2704- # determine system charybdis-4.1.2/shtool:2705: r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'` charybdis-4.1.2/shtool-2706- ST="OpenBSD ${r}" ############################################## charybdis-4.1.2/shtool-2720- # determine system charybdis-4.1.2/shtool:2721: r=`echo "${UNAME_RELEASE}" | sed -e 's/\([-_].*\)$/[\1]/'` charybdis-4.1.2/shtool-2722- ST="DragonFly ${r}" ############################################## charybdis-4.1.2/shtool-2764- [ ! -f "/etc/${tagfile}" ] && continue charybdis-4.1.2/shtool:2765: n=`echo ${tagfile} | sed -e 's/[_-]release$//' -e 's/[_-]version$//'` charybdis-4.1.2/shtool-2766- v=`(grep VERSION /etc/${tagfile}; cat /etc/${tagfile}) | grep '[0-9]' | sed -e 'q' |\ ############################################## charybdis-4.1.2/shtool-2771- -e 's/^#.*$//'` charybdis-4.1.2/shtool:2772: case "`util_lower ${n}`" in charybdis-4.1.2/shtool-2773- redhat ) charybdis-4.1.2/shtool:2774: if [ ".`egrep '(Red Hat Enterprise Linux|CentOS)' /etc/${tagfile}`" != . ]; then charybdis-4.1.2/shtool-2775- n="<R>ed <H>at <E>nterprise <L>inux" ############################################## charybdis-4.1.2/shtool-2862- ST="QNX[ Neutrino RTOS] ${v}" charybdis-4.1.2/shtool:2863: v=`echo "${v}" | sed -e 's;^\([0-9][0-9]*\.[0-9][0-9]*\).*$;\1;'` charybdis-4.1.2/shtool-2864- SP="QNX[ Neutrino RTOS] ${v}" ############################################## charybdis-4.1.2/shtool-2913- # determine system charybdis-4.1.2/shtool:2914: v=`echo "${UNAME_RELEASE}" | sed -e 's;^[^0-9]*;;'` charybdis-4.1.2/shtool-2915- ST="[HP ]<HP>-<UX ${v}>" ############################################## charybdis-4.1.2/shtool-2934- # determine system charybdis-4.1.2/shtool:2935: v=`echo "${UNAME_RELEASE}" | sed -e 's;^[VTX];;'` charybdis-4.1.2/shtool-2936- ST="[HP ]Tru64 ${v}" ############################################## charybdis-4.1.2/shtool-2945- if [ -x /usr/sbin/lsdev -a -x /usr/sbin/lsattr ]; then charybdis-4.1.2/shtool:2946: cpu_id=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'` charybdis-4.1.2/shtool:2947: if [ ".`/usr/sbin/lsattr -El ${cpu_id} | grep -i powerpc`" != . ]; then charybdis-4.1.2/shtool-2948- cpu_arch=PPC ############################################## charybdis-4.1.2/shtool-2995- SP="$ST" charybdis-4.1.2/shtool:2996: v="`(sw_vers) 2>/dev/null | grep 'ProductVersion:' | sed -e 's/^ProductVersion:[^0-9]*\([0-9][0-9.]*\).*$/\1/'`" charybdis-4.1.2/shtool-2997- if [ ".$v" = . ]; then ############################################## charybdis-4.1.2/shtool-2999- if [ -f /System/Library/CoreServices/${name}Version.plist ]; then charybdis-4.1.2/shtool:3000: v=`(defaults read "/System/Library/CoreServices/${name}Version" "ProductVersion") 2>/dev/null` charybdis-4.1.2/shtool-3001- [ ".$v" != . ] && break ############################################## charybdis-4.1.2/shtool-3054- * ) charybdis-4.1.2/shtool:3055: AT=`echo "${UNAME_MACHINE}" | sed -e "s; ;${opt_C};g"` charybdis-4.1.2/shtool-3056- AP="${AT}" ############################################## charybdis-4.1.2/shtool-3080- if [ ".$opt_v" = .yes ]; then charybdis-4.1.2/shtool:3081: opt_F=`echo ":$opt_F" | sed -e 's/^://' -e 's/%\([as][cpt]\)/%[\1]/g'` charybdis-4.1.2/shtool-3082- elif [ ".$opt_c" = .yes ]; then charybdis-4.1.2/shtool:3083: opt_F=`echo ":$opt_F" | sed -e 's/^://' -e 's/%\([as][cpt]\)/%<\1>/g'` charybdis-4.1.2/shtool-3084- fi ############################################## charybdis-4.1.2/shtool-3095- *"%[${val_lc}]"* | *"%{${val_lc}}"* | *"%${val_lc}"* | *"%<${val_lc}>"* ) charybdis-4.1.2/shtool:3096: var_uc=`util_upper "$var_lc"` charybdis-4.1.2/shtool-3097- eval "val=\"\$${var_uc}\"" ############################################## charybdis-4.1.2/shtool-3173- if [ ".$opt_L" = .yes ]; then charybdis-4.1.2/shtool:3174: output=`util_lower "$output"` charybdis-4.1.2/shtool-3175- elif [ ".$opt_U" = .yes ]; then charybdis-4.1.2/shtool:3176: output=`util_upper "$output"` charybdis-4.1.2/shtool-3177- fi ############################################## charybdis-4.1.2/shtool-3200- # walk through the file list and expand archives members charybdis-4.1.2/shtool:3201: ar_tmpdir=`echo $archive | sed -e 's;[^/]*$;.arx;'` charybdis-4.1.2/shtool-3202- nfiles='' ############################################## charybdis-4.1.2/shtool-3221- * ) charybdis-4.1.2/shtool:3222: dir=`echo $file | sed -e 's;[^/]*$;;' -e 's;\(.\)/$;\1;' -e 's;^$;.;'` charybdis-4.1.2/shtool:3223: base=`echo $file | sed -e 's;.*/\([^/]*\)$;\1;'` charybdis-4.1.2/shtool:3224: from="`cd $dir; pwd`/$base" charybdis-4.1.2/shtool-3225- ;; ############################################## charybdis-4.1.2/shtool-3234- fi charybdis-4.1.2/shtool:3235: for member in - `eval $ar_prg t $file | sed -e '/_\.SYMDEF/d'`; do charybdis-4.1.2/shtool-3236- [ ".$member" = .- ] && continue ############################################## charybdis-4.1.2/shtool-3293- # split argument into option plus option argument charybdis-4.1.2/shtool:3294: arg="`echo $opt | cut -c3-`" charybdis-4.1.2/shtool:3295: opt="`echo $opt | cut -c1-2`" charybdis-4.1.2/shtool-3296- # store into containers ############################################## charybdis-4.1.2/shtool-3336- OIFS3="$IFS"; IFS="$DIFS" charybdis-4.1.2/shtool:3337: for file in '' `cd $dir && env -i /bin/ls lib${lib}.* 2>/dev/null`; do charybdis-4.1.2/shtool-3338- [ ".$file" = . ] && continue ############################################## charybdis-4.1.2/shtool-3377- LIBS_OBJ="$LIBS_OBJ:$lib" charybdis-4.1.2/shtool:3378: #dirlist="`echo $DIRS $DIRS_DEFAULT | sed -e 's/:/ /g'`" charybdis-4.1.2/shtool-3379- #echo "slo:Warning: library \"$lib\" not found in any of the following dirs:" 2>&1 ############################################## charybdis-4.1.2/shtool-3419- eval "val=\"\$${var}\"" charybdis-4.1.2/shtool:3420: val="`echo $val | sed -e 's/^ *//'`" charybdis-4.1.2/shtool-3421- echo "${opt_p}${var}=\"${val}\"" ############################################## charybdis-4.1.2/shtool-3662- # use given triple charybdis-4.1.2/shtool:3663: if [ ".`echo $triple | grep '[0-9]*.[0-9]*[sabp.][0-9]*'`" = . ]; then charybdis-4.1.2/shtool-3664- echo "$msgprefix:Error: invalid argument to option \`-s': \`$opt_s'" 1>&2 ############################################## charybdis-4.1.2/shtool-3687- case $opt_i in charybdis-4.1.2/shtool:3688: v ) ver=`expr $ver + 1` charybdis-4.1.2/shtool-3689- rev=0 ############################################## charybdis-4.1.2/shtool-3691- ;; charybdis-4.1.2/shtool:3692: r ) rev=`expr $rev + 1` charybdis-4.1.2/shtool-3693- lev=0 charybdis-4.1.2/shtool-3694- ;; charybdis-4.1.2/shtool:3695: l ) lev=`expr $lev + 1` charybdis-4.1.2/shtool-3696- ;; ############################################## charybdis-4.1.2/shtool-3810- # (do NOT try to optimize this in any way because of portability) charybdis-4.1.2/shtool:3811: filestr=`util_upper "$file" | tr './%+' '____' | sed -e 's/-/_/g'` charybdis-4.1.2/shtool-3812- charybdis-4.1.2/shtool-3813- # generate uppercase prefix charybdis-4.1.2/shtool:3814: prefixupper=`util_upper "$prefix"` charybdis-4.1.2/shtool-3815- ############################################## charybdis-4.1.2/shtool-3967- rp='' charybdis-4.1.2/shtool:3968: for pe in `IFS="$IFS/"; echo $namelist`; do charybdis-4.1.2/shtool-3969- rp="../$rp" ############################################## charybdis-4.1.2/shtool-3996- for dir in $paths; do charybdis-4.1.2/shtool:3997: dir=`echo $dir | sed -e 's;/*$;;'` charybdis-4.1.2/shtool-3998- nc=99 ############################################## charybdis-4.1.2/shtool-4001- perl="$dir/$name" charybdis-4.1.2/shtool:4002: pv=`$perl -e 'printf("%.3f", $]);'` charybdis-4.1.2/shtool-4003- echo "$pv:$pc:$nc:$perl" >>$tmpfile ############################################## charybdis-4.1.2/shtool-4005- fi charybdis-4.1.2/shtool:4006: nc=`expr $nc - 1` charybdis-4.1.2/shtool-4007- done charybdis-4.1.2/shtool:4008: pc=`expr $pc - 1` charybdis-4.1.2/shtool-4009- done charybdis-4.1.2/shtool-4010- if [ $found = 1 ]; then charybdis-4.1.2/shtool:4011: perl="`cat $tmpfile | sort -r -u | sed -e 'q' | cut -d: -f4`" charybdis-4.1.2/shtool-4012- rm -f $tmpfile >/dev/null 2>&1 ############################################## charybdis-4.1.2/shtool-4027- (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out charybdis-4.1.2/shtool:4028: my_error=`grep -v '^ *+' $tmpfile.out` charybdis-4.1.2/shtool-4029- if [ ".$my_error" != . ]; then ############################################## charybdis-4.1.2/shtool-4032- (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out charybdis-4.1.2/shtool:4033: my_error=`grep -v '^ *+' $tmpfile.out` charybdis-4.1.2/shtool-4034- if [ ".$my_error" != . ]; then ############################################## charybdis-4.1.2/shtool-4036- for path in $paths /lib /usr/lib /usr/local/lib; do charybdis-4.1.2/shtool:4037: path=`echo $path | sed -e 's;/*$;;'` charybdis-4.1.2/shtool-4038- if [ $minusx "$path/cpp" ] && [ ! -d "$path/cpp" ]; then ############################################## charybdis-4.1.2/shtool-4044- (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out charybdis-4.1.2/shtool:4045: my_error=`grep -v '^ *+' $tmpfile.out` charybdis-4.1.2/shtool-4046- if [ ".$my_error" != . ]; then ############################################## charybdis-4.1.2/shtool-4066- for path in $paths; do charybdis-4.1.2/shtool:4067: path=`echo $path | sed -e 's;/*$;;'` charybdis-4.1.2/shtool-4068- if [ $minusx "$path/$name" ] && [ ! -d "$path/$name" ]; then ############################################## charybdis-4.1.2/tests/tap/libtap.sh-53-finish () { charybdis-4.1.2/tests/tap/libtap.sh:54: tap_highest=`expr "$count" - 1` charybdis-4.1.2/tests/tap/libtap.sh-55- if [ "$planned" = 0 ] ; then ############################################## charybdis-4.1.2/tests/tap/libtap.sh-69- elif [ "$planned" -lt "$tap_highest" ] ; then charybdis-4.1.2/tests/tap/libtap.sh:70: tap_extra=`expr "$tap_highest" - "$planned"` charybdis-4.1.2/tests/tap/libtap.sh-71- if [ "$planned" -gt 1 ] ; then ############################################## charybdis-4.1.2/tests/tap/libtap.sh-115- echo not ok "$count$tap_desc" charybdis-4.1.2/tests/tap/libtap.sh:116: failed=`expr $failed + 1` charybdis-4.1.2/tests/tap/libtap.sh-117- fi charybdis-4.1.2/tests/tap/libtap.sh:118: count=`expr $count + 1` charybdis-4.1.2/tests/tap/libtap.sh-119-} ############################################## charybdis-4.1.2/tests/tap/libtap.sh-123- echo "ok $count # skip $*" charybdis-4.1.2/tests/tap/libtap.sh:124: count=`expr $count + 1` charybdis-4.1.2/tests/tap/libtap.sh-125-} ############################################## charybdis-4.1.2/tests/tap/libtap.sh-130- tap_i=$count charybdis-4.1.2/tests/tap/libtap.sh:131: tap_end=`expr $count + $1` charybdis-4.1.2/tests/tap/libtap.sh-132- shift ############################################## charybdis-4.1.2/tests/tap/libtap.sh-134- ok "$@" charybdis-4.1.2/tests/tap/libtap.sh:135: tap_i=`expr $tap_i + 1` charybdis-4.1.2/tests/tap/libtap.sh-136- done ############################################## charybdis-4.1.2/tests/tap/libtap.sh-142- tap_i=$count charybdis-4.1.2/tests/tap/libtap.sh:143: tap_end=`expr $count + $1` charybdis-4.1.2/tests/tap/libtap.sh-144- shift ############################################## charybdis-4.1.2/tests/tap/libtap.sh-146- skip "$@" charybdis-4.1.2/tests/tap/libtap.sh:147: tap_i=`expr $tap_i + 1` charybdis-4.1.2/tests/tap/libtap.sh-148- done ############################################## charybdis-4.1.2/tests/tap/libtap.sh-178- shift charybdis-4.1.2/tests/tap/libtap.sh:179: tap_output=`"$@" 2>&1` charybdis-4.1.2/tests/tap/libtap.sh-180- tap_status=$? ############################################## charybdis-4.1.2/tests/tap/libtap.sh-196-strip_colon_error() { charybdis-4.1.2/tests/tap/libtap.sh:197: tap_output=`"$@" 2>&1` charybdis-4.1.2/tests/tap/libtap.sh-198- tap_status=$? charybdis-4.1.2/tests/tap/libtap.sh:199: tap_output=`puts "$tap_output" | sed 's/^\([^ ]* [^:]*\):.*/\1/'` charybdis-4.1.2/tests/tap/libtap.sh-200- puts "$tap_output" ############################################## charybdis-4.1.2/testsuite/startall.sh-2-testdir=`pwd` charybdis-4.1.2/testsuite/startall.sh:3:prefix=`sed -n -e 's/^#define IRCD_PREFIX "\(.*\)"/\1/p' "$testdir/../include/setup.h"` charybdis-4.1.2/testsuite/startall.sh-4-[ -d $prefix ] || { echo Unable to find installation prefix; exit 1; }