HomeSort by: relevance | last modified time | path
    Searched refs:HDBUF (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/pr/
pr.h 65 #define HDBUF 512
pr.c 204 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL)
364 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL)
679 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL)
836 if ((hbuf = malloc((unsigned)(HDBUF + offst)*sizeof(char))) == NULL)
1408 if (strftime(buf, HDBUF, timefrmt, timeptr) <= 0) {

Completed in 18 milliseconds