Home
last modified time | relevance | path

Searched refs:seglim (Results 1 – 11 of 11) sorted by relevance

/dports/sysutils/heirloom/heirloom-070715/bdiff/
H A Dbdiff.c79 static int seglim; /* limit of size of file segment to be generated */ variable
147 seglim = 3500; in main()
153 if ((seglim = atoi(argv[3])) == 0) in main()
254 while (olp && otcnt < seglim) { in main()
271 while (nlp && ntcnt < seglim) { in main()
338 linenum += seglim; in main()
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dbdiff.c118 static int seglim; /* limit of size of file segment to be generated */ variable
200 seglim = 3500;
206 if ((seglim = atoi(argv[3])) == 0)
316 while (oll > 0 && otcnt < seglim) {
333 while (nll > 0 && ntcnt < seglim) {
422 linenum += seglim;
/dports/devel/smake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dbdiff.c118 static int seglim; /* limit of size of file segment to be generated */ variable
200 seglim = 3500;
206 if ((seglim = atoi(argv[3])) == 0)
316 while (oll > 0 && otcnt < seglim) {
333 while (nll > 0 && ntcnt < seglim) {
422 linenum += seglim;
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dbdiff.c118 static int seglim; /* limit of size of file segment to be generated */ variable
200 seglim = 3500;
206 if ((seglim = atoi(argv[3])) == 0)
316 while (oll > 0 && otcnt < seglim) {
333 while (nll > 0 && ntcnt < seglim) {
422 linenum += seglim;
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dbdiff.c118 static int seglim; /* limit of size of file segment to be generated */ variable
200 seglim = 3500;
206 if ((seglim = atoi(argv[3])) == 0)
316 while (oll > 0 && otcnt < seglim) {
333 while (nll > 0 && ntcnt < seglim) {
422 linenum += seglim;
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dbdiff.c118 static int seglim; /* limit of size of file segment to be generated */ variable
200 seglim = 3500;
206 if ((seglim = atoi(argv[3])) == 0)
316 while (oll > 0 && otcnt < seglim) {
333 while (nll > 0 && ntcnt < seglim) {
422 linenum += seglim;
/dports/archivers/star/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dbdiff.c118 static int seglim; /* limit of size of file segment to be generated */ variable
200 seglim = 3500;
206 if ((seglim = atoi(argv[3])) == 0)
316 while (oll > 0 && otcnt < seglim) {
333 while (nll > 0 && ntcnt < seglim) {
422 linenum += seglim;
/dports/sysutils/cdrtools/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dbdiff.c118 static int seglim; /* limit of size of file segment to be generated */ variable
200 seglim = 3500;
206 if ((seglim = atoi(argv[3])) == 0)
316 while (oll > 0 && otcnt < seglim) {
333 while (nll > 0 && ntcnt < seglim) {
422 linenum += seglim;
/dports/editors/ved/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dbdiff.c118 static int seglim; /* limit of size of file segment to be generated */ variable
200 seglim = 3500;
206 if ((seglim = atoi(argv[3])) == 0)
316 while (oll > 0 && otcnt < seglim) {
333 while (nll > 0 && ntcnt < seglim) {
422 linenum += seglim;
/dports/sysutils/schilyutils/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dbdiff.c118 static int seglim; /* limit of size of file segment to be generated */ variable
200 seglim = 3500;
206 if ((seglim = atoi(argv[3])) == 0)
316 while (oll > 0 && otcnt < seglim) {
333 while (nll > 0 && ntcnt < seglim) {
422 linenum += seglim;
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Disp_library.c98 seglim = ISP_RQDSEG; in isp_send_cmd()
102 seglim = 0; in isp_send_cmd()
122 seglim = 1; in isp_send_cmd()
128 if (seglim > nsegs) { in isp_send_cmd()
129 seglim = nsegs; in isp_send_cmd()
154 seglim = ISP_CDSEG64; in isp_send_cmd()
160 seglim = ISP_CDSEG; in isp_send_cmd()
166 seglim = nsegs - seg; in isp_send_cmd()
2027 seglim = 0; in isp_send_tgt_cmd()
2094 seglim = 1; in isp_send_tgt_cmd()
[all …]