Searched refs:MAXHDRSIZE (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/mail/ |
H A D | gethead.c | 31 #define MAXHDRSIZE 100 /* Maximum length of header line */ macro 69 char holdval[MAXHDRSIZE]; in gethead() 71 char wlineval[MAXHDRSIZE]; in gethead() 117 if (fgets(wline, MAXHDRSIZE, file) == NULL) { in gethead() 131 (void) strlcpy(hold, wline + rc, MAXHDRSIZE); in gethead() 132 fgets(wline, MAXHDRSIZE, file); in gethead() 137 (void) strlcpy(hold, wline + 6, MAXHDRSIZE); in gethead() 138 fgets(wline, MAXHDRSIZE, file); in gethead() 178 (void) strlcpy(wline, hold + rc, MAXHDRSIZE); in gethead()
|