Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bzip2/
H A Dunzcrash.c44 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-14.2/contrib/netbsd-tests/bin/sh/
H A Dt_redir.sh776 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-14.2/usr.sbin/bsdconfig/security/include/
H A Dmessages.subr45 …,\nwhich may increase resistance to exploits and protect system integrity.\nIn secure mode system …
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.h11815 int nIn, const void *pIn, /* Input changeset */
11861 int nIn, const void *pIn, /* Input changeset */
12562 int nIn, const void *pIn,
H A Dshell.c6505 in.mx = nIn>=0 ? nIn : (int)strlen((char const*)zIn); in re_match()
7292 sqlite3_int64 nIn; in readFileContents() local
7303 nIn = ftell(in); in readFileContents()
7307 if( nIn>mxBlob ){ in readFileContents()
7312 pBuf = sqlite3_malloc64( nIn ? nIn : 1 ); in readFileContents()
7318 if( nIn==(sqlite3_int64)fread(pBuf, 1, (size_t)nIn, in) ){ in readFileContents()
11011 sz = nIn; in zipfileUpdate()
12720 if( nIn ) memcpy(zRet, zIn, nIn); in idxAppendText()
23162 long nIn; in readFile() local
23173 nIn = ftell(in); in readFile()
[all …]
H A Dsqlite3.c80175 if( nIn==nRem && nIn<pDest->pPage->maxLocal ){
80195 if( nRem>nIn ){
130181 nIn -= len;
165173 int nIn = 0;
193523 int nIn = n;
193623 nIn -= nByte;
194891 if( nIn>mx*2 ){
194892 for(j=mx, i=nIn-mx; i<nIn; i++, j++){
194929 if( nIn<3 || nIn>=(int)sizeof(zReverse)-7 ){
235505 if( nIn<0 ){
[all …]