Home | Sort by: relevance | last modified time | path |
/src/usr.bin/aiomixer/ | |
draw.c | 49 char mixer_path[16]; local in function:draw_mixer_select 56 (void)snprintf(mixer_path, sizeof(mixer_path), 58 fd = open(mixer_path, O_RDWR); 72 printw("%s: %s %s %s\n", mixer_path, |
main.c | 503 char mixer_path[32]; local in function:main 565 (void)snprintf(mixer_path, sizeof(mixer_path), 567 fd = open(mixer_path, O_RDWR); |
/src/usr.bin/mixerctl/ | |
mixerctl.c | 62 static const char mixer_path[] = _PATH_MIXER; variable in typeref:typename:const char[] 350 file = mixer_path; 384 if (fd == -1 && file == mixer_path) { |