Searched refs:nIn (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/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-13.1/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-13.1/usr.sbin/bsdconfig/security/include/ |
| H A D | messages.subr | 46 …,\nwhich may increase resistance to exploits and protect system integrity.\nIn secure mode system …
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | shell.c | 2291 sqlite3_int64 nIn; in readFileContents() local 2302 nIn = ftell(in); in readFileContents() 2306 if( nIn>mxBlob ){ in readFileContents() 2311 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents() 2317 if( nIn==(sqlite3_int64)fread(pBuf, 1, (size_t)nIn, in) ){ in readFileContents() 6174 in.mx = nIn>=0 ? nIn : (int)strlen((char const*)zIn); in re_match() 8347 sz = nIn; in zipfileUpdate() 10037 if( nIn ) memcpy(zRet, zIn, nIn); in idxAppendText() 15353 long nIn; in readFile() local 15358 nIn = ftell(in); in readFile() [all …]
|
| H A D | sqlite3.h | 11026 int nIn, const void *pIn, /* Input changeset */ 11679 int nIn, const void *pIn,
|
| H A D | sqlite3.c | 74701 if( nIn==nRem && nIn<pDest->pPage->maxLocal ){ 74719 if( nRem>nIn ){ 121551 nIn -= len; 153192 int nIn = 0; 179924 int nIn = n; 180024 nIn -= nByte; 181292 if( nIn>mx*2 ){ 181293 for(j=mx, i=nIn-mx; i<nIn; i++, j++){ 181330 if( nIn<3 || nIn>=(int)sizeof(zReverse)-7 ){ 218200 if( nIn<0 ){ [all …]
|