Searched refs:fcnlbl (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/users/ |
H A D | users.c | 144 static char fcnlbl[MM_MXLABELLN+1]; /* Buffer for message label */ variable 175 (void) snprintf(fcnlbl, sizeof (fcnlbl), "UX:%s", q); in initmsg() 222 (void) fmtmsg(MM_PRINT, fcnlbl, severity, in wrtmsg() 233 (void) fmtmsg(MM_PRINT, fcnlbl, MM_WARNING, in wrtmsg()
|
/titanic_44/usr/src/cmd/logins/ |
H A D | logins.c | 159 static char fcnlbl[MM_MXLABELLN+1]; /* Buffer for message label */ variable 191 (void) snprintf(fcnlbl, MM_MXLABELLN, "UX:%s", q); in initmsg() 232 (void) fmtmsg(MM_PRINT, fcnlbl, severity, in wrtmsg() 242 (void) fmtmsg(MM_PRINT, fcnlbl, MM_WARNING, in wrtmsg()
|