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

/freebsd-13-stable/usr.bin/pr/
H A Dpr.h68 #define HDBUF 512 macro
H A Dpr.c212 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
371 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
687 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
843 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL) {
1404 if (strftime(buf, HDBUF, timefrmt, timeptr) <= 0) {

Completed in 57 milliseconds