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 - 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
Indexes created Sat Sep 27 22:09:54 GMT 2025