Searched refs:Comment (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/saf/
H A Dutil.c47 char Comment[SIZE]; /* place holder for comments */ variable
233 if ((sp->sc_comment = malloc((unsigned) (strlen(Comment) + 1))) == NULL) {
241 (void) strcpy(sp->sc_comment, Comment);
261 Comment[0] = '\0';
263 (void) strcpy(Comment, tp + 1); /* skip the '#' */
265 tp = strchr(Comment, '\n');
H A Dextern.h86 extern char Comment[];
H A Dpmadm.c1000 pp->p_res3,pp->p_pmspec, Comment);
1007 pflags(pp->p_flags, TRUE), pp->p_id, pspec(pp->p_pmspec), Comment);
/illumos-gate/usr/src/lib/libbsm/
H A DxmlHandlers.pm134 Comment => \&commentHandler,

Completed in 283 milliseconds