Home
last modified time | relevance | path

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

/original-bsd/local/sccscmds/sccscmds.2/util/
H A Dxalloc.c5 xalloc(asize) in xalloc() argument
6 unsigned asize; in xalloc()
/original-bsd/local/sccscmds/sccscmds.ok/util/
H A Dxalloc.c5 xalloc(asize) in xalloc() argument
6 unsigned asize; in xalloc()
/original-bsd/old/dump.4.1/
H A Ddumptape.c96 asize += sizeof(tblock)/density; in flusht()
97 asize += 7; in flusht()
99 if (!pipeout && asize > tsize) { in flusht()
116 secs = (( (60*3) + 25)*asize)/(2300L*12L*10L); in rewind()
249 asize = 0; in otape()
H A Ddump.h57 long asize; /* number of 0.1" units written on current tape */ variable
/original-bsd/local/toolchest/ksh/sh/
H A Dstak.c40 STKPTR getstak(asize) in getstak() argument
41 int asize; in getstak()
45 size=round(asize,BYTESPERWORD);
/original-bsd/old/sh/
H A Dstak.c22 STKPTR getstak(asize) in getstak() argument
23 INT asize; in getstak()
28 size=round(asize,BYTESPERWORD);
/original-bsd/usr.bin/sed/
H A Dcompile.c388 int asize, ref, size; local
397 asize = 2 * _POSIX2_LINE_MAX + 1;
398 text = xmalloc(asize);
430 if (asize - size < _POSIX2_LINE_MAX + 1) {
431 asize *= 2;
432 text = xmalloc(asize);
561 int asize, size; in compile_text() local
565 asize = 2 * _POSIX2_LINE_MAX + 1; in compile_text()
566 text = xmalloc(asize); in compile_text()
583 asize *= 2; in compile_text()
[all …]
/original-bsd/local/ukc/dump/
H A Ddumptape.c118 msg("Tape write error %d feet into tape %d\n", asize/120L, tapeno); in tperror()
162 asize += tenths; in flusht()
164 if (!pipeout && asize > tsize) { in flusht()
330 asize = 0; in otape()
/original-bsd/sbin/dump/
H A Dtape.c276 asize += tenths; in flushtape()
280 (blocksthisvol >= blocksperfile) : (asize > tsize))) { in flushtape()
586 asize = 0;
H A Ddump.h48 long asize; /* number of 0.1" units written on current tape */ variable