HomeSort by: relevance | last modified time | path
    Searched defs:defdevice (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/audio/record/
record.c 94 const char *defdevice = _PATH_SOUND; local in function:main
235 device = defdevice;
238 if (audiofd < 0 && device == defdevice) {
record.c 94 const char *defdevice = _PATH_SOUND; local in function:main
235 device = defdevice;
238 if (audiofd < 0 && device == defdevice) {
  /src/usr.bin/audio/play/
play.c 88 const char *defdevice = _PATH_SOUND; local in function:main
178 device = defdevice;
182 if (audiofd < 0 && device == defdevice) {
play.c 88 const char *defdevice = _PATH_SOUND; local in function:main
178 device = defdevice;
182 if (audiofd < 0 && device == defdevice) {

Completed in 92 milliseconds