Searched refs:LINESZ (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A Dgetline.c39 #define LINESZ 128 /* initial guess for a NULL *lineptr */ macro
57 if (*lineptr == NULL || *n < LINESZ) { /* initial allocation */
58 if ((*lineptr = realloc(*lineptr, LINESZ)) == NULL) {
62 *n = LINESZ;
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/t/
H A Drandtest.c33 #define LINESZ 81 macro
34 static char log[LOGSZ][LINESZ];
69 char buf[LINESZ];
82 (void) snprintf(log[log_pos], LINESZ,
87 (void) snprintf(buf, LINESZ, " %s #%d len=%d",
92 (void) snprintf(buf, LINESZ, " %s #%d",
96 (void) strlcat(log[log_pos], buf, LINESZ);
104 char buf[LINESZ];
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h40 #define LINESZ 2048 macro
H A Dfs_dfstab.c212 char *arglist[LINESZ];

Completed in 35 milliseconds