HomeSort by: relevance | last modified time | path
    Searched refs:nIn (Results 1 - 2 of 2) 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)
354 for (i = 0; i < nIn; i++) {
365 if (nIn > mx * 2) {
366 for (j = mx, i = nIn - mx; i < nIn; i++, j++) {
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
400 porter_stemmer(const char *zIn, size_t nIn, char *zOut, size_t *pnOut)
405 if (nIn < 3 || nIn >= sizeof(zReverse) - 7)
    [all...]
  /src/tests/bin/sh/
t_redir.sh 908 atf_check -s exit:0 -o inline:'In-Func\nIn-Func\nsuccess6\n' -e empty \
910 atf_check -s exit:0 -o inline:'In-Func\nIn-Func\nsuccess7\n' -e empty \
912 atf_check -s exit:0 -o inline:'In-Func\nIn-Func\nsuccess8\n' -e empty \

Completed in 12 milliseconds