Searched refs:nIn (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/bzip2/ |
| H A D | unzcrash.c | 44 int nIn, nOut, nZ; variable 92 nIn = fread ( inbuf, 1, M_BLOCK, f ); in main() 93 fprintf ( stderr, "%d bytes read\n", nIn ); in main() 97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 ); in main() 113 if (nOut != nIn) { in main() 114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut ); in main() 130 assert (nOut == nIn); in main()
|
| /freebsd/contrib/netbsd-tests/bin/sh/ |
| H A D | t_redir.sh | 776 atf_check -s exit:0 -o inline:'In-Func\nIn-Func\nsuccess6\n' -e empty \ 778 atf_check -s exit:0 -o inline:'In-Func\nIn-Func\nsuccess7\n' -e empty \ 780 atf_check -s exit:0 -o inline:'In-Func\nIn-Func\nsuccess8\n' -e empty \
|
| /freebsd/usr.sbin/bsdconfig/security/include/ |
| H A D | messages.subr | 45 …,\nwhich may increase resistance to exploits and protect system integrity.\nIn secure mode system …
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 8992 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){ in re_match() argument 9005 in.mx = nIn>=0 ? nIn : (int)strlen((char const*)zIn); in re_match() 9892 sqlite3_int64 nIn; in readFileContents() local 9903 nIn = ftell(in); in readFileContents() 9907 if( nIn>mxBlob ){ in readFileContents() 9912 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents() 9918 if( nIn==(sqlite3_int64)fread(pBuf, 1, (size_t)nIn, in) ){ in readFileContents() 9919 sqlite3_result_blob64(ctx, pBuf, nIn, sqlite3_free); in readFileContents() 13163 int nIn, /* Size of buffer aIn[] in bytes */ in zipfileInflate() argument 13175 str.avail_in = nIn; in zipfileInflate() [all …]
|
| H A D | sqlite3.h | 12338 int nIn, const void *pIn, /* Input changeset */ 13113 int nIn, const void *pIn,
|
| H A D | sqlite3.c | 12659 int nIn, const void *pIn, /* Input changeset */ 13434 int nIn, const void *pIn, 82956 u32 nIn; /* Size of input buffer aIn[] */ local 82966 nIn = pSrc->info.nLocal; 82968 if( aIn+nIn>pSrc->pPage->aDataEnd ){ 82972 if( nIn==nRem && nIn<pDest->pPage->maxLocal ){ 82973 memcpy(aOut, aIn, nIn); 82974 pBt->nPreformatSize = nIn + (int)(aOut - pBt->pTmpSpace); 82992 if( nRem>nIn ){ 82993 if( aIn+nIn+4>pSrc->pPage->aDataEnd ){ [all …]
|