Searched refs:nohead (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.bin/pr/
H A Dpr.c104 static int nohead; /* do not write head and trailer */ variable
262 if (!linecnt && !nohead &&
527 * nohead to the if statement below e.g.
529 * if ((cnt < 0) && nohead && cvc ......
544 if (!nohead && prhead(hbuf, fname, pagecnt))
609 if (pln && !nohead && prhead(hbuf, fname, pagecnt))
764 if (!i && !nohead &&
979 if (!i && !nohead && prhead(hbuf, fname, pagecnt))
1317 if (nohead)
1340 if (nohead || (d
[all...]
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c675 int end = 0, i, k, bl = 0, hl = 0, nohead = 0; local
743 nohead = 1;
757 if (!nohead) {

Completed in 115 milliseconds