HomeSort by: relevance | last modified time | path
    Searched refs:zOut (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/makemandb/
custom_apropos_tokenizer.c 350 copy_stemmer(const char *zIn, size_t nIn, char *zOut, size_t *pnOut)
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_t *pnOut
    [all...]
  /src/external/public-domain/sqlite/dist/
shell.c 1624 unsigned char *zOut; /* Where to write the results */
1648 zOut = (unsigned char*)sqlite3_str_value(pStr);
1649 if( zOut==0 ) return;
1650 zOut += iStart;
1651 zIn = zOut + nCtrl;
1652 memmove(zIn,zOut,sz);
1664 memmove(&zOut[j], zIn, i);
1670 zOut[j++] = 0xe2;
1671 zOut[j++] = 0x90;
1672 zOut[j++] = 0x80+c
    [all...]
sqlite3.c 1806 ** of good-quality randomness into zOut. The return value is
1845 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1850 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);
    [all...]
sqlite3.h 1485 ** of good-quality randomness into zOut. The return value is
1524 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
1529 int (*xRandomness)(sqlite3_vfs*, int nByte, char *zOut);

Completed in 73 milliseconds