Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioHdrParse.cc40 to_lowercase( in to_lowercase() function
216 lib_khz = to_lowercase(_MGET_("khz")); in RateParse()
217 lib_hz = to_lowercase(_MGET_("hz")); in RateParse()
224 khz = to_lowercase(khzbuf); in RateParse()
268 lib_chan = to_lowercase(_MGET_("channel")); in ChannelParse()
269 lib_mono = to_lowercase(_MGET_("mono")); in ChannelParse()
270 lib_stereo = to_lowercase(_MGET_("stereo")); in ChannelParse()
276 cstr = to_lowercase(cstrbuf); in ChannelParse()
291 cstr = to_lowercase(cstrbuf); in ChannelParse()
338 lib_bit = to_lowercase(_MGET_("bit")); in EncodingParse()
[all …]