Lines Matching defs:comment
323 if (strcpy_inbounded (buf, ARRAY_LEN (tags->comment), tags->comment))
329 if (tags->comment [28] == '\0' && tags->comment [29] != '\0')
330 { snprintf (buf, ARRAY_LEN (buf), "%hhu", (unsigned char) tags->comment [29]) ;
350 const char *comment = NULL ;
420 /* Use mpg123's handling of comment headers, but print all the comment headers anyways. */
421 if (tags->comment)
422 comment = tags->comment->p ;
444 if (comment != NULL)
445 psf_store_string (psf, SF_STR_COMMENT, comment) ;