Lines Matching defs:title
204 title [] = "This is the title",
205 long_title [] = "This is a very long and very boring title for this file",
549 new_title [] = "This is the new title" ;
568 sf_set_string (file, SF_STR_TITLE, title) ;
633 sf_set_string (file, SF_STR_TITLE, title) ;
640 exit_if_true (strcmp (str, title) != 0, "\n\nLine %d : SF_STR_TITLE doesn't match what was written.\n", __LINE__) ;
645 sf_set_string (file, SF_STR_TITLE, title) ;
662 exit_if_true (strcmp (str, title) != 0, "\n\nLine %d : SF_STR_TITLE doesn't match what was written.\n", __LINE__) ;
707 /* Change title and artist. */
708 sf_set_string (file, SF_STR_TITLE, title) ;
719 exit_if_true (strcmp (str, title) != 0, "\n\nLine %d : SF_STR_TITLE doesn't match what was written.\n", __LINE__) ;
809 sf_set_string (file, SF_STR_TITLE , title) ;
829 exit_if_true (strcmp (str, title) != 0, "\n\nLine %d : SF_STR_TITLE doesn't match what was written.\n", __LINE__) ;