Home
last modified time | relevance | path

Searched refs:LINELEN (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/cmd/rcap/common/
H A Dutils.c61 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()
H A Dutils.h69 #define LINELEN 256 /* max. message length */ macro
/titanic_41/usr/src/cmd/power/
H A Dpmconfig.h48 #define LINELEN 80 macro
/titanic_41/usr/src/cmd/bnu/
H A Duucico.c911 #define LINELEN 81 macro
916 static char buf[LINELEN], *bp; in setTZ()
925 while ( (bp = fgets(buf,LINELEN,tzfp)) != (char *)NULL ) { in setTZ()
/titanic_41/usr/src/cmd/newform/
H A Dnewform.c62 #define LINELEN 80 macro
518 while (*nexttab < LINELEN) { in cnvtspec()
/titanic_41/usr/src/cmd/adbgen/common/
H A Dadbgen1.c43 #define LINELEN 1024 /* max line length expected in input */ macro
/titanic_41/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c102 len = strlen(msg) + LINELEN; in st_debug()
H A Drcapd_main.c1179 static char template[LINELEN]; in update_statistics()