Home
last modified time | relevance | path

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

/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Dsound.c431 int fd, mixfd, soundfilefd, i; in OSSPlaySound() local
444 soundfilefd = open(filename, O_RDONLY); in OSSPlaySound()
445 if (soundfilefd == -1) in OSSPlaySound()
447 if (read(soundfilefd, FourCharacter, 4) != 4) in OSSPlaySound()
451 AudioInfo = ReadAU(soundfilefd); in OSSPlaySound()
453 AudioInfo = ReadWAV(soundfilefd); in OSSPlaySound()
457 close(soundfilefd); in OSSPlaySound()
491 result = read(soundfilefd, data, buflen); in OSSPlaySound()
502 result = read(soundfilefd, data, buflen); in OSSPlaySound()
512 close(soundfilefd); in OSSPlaySound()