Home
last modified time | relevance | path

Searched refs:nIn (Results 1 – 7 of 7) sorted by relevance

/netbsd/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c354 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 Dunzcrash.c46 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 Dt_redir.sh908 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 Dvpath8 ."\nIn this test, we specify the working directory for all files\n"
/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c2150 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 Dsqlite3.h10221 int nIn, const void *pIn, /* Input changeset */
10874 int nIn, const void *pIn,
H A Dsqlite3.c113420 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 …]