Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c829 char lcllbl[MM_MXLABELLN+1]; /* Space for (possibly */ in writemsg() local
839 lcllbl[0] = (char)0; in writemsg()
859 (void) strncpy(lcllbl, label, (size_t)MM_MXLABELLN); in writemsg()
860 lcllbl[MM_MXLABELLN] = '\0'; in writemsg()
861 textindent = (int)strlen(lcllbl) + SEPSTRLN; in writemsg()
963 buf += strlcpy(buf, lcllbl, ebuf - buf); in writemsg()