Searched refs:sc_comment (Results 1 – 4 of 4) sorted by relevance
308 free(tsp->sc_comment); in purge()357 …size = strlen(sp->sc_tag) + strlen(sp->sc_type) + strlen(sp->sc_cmd) + strlen(sp->sc_comment) + SL… in dump_table()363 sp->sc_flags, sp->sc_rsmax, sp->sc_pstate, sp->sc_cmd, sp->sc_comment); in dump_table()
230 if ((sp->sc_comment = malloc((unsigned) (strlen(Comment) + 1))) == NULL) {238 (void) strcpy(sp->sc_comment, Comment);
59 char *sc_comment; /* comment associated with entry */ member
1010 sp->sc_flags, sp->sc_rsmax, SSTATE, sp->sc_cmd, sp->sc_comment);1013 free(sp->sc_comment);