Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/audio/audiorecord/
H A Daudiorecord.c56 #define MGET(s) (char *)gettext(s) macro
122 Error(stderr, MGET("Record an audio file -- usage:\n" in usage()
157 Error(stderr, MGET("%s: could not flush input buffer\n"), prog); in sigint()
197 Stdout = MGET("(stdout)"); in main()
216 Error(stderr, MGET("%s: invalid value for " in main()
224 Error(stderr, MGET("%s: invalid value for " in main()
283 Error(stderr, MGET("%s: invalid value for " in main()
301 Error(stderr, MGET("%s: invalid value for " in main()
313 Error(stderr, MGET("%s: cannot specify -a and -i\n"), prog); in main()
373 Error(stderr, MGET("%s: cannot open "), prog); in main()
[all …]
/titanic_50/usr/src/cmd/audio/audioconvert/
H A Dfile.cc96 Err(MGET("no input file specified\n")); in open_input_file()
103 Err(MGET( in open_input_file()
119 Err(MGET("can't open pipe to %s, skipping...\n"), in open_input_file()
128 Err(MGET("can't open %s, skipping...\n"), path); in open_input_file()
129 perror(MGET("open")); in open_input_file()
159 MGET("%s has a file header, ignoring -i ...\n"), in open_input_file()
181 Err(MGET("can't open %s, skipping...\n"), path); in open_input_file()
233 MGET("Stdout is a tty, please specify an output file\n")); in create_output_file()
243 MGET("can't create audio raw stdout pipe\n")); in create_output_file()
250 MGET("can't create audio pipe for stdout\n")); in create_output_file()
[all …]
H A Dmain.cc98 Stdin = MGET("(stdin)"); in main()
99 Stdout = MGET("(stdout)"); in main()
142 Err(MGET("can't use -p with -o\n")); in main()
158 Err(MGET("can't specify an offset with -f\n")); in main()
164 Err(MGET("can't use -o with -p\n")); in main()
222 Err(MGET("can't use %s with -p flag\n"), in main()
228 Err(MGET("already used stdin for input\n")); in main()
249 Err(MGET("open error on input file %s - %s\n"), in main()
308 Err(MGET("cannot rewrite in place\n")); in main()
316 Err(MGET("out of memory\n")); in main()
[all …]
H A Dparse.cc96 Err(MGET("AIFF not yet supported\n")); in fileformat_parse()
184 Err(MGET( in parse_format()
192 Err(MGET("invalid sample rate: %s\n"), in parse_format()
199 Err(MGET( in parse_format()
207 Err(MGET("unknown format: %s\n"), val); in parse_format()
215 Err(MGET("ambiguous keyword: %s\n"), key); in parse_format()
218 Err(MGET("null keyword: =%s\n"), val); in parse_format()
221 Err(MGET("invalid keyword: %s\n"), key); in parse_format()
242 MGET("ambiguous numeric option: %s\n"), in parse_format()
248 Err(MGET("invalid option value: %s\n"), in parse_format()
H A Dconvert.cc89 Err(MGET("can't convert from %s to %s\n"), enc1, enc2); in verify_conversion()
177 Err(MGET("out of memory\n")); in append_conv_list()
234 msg = MGET("Split multi-channel data"); in add_mux_convert()
240 msg = MGET("Interleave multi-channel data"); in add_mux_convert()
282 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt); in add_pcm_convert()
329 sprintf(msg, MGET("Convert %s to %s"), inchans, outchans); in add_channel_convert()
389 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt); in add_compress()
449 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt); in add_decompress()
505 sprintf(msg, MGET("Convert %s to %s"), inrate, outrate); in add_rate_convert()
695 Err(MGET("Cannot convert %s to %s\n"), ifp->GetName(), msg1); in do_convert()
[all …]
H A Dconvert.h45 #define MGET(str) (char *)gettext(str) macro
/titanic_50/usr/src/cmd/audio/audioplay/
H A Daudioplay.c52 #define MGET(s) (char *)gettext(s) macro
155 Error(stderr, MGET("Play an audio file -- usage:\n" in usage()
201 Error(stderr, MGET("%s: %s is busy\n"), in open_audio()
206 Error(stderr, MGET("%s: waiting for %s..."), in open_audio()
213 Error(stderr, (Audio_fd < 0) ? "\n" : MGET("open\n")); in open_audio()
216 Error(stderr, MGET("%s: error opening "), prog); in open_audio()
227 Error(stderr, MGET("%s: %s is not an audio device\n"), in open_audio()
239 MGET("%s: could not set output volume for %s\n"), in open_audio()
279 Stdin = MGET("(stdin)"); in main()
294 Error(stderr, MGET("%s: invalid value " in main()
[all …]
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c111 MGET(m, M_WAIT, MT_DATA); in smb_mbc_alloc()
151 MGET(mhead, M_WAIT, MT_DATA); in smb_mbuf_get()
154 MGET(m->m_next, M_WAIT, MT_DATA); in smb_mbuf_get()
191 MGET(m, M_WAIT, MT_DATA); in smb_mbuf_allocate()
268 MGET(m, M_WAIT, MT_DATA); in MBC_INIT()
325 MGET((MBC)->chain, M_WAIT, MT_DATA); in MBC_ATTACH_BUF()
H A Dsmb_mbuf_marshaling.c938 MGET(m, M_WAIT, MT_DATA); in mbc_marshal_make_room()
981 MGET(m->m_next, M_WAIT, MT_DATA); in mbc_marshal_make_room()
1163 MGET(m, M_WAIT, MT_DATA); in mbc_marshal_put_uio()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dmbuf.h201 #define MGET(m, how, type) { \ macro