Home
last modified time | relevance | path

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

/openbsd/usr.bin/cdio/
H A Dcdio.c199 void toc2msf(u_int, u_char *, u_char *, u_char *);
975 toc2msf(tr1, &tm, &ts, &tf); in play()
979 toc2msf(tr1+1, &tm, &ts, &tf); in play()
986 toc2msf(n+1, &tm, &ts, &tf); in play()
997 toc2msf(tr2, &tm, &ts, &tf); in play()
1001 toc2msf(tr2+1, &tm, &ts, &tf); in play()
1008 toc2msf(n+1, &tm, &ts, &tf); in play()
1710 toc2msf(u_int track, u_char *m, u_char *s, u_char *f) in toc2msf() function