Home
last modified time | relevance | path

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

/dports/x11-wm/vtwm/vtwm-5.5.0/
H A Dsound.c434 char FourCharacter[5]; in OSSPlaySound() local
447 if (read(soundfilefd, FourCharacter, 4) != 4) in OSSPlaySound()
449 FourCharacter[4] = '\0'; in OSSPlaySound()
450 if (strcmp(FourCharacter, ".snd") == 0) in OSSPlaySound()
452 else if (strcmp(FourCharacter, "RIFF") == 0) in OSSPlaySound()