Home
last modified time | relevance | path

Searched refs:copynum (Results 1 – 10 of 10) sorted by relevance

/dports/misc/bdelta/BDelta-0.3.1/src/
H A Dbpatch.cpp72 unsigned * copynum = new unsigned[nummatches + 1]; in main() local
76 unsigned * copynum = new unsigned[nummatches + 1]; in main() local
84 copynum[i] = read_varint(patchfile); in main()
88 copynum[i] = read_dword(patchfile); in main()
93 copynum[i] = read_dword(patchfile); in main()
95 size2 -= copyloc2[i] + copynum[i]; in main()
98 copyloc1[nummatches] = 0; copynum[nummatches] = 0; in main()
121 if (!copy_bytes_to_file(ref, outfile, copynum[i])) { in main()
122 printf("Error while copying from reference file (ofs %ld, %u bytes)\n", curofs, copynum[i]); in main()
127 delete [] copynum; in main()
H A Dbdelta.cpp111 unsigned * copynum = new unsigned[nummatches + 1]; in main() local
115 unsigned * copynum = new unsigned[nummatches + 1]; in main() local
143 copynum[i] = num; in main()
146 write_varint(fout, copynum[i]); in main()
153 copynum[i] = num; in main()
154 write_dword(fout, copynum[i]); in main()
160 copyloc1[nummatches] = 0; copynum[nummatches] = 0; in main()
188 if (i != nummatches) fp += copynum[i]; in main()
201 delete [] copynum; in main()
/dports/sysutils/deltup/deltup-0.4.4/
H A Dbpatch.cpp58 *copynum = new unsigned[nummatches+1]; in do_bdelta_patch() local
63 copynum[i] = read_dword(patchfile); in do_bdelta_patch()
64 size2-=copyloc2[i]+copynum[i]; in do_bdelta_patch()
67 copyloc1[nummatches]=0; copynum[nummatches]=0; in do_bdelta_patch()
87 if (!copy_bytes_to_file(ref, outfile, copynum[i])) { in do_bdelta_patch()
/dports/sysutils/tarsnap/tarsnap-autoconf-1.0.39/recrypt/
H A Drecrypt.c378 size_t bpos, copynum; in main() local
592 if ((copynum = cblistlen - bpos) > BATCHLEN) in main()
593 copynum = BATCHLEN; in main()
596 copyblocks(&cblist[bpos], copynum, omachinenum, SW); in main()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/tests/
H A Dquoting.sh340 foo="`eval echo "$"{copy$copynum"-0}"`"
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/tests/
H A Dquoting.sh340 foo="`eval echo "$"{copy$copynum"-0}"`"
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/tests/
H A Dquoting.sh443 foo="`eval echo "$"{copy$copynum"-0}"`"
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/tests/
H A Dquoting.sh340 foo="`eval echo "$"{copy$copynum"-0}"`"
/dports/devel/cvs-devel/cvs-1.12.13/diff/
H A Ddiff3.c951 copy_stringlist (fromptrs, fromlengths, toptrs, tolengths, copynum) in copy_stringlist() argument
956 int copynum;
963 while (copynum--)
/dports/textproc/diffutils/diffutils-3.8/src/
H A Ddiff3.c879 lin copynum) in copy_stringlist() argument
886 while (copynum--) in copy_stringlist()