Searched refs:nIn (Results 1 – 7 of 7) sorted by relevance
/netbsd/usr.sbin/makemandb/ |
H A D | custom_apropos_tokenizer.c | 354 for (i = 0; i < nIn; i++) { in copy_stemmer() 365 if (nIn > mx * 2) { in copy_stemmer() 366 for (j = mx, i = nIn - mx; i < nIn; i++, j++) { in copy_stemmer() 405 if (nIn < 3 || nIn >= sizeof(zReverse) - 7) { in porter_stemmer() 409 copy_stemmer(zIn, nIn, zOut, pnOut); in porter_stemmer() 423 copy_stemmer(zIn, nIn, zOut, pnOut); in porter_stemmer() 643 char *dupword = malloc(nIn); in do_stem() 647 for (size_t i = 0; i < nIn; i++) in do_stem() 650 size_t idx = nostem_hash(dupword, nIn); in do_stem() 651 if (strncmp(nostem[idx], dupword, nIn) == 0 && nostem[idx][nIn] == 0) in do_stem() [all …]
|
/netbsd/external/bsd/bzip2/dist/ |
H A D | unzcrash.c | 46 int nIn, nOut, nZ; variable 94 nIn = fread ( inbuf, 1, M_BLOCK, f ); in main() 95 fprintf ( stderr, "%d bytes read\n", nIn ); in main() 99 zbuf, &nZ, inbuf, nIn, 9, 0, 30 ); in main() 115 if (nOut != nIn) { in main() 116 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut ); in main() 132 assert (nOut == nIn); in main()
|
/netbsd/tests/bin/sh/ |
H A D | 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 \
|
/netbsd/external/gpl2/gmake/dist/tests/scripts/features/ |
H A D | vpath | 8 ."\nIn this test, we specify the working directory for all files\n"
|
/netbsd/external/public-domain/sqlite/dist/ |
H A D | shell.c | 2150 long nIn; in readFileContents() local 2156 nIn = ftell(in); in readFileContents() 5010 str.avail_in = nIn; in zipfileInflate() 5060 str.avail_in = nIn; in zipfileDeflate() 5656 sz = nIn; in zipfileUpdate() 5658 nData = nIn; in zipfileUpdate() 7308 if( nIn ) memcpy(zRet, zIn, nIn); in idxAppendText() 11140 long nIn; in readFile() local 11145 nIn = ftell(in); in readFile() 11155 pBuf[nIn] = 0; in readFile() [all …]
|
H A D | sqlite3.h | 10221 int nIn, const void *pIn, /* Input changeset */ 10874 int nIn, const void *pIn,
|
H A D | sqlite3.c | 113420 nIn -= len; 113431 nIn -= len; 141702 int nIn = 0; 165518 int nIn = n; 165618 nIn -= nByte; 166886 if( nIn>mx*2 ){ 166887 for(j=mx, i=nIn-mx; i<nIn; i++, j++){ 166924 if( nIn<3 || nIn>=(int)sizeof(zReverse)-7 ){ 197563 pIn += nIn; 202216 if( nIn<0 ){ [all …]
|