Searched refs:_MGET_ (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/cmd/audio/utilities/ |
H A D | AudioError.cc | 48 return (_MGET_("Unknown UNIX error")); in msg() 55 return (_MGET_("Audio operation successful")); in msg() 57 return (_MGET_("Invalid audio header")); in msg() 59 return (_MGET_("Invalid audio file header")); in msg() 61 return (_MGET_("Invalid argument or value")); in msg() 63 return (_MGET_("Audio operation not performed")); in msg() 65 return (_MGET_("Unknown audio encoding format")); in msg() 67 return (_MGET_("Audio operation interrupted")); in msg() 69 return (_MGET_("Audio end-of-file")); in msg() 71 return (_MGET_("Unsupported audio data format")); in msg() [all …]
|
H A D | AudioDebug.cc | 81 (void) fprintf(stderr, _MGET_("%d: %s (%s) %s\n"), in AudioStderrMsg() 85 (void) fprintf(stderr, _MGET_("Warning: %s: %s %s\n"), in AudioStderrMsg() 91 (void) fprintf(stderr, _MGET_("Error: %s: %s %s\n"), in AudioStderrMsg() 98 _MGET_("Audio Consistency Error: %s: %s %s\n"), in AudioStderrMsg() 106 _MGET_("Audio Internal Error: %s: %s %s\n"), in AudioStderrMsg()
|
H A D | Audio.cc | 61 PrintMsg(_MGET_("Audio object create"), InitMessage); in Audio() 70 PrintMsg(_MGET_("Audio object multiple destroy"), InitFatal); in ~Audio() 72 PrintMsg(_MGET_("Referenced Audio object destroyed"), in ~Audio() 76 PrintMsg(_MGET_("Audio object destroy"), InitMessage); in ~Audio() 112 fprintf(stderr, _MGET_("** Fatal Error: %s\n"), msg); in PrintMsg() 122 PrintMsg(_MGET_("Reference to destroyed Audio object"), Fatal); in Reference() 133 PrintMsg(_MGET_("Dereference of destroyed Audio object"), in Dereference() 136 PrintMsg(_MGET_("Audio object dereference underflow"), Fatal); in Dereference()
|
H A D | AudioHdrParse.cc | 216 lib_khz = to_lowercase(_MGET_("khz")); in RateParse() 217 lib_hz = to_lowercase(_MGET_("hz")); in RateParse() 267 lib_chan = to_lowercase(_MGET_("channel")); in ChannelParse() 268 lib_mono = to_lowercase(_MGET_("mono")); in ChannelParse() 269 lib_stereo = to_lowercase(_MGET_("stereo")); in ChannelParse() 337 lib_bit = to_lowercase(_MGET_("bit")); in EncodingParse() 338 lib_ulaw = to_lowercase(_MGET_("u-law")); in EncodingParse() 339 lib_Alaw = to_lowercase(_MGET_("A-law")); in EncodingParse() 340 lib_linear = to_lowercase(_MGET_("linear8")); in EncodingParse() 341 lib_linear = to_lowercase(_MGET_("linear")); in EncodingParse()
|
H A D | AudioExtent.cc | 74 PrintMsg(_MGET_("AudioExtent:...NULL Audio object reference"), in SetRef()
|
H A D | filehdr.c | 56 #define _MGET_(str) (char *)dgettext(TEXT_DOMAIN, str) macro 355 _MGET_("Warning: More audio data " in audio_read_filehdr() 359 _MGET_("Warning: Less audio data " in audio_read_filehdr()
|
H A D | AudioList.cc | 208 PrintMsg(_MGET_( in GetHeader()
|
H A D | AudioUnixfile.cc | 164 PrintMsg(_MGET_( in decode_filehdr()
|
H A D | AudioFile.cc | 400 PrintMsg(_MGET_( in Close()
|
/titanic_44/usr/src/cmd/audio/include/ |
H A D | AudioError.h | 44 #define _MGET_(str) (char *)dgettext(TEXT_DOMAIN, str) macro
|