Home
last modified time | relevance | path

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

/freebsd-src/contrib/ntp/util/
H A Daudio-pcm.c40 const char *m_names[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES ; variable
/freebsd-src/contrib/ntp/libntp/
H A Daudio.c77 static const char *m_names[SOUND_MIXER_NRDEVICES] = SOUND_DEVICE_NAMES; variable
/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp2247 std::vector<std::string> m_names; global() member in CommandObjectBreakpointRead::CommandOptions