Home
last modified time | relevance | path

Searched refs:cddb_str (Results 1 – 1 of 1) sorted by relevance

/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dcdfunc.c3378 char cddb_str[8]; in dpy_dbmode() local
3382 (void) strcpy(cddb_str, "CDDB"); in dpy_dbmode()
3384 xs1 = create_xmstring(cddb_str, NULL, CHSET1, FALSE); in dpy_dbmode()
3385 cddb_str[0] = (char) '\262'; /* like <SUP>2</SUP> */ in dpy_dbmode()
3386 cddb_str[1] = '\0'; in dpy_dbmode()
3387 xs2 = create_xmstring(cddb_str, NULL, CHSET2, FALSE); in dpy_dbmode()
3393 xs = create_xmstring(cddb_str, NULL, CHSET1, FALSE); in dpy_dbmode()