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

/freebsd-11-stable/usr.bin/pr/
H A Dpr.h66 #define HDBUF 512 macro
H A Dpr.c210 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
369 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
685 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
841 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
1402 if (strftime(buf, HDBUF, timefrmt, timeptr) <= 0) {

Completed in 112 milliseconds