Searched refs:LINELEN (Results 1 – 8 of 8) sorted by relevance
61 char buf[LINELEN]; in vdprintfe()67 if ((strlen(buf) + 1) < LINELEN) in vdprintfe()68 (void) vsnprintf(buf + strlen(buf), LINELEN - 1 - strlen(buf), in vdprintfe()71 if ((strlen(buf) + 1) < LINELEN) in vdprintfe()72 (void) snprintf(buf + strlen(buf), LINELEN - 1 - in vdprintfe()
69 #define LINELEN 256 /* max. message length */ macro
48 #define LINELEN 80 macro
911 #define LINELEN 81 macro916 static char buf[LINELEN], *bp; in setTZ()925 while ( (bp = fgets(buf,LINELEN,tzfp)) != (char *)NULL ) { in setTZ()
62 #define LINELEN 80 macro518 while (*nexttab < LINELEN) { in cnvtspec()
43 #define LINELEN 1024 /* max line length expected in input */ macro
102 len = strlen(msg) + LINELEN; in st_debug()
1179 static char template[LINELEN]; in update_statistics()