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

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c350 copy_stemmer(const char *zIn, size_t nIn, char *zOut, size_t *pnOut) argument
357 zOut[i] = c - 'A' + 'a';
361 zOut[i] = c;
367 zOut[j] = zOut[i];
371 zOut[i] = 0;
377 * Stem the input word zIn[0..nIn-1]. Store the output in zOut.
378 * zOut is at least big enough to hold nIn bytes. Write the actual
397 * no chance of overflowing the zOut buffer.
400 porter_stemmer(const char *zIn, size_t nIn, char *zOut, size_ argument
640 do_stem(const char *zIn, size_t nIn, char *zOut, size_t *pnOut) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d373 int function (sqlite3_vfs*, const char *zName, int nOut, char *zOut) xFullPathname;
378 int function (sqlite3_vfs*, int nByte, char *zOut) xRandomness;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c1750 ** of good-quality randomness into zOut. The return value is
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 */ local
34246 unsigned char *zOut; /* Output buffer */ local
34508 unsigned char *zOut = zIn; local
35304 sqlite3Int64ToText(i64 v, char *zOut) argument
37726 char *zOut; local
44626 char *zOut; /* Write the pathname here */ member in struct:DbPath
48300 char *zOut = 0; local
51906 char *zOut; local
51928 char *zOut = sqlite3MallocZero( pVfs->mxPathname+1 ); local
51950 char *zOut = sqlite3MallocZero( pVfs->mxPathname+1 ); local
81832 u8 *zOut = &zDestData[iOff%nDestPgsz]; local
105572 u8 *zOut = zBuf; local
116608 char *zOut; local
129098 unsigned char *z, *zOut; local
129285 unsigned char *zOut; /* The output */ local
153903 const char *zOut; /* Name of output file */ local
193260 copy_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
193307 porter_stemmer(const char *zIn, int nIn, char *zOut, int *pnOut) argument
202769 char *zOut; local
206204 char *zOut; local
221171 char *zOut = sqlite3_mprintf("rbu(%s)/%z", pRbuVfs->base.zName, zIn); local
225566 char *zOut = (char *)&p->aBuf[p->nBuf]; local
232661 char *zOut; /* Output value */ member in struct:HighlightContext
234150 char *zOut = sqlite3_malloc64(nIn+1); local
252466 char *zOut = aFold; local
253343 char *zOut = aBuf; local
[all...]
H A Dsqlite3.h1437 ** of good-quality randomness into zOut. The return value is
1476 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1481 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
H A Dshell.c8784 static int apndFullPathname(sqlite3_vfs*, const char *zName, int, char *zOut);
8789 static int apndRandomness(sqlite3_vfs*, int nByte, char *zOut);
9214 char *zOut
9216 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut);
15999 char *zOut = (char*)sqlite3_malloc64(nAlloc); local
16000 if( zOut==0 ){
16006 memcpy(&zOut[iOut], "replace(replace(", 16);
16009 memcpy(&zOut[iOut], "replace(", 8);
16014 memcpy(&zOut[iOut], zNL, nNL);
16017 memcpy(&zOut[iOu
20478 unsigned char *zOut; /* Output text */ local
27426 const char *zOut; local
29590 fiddle_export_db( int (*xCallback)(unsigned const char *zOut, int n) ) argument
[all...]

Completed in 665 milliseconds