Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/common/ficl/
H A Dmain.c51 #define LINELEN 1024 macro
134 if ((gl = new_GetLine(LINELEN, HISTORY)) == NULL) { in main()
/illumos-gate/usr/src/cmd/power/
H A Dpmconfig.h48 #define LINELEN 80 macro
/illumos-gate/usr/src/cmd/bnu/
H A Duucico.c912 #define LINELEN 81 macro
917 static char buf[LINELEN], *bp; in setTZ()
926 while ( (bp = fgets(buf,LINELEN,tzfp)) != (char *)NULL ) { in setTZ()
/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c60 #define LINELEN 80 macro
516 while (*nexttab < LINELEN) { in cnvtspec()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c218 #define LINELEN 1024 macro
247 gl = new_GetLine(LINELEN, HISTORY); in main()
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c41 #define LINELEN 1024 /* max line length expected in input */ macro
/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_scanner.c100 len = strlen(msg) + LINELEN; in st_debug()
H A Drcapd_main.c1179 static char template[LINELEN]; in update_statistics()