Lines Matching defs:artist
198 artist [] = "The Artist",
206 long_artist [] = "The artist who kept on changing its name",
236 sf_set_string (file, SF_STR_ARTIST, artist) ;
290 if (cptr == NULL || strcmp (artist, cptr) != 0)
293 printf (" Bad artist : %s\n", cptr) ;
401 sf_set_string (file, SF_STR_ARTIST, artist) ;
467 if (cptr == NULL || strcmp (artist, cptr) != 0)
470 printf (" Bad artist : %s\n", cptr) ;
570 sf_set_string (file, SF_STR_ARTIST, artist) ;
651 sf_set_string (file, SF_STR_ARTIST, artist) ;
658 exit_if_true (strcmp (str, artist) != 0, "\n\nLine %d : SF_STR_ARTIST doesn't match what was written.\n", __LINE__) ;
707 /* Change title and artist. */
709 sf_set_string (file, SF_STR_ARTIST, artist) ;
723 exit_if_true (strcmp (str, artist) != 0, "\n\nLine %d : SF_STR_ARTIST doesn't match what was written.\n", __LINE__) ;