Searched defs:Comment (Results 1 - 1 of 1) 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');

Completed in 57 milliseconds