Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/util/
H A Daudio-pcm.c40 const char *m_names[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES ; variable
74 printf("%s", m_names[i]); in d_mixer()
/freebsd/contrib/ntp/libntp/
H A Daudio.c77 static const char *m_names[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES; variable
98 && !strcmp(m_names[i], m_name)) in mixer_name()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2154 m_names.push_back(std::string(option_arg)); in SetOptionValue()
2166 m_names.clear(); in OptionParsingStarting()
2247 std::vector<std::string> m_names; member in CommandObjectBreakpointRead::CommandOptions
2261 m_options.m_names, new_bps); in DoExecute()