OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:defdevice
(Results
1 - 2
of
2
) 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
) {
/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
) {
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025