Searched refs:zSuffix (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/bzip2/ |
| H A D | bzip2.c | 1104 const Char* zSuffix[BZ_N_SUFFIX_PAIRS] variable 1175 if (hasSuffix(inName, zSuffix[i])) { in compress() 1179 progName, inName, zSuffix[i] ); in compress() 1338 if (mapSuffix(outName,zSuffix[i],unzSuffix[i])) in uncompress()
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 24434 static const struct { char *zSuffix; unsigned int iMult; } aMult[] = { in integerValue() member 24471 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){ in integerValue() 29397 static void newTempFile(ShellState *p, const char *zSuffix){ in newTempFile() argument 29419 zHome,cDirSep,zRand,zSuffix); in newTempFile()
|
| H A D | sqlite3.c | 265384 static int fts5StorageCount(Fts5Storage *p, const char *zSuffix, i64 *pnRow){ argument 265390 pConfig->zDb, pConfig->zName, zSuffix 266441 const char *zSuffix; member 266454 for(p=aRule; p->zSuffix; p++){ 266455 assert( strlen(p->zSuffix)==p->nSuffix ); 266458 if( 0==memcmp(&aBuf[nBuf - p->nSuffix], p->zSuffix, p->nSuffix) ) break; 266461 if( p->zSuffix ){
|