Searched defs:MESG (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libadm/common/ |
H A D | ckgid.c | 44 #define MESG "Please enter the name of an existing group." macro 61 return (MESG);
|
H A D | ckrange.c | 45 #define MESG "Please enter a base %d integer between %ld and %ld." macro 53 (void) sprintf(msg, MESG, base, lower, upper);
|
H A D | ckuid.c | 44 #define MESG "Please enter the login name of an existing user." macro 61 return (MESG);
|
H A D | ckdate.c | 43 #define MESG "Please enter a date" macro 78 (void) snprintf(msg, sz, "%s. Format is <%s>.", MESG, fmt);
|
/illumos-gate/usr/src/cmd/lp/include/ |
H A D | msgs.h | 328 } MESG; typedef in typeref:struct:__anon805 330 # define MDSIZE (sizeof(MESG)) 333 ** Possible values of MESG.state 341 ** Possible values of MESG.type 369 MESG * mcreate ( char * ); 370 int mlisteninit ( MESG * ); 371 MESG * mlisten ( void ); 372 int mlistenadd ( MESG *, short ); 373 int mon_discon ( MESG *, void (*)()); 374 MESG * mlistenrese [all...] |
Completed in 62 milliseconds