Searched defs:outline (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dfmt.c79 outline(Fmt_t* fp) function
158 outline(fp);
161 outline(fp);
165 outline(fp);
200 outline(fp);
216 outline(fp);
414 outline(fp);
499 outline(fp);
631 outline(&fmt);
H A Dwho.c167 static void outline(Sfio_t *out,register struct utmpx *up,register State_t* sp) function
256 outline(out,&ut,&state);
/osnet-11/usr/src/lib/libc/port/gen/
H A Dsyslog.c176 char outline[MAXLINE + 256]; /* pad to allow date, system name... */ local
195 * Maximum tag length is 256 (the pad in outline) minus the size of the
249 * on outline and buf.
256 o = outline;
314 (void) vsnprintf(o, &outline[sizeof (outline)] - o, buf, ap);
315 clen = (int)strlen(outline) + 1; /* add one for NULL byte */
318 outline[MAXLINE-1] = '\0';
329 outline[LOG_MAXPS-1] = '\0';
336 dat.maxlen = sizeof (outline);
[all...]

Completed in 63 milliseconds