Searched refs:offst (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/usr.bin/pr/
H A Dpr.c100 static int offst; /* number of page offset spaces */ variable
198 off = num + offst;
210 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
216 ohbuf = hbuf + offst;
217 nbuf = obuf + offst;
221 if (offst) {
222 (void)memset(obuf, (int)' ', offst);
223 (void)memset(hbuf, (int)' ', offst);
340 int mxlen = pgwd + offst + 1;
369 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeo
[all...]

Completed in 173 milliseconds