Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/audio/utilities/
H A DAudioError.cc48 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 DAudioDebug.cc81 (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 DAudio.cc61 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 DAudioHdrParse.cc216 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 DAudioExtent.cc74 PrintMsg(_MGET_("AudioExtent:...NULL Audio object reference"), in SetRef()
H A Dfilehdr.c56 #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 DAudioList.cc208 PrintMsg(_MGET_( in GetHeader()
H A DAudioUnixfile.cc164 PrintMsg(_MGET_( in decode_filehdr()
H A DAudioFile.cc400 PrintMsg(_MGET_( in Close()
/titanic_41/usr/src/cmd/audio/include/
H A DAudioError.h44 #define _MGET_(str) (char *)dgettext(TEXT_DOMAIN, str) macro