Searched refs:zOut (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | custom_apropos_tokenizer.c | 350 copy_stemmer(const char *zIn, size_t nIn, char *zOut, size_t *pnOut) in copy_stemmer() argument 357 zOut[i] = c - 'A' + 'a'; in copy_stemmer() 361 zOut[i] = c; in copy_stemmer() 367 zOut[j] = zOut[i]; in copy_stemmer() 371 zOut[i] = 0; in copy_stemmer() 400 porter_stemmer(const char *zIn, size_t nIn, char *zOut, size_t *pnOut) in porter_stemmer() argument 409 copy_stemmer(zIn, nIn, zOut, pnOut); in porter_stemmer() 423 copy_stemmer(zIn, nIn, zOut, pnOut); in porter_stemmer() 626 zOut[i] = 0; in porter_stemmer() 628 zOut[--i] = *(z++); in porter_stemmer() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 373 int function (sqlite3_vfs*, const char *zName, int nOut, char *zOut) xFullPathname; 378 int function (sqlite3_vfs*, int nByte, char *zOut) xRandomness;
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 8784 static int apndFullPathname(sqlite3_vfs*, const char *zName, int, char *zOut); 8789 static int apndRandomness(sqlite3_vfs*, int nByte, char *zOut); 9214 char *zOut in apndFullPathname() argument 9216 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname() 15999 char *zOut = (char*)sqlite3_malloc64(nAlloc); in recoverEscapeCrnl() local 16000 if( zOut==0 ){ in recoverEscapeCrnl() 16006 memcpy(&zOut[iOut], "replace(replace(", 16); in recoverEscapeCrnl() 16009 memcpy(&zOut[iOut], "replace(", 8); in recoverEscapeCrnl() 16014 memcpy(&zOut[iOut], zNL, nNL); in recoverEscapeCrnl() 16017 memcpy(&zOut[iOut], zCR, nCR); in recoverEscapeCrnl() [all …]
|
| H A D | sqlite3.c | 1789 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); 1794 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut); 31040 char *zOut; /* Rendering buffer */ in sqlite3_str_vappendf() local 31264 zOut = buf; in sqlite3_str_vappendf() 31269 zOut = zExtra = printfTempBuf(pAccum, n); in sqlite3_str_vappendf() 31270 if( zOut==0 ) return; in sqlite3_str_vappendf() 31273 bufpt = &zOut[nOut-1]; in sqlite3_str_vappendf() 31291 length = (int)(&zOut[nOut-1]-bufpt); in sqlite3_str_vappendf() 31317 length = (int)(&zOut[nOut-1]-bufpt); in sqlite3_str_vappendf() 31407 zOut = bufpt; in sqlite3_str_vappendf() [all …]
|
| H A D | sqlite3.h | 1476 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); 1481 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
|