Home
last modified time | relevance | path

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

/titanic_41/usr/src/head/
H A Dfmtmsg.h76 #define MM_MXLABELLN 25 macro
/titanic_41/usr/src/lib/libc/port/gen/
H A Dfmtmsg.c831 char lcllbl[MM_MXLABELLN+1]; /* Space for (possibly */ in writemsg()
861 (void) strncpy(lcllbl, label, (size_t)MM_MXLABELLN); in writemsg()
862 lcllbl[MM_MXLABELLN] = '\0'; in writemsg()
/titanic_41/usr/src/cmd/devmgmt/cmds/
H A Dlistdgrp.c115 static char lbl[MM_MXLABELLN+1];
H A Dgetdev.c103 static char lbl[MM_MXLABELLN+1];
H A Ddevattr.c139 static char lbl[MM_MXLABELLN+1];
H A Dgetdgrp.c121 static char lbl[MM_MXLABELLN+1];
H A Ddevfree.c110 static char lbl[MM_MXLABELLN+1];
H A Ddevreserv.c118 static char lbl[MM_MXLABELLN+1];
/titanic_41/usr/src/cmd/setuname/
H A Dsetuname.c178 static char lbl[MM_MXLABELLN+1]; /* Space for std msg label */
/titanic_41/usr/src/cmd/logins/
H A Dlogins.c159 static char fcnlbl[MM_MXLABELLN+1]; /* Buffer for message label */
191 (void) snprintf(fcnlbl, MM_MXLABELLN, "UX:%s", q); in initmsg()
/titanic_41/usr/src/cmd/users/
H A Dusers.c144 static char fcnlbl[MM_MXLABELLN+1]; /* Buffer for message label */