/illumos-gate/usr/src/cmd/audio/audiorecord/ |
H A D | audiorecord.c | 60 #define MGET(s) (char *)gettext(s) macro 125 Error(stderr, MGET("Record an audio file -- usage:\n" in usage() 160 Error(stderr, MGET("%s: could not flush input buffer\n"), prog); in sigint() 200 Stdout = MGET("(stdout)"); in main() 219 Error(stderr, MGET("%s: invalid value for " in main() 227 Error(stderr, MGET("%s: invalid value for " in main() 286 Error(stderr, MGET("%s: invalid value for " in main() 304 Error(stderr, MGET("%s: invalid value for " in main() 316 Error(stderr, MGET("%s: cannot specify -a and -i\n"), prog); in main() 376 Error(stderr, MGET("%s: cannot open "), prog); in main() [all …]
|
/illumos-gate/usr/src/cmd/audio/audioconvert/ |
H A D | file.cc | 94 Err(MGET("no input file specified\n")); in open_input_file() 101 Err(MGET( in open_input_file() 117 Err(MGET("can't open pipe to %s, skipping...\n"), in open_input_file() 126 Err(MGET("can't open %s, skipping...\n"), path); in open_input_file() 127 perror(MGET("open")); in open_input_file() 157 MGET("%s has a file header, ignoring -i ...\n"), in open_input_file() 179 Err(MGET("can't open %s, skipping...\n"), path); in open_input_file() 231 MGET("Stdout is a tty, please specify an output file\n")); in create_output_file() 241 MGET("can't create audio raw stdout pipe\n")); in create_output_file() 248 MGET("can't create audio pipe for stdout\n")); in create_output_file() [all …]
|
H A D | main.cc | 95 Stdin = MGET("(stdin)"); in main() 96 Stdout = MGET("(stdout)"); in main() 139 Err(MGET("can't use -p with -o\n")); in main() 155 Err(MGET("can't specify an offset with -f\n")); in main() 161 Err(MGET("can't use -o with -p\n")); in main() 219 Err(MGET("can't use %s with -p flag\n"), in main() 225 Err(MGET("already used stdin for input\n")); in main() 246 Err(MGET("open error on input file %s - %s\n"), in main() 305 Err(MGET("cannot rewrite in place\n")); in main() 313 Err(MGET("out of memory\n")); in main() [all …]
|
H A D | parse.cc | 94 Err(MGET("AIFF not yet supported\n")); in fileformat_parse() 182 Err(MGET( in parse_format() 190 Err(MGET("invalid sample rate: %s\n"), in parse_format() 197 Err(MGET( in parse_format() 205 Err(MGET("unknown format: %s\n"), val); in parse_format() 213 Err(MGET("ambiguous keyword: %s\n"), key); in parse_format() 216 Err(MGET("null keyword: =%s\n"), val); in parse_format() 219 Err(MGET("invalid keyword: %s\n"), key); in parse_format() 240 MGET("ambiguous numeric option: %s\n"), in parse_format() 246 Err(MGET("invalid option value: %s\n"), in parse_format()
|
H A D | convert.cc | 87 Err(MGET("can't convert from %s to %s\n"), enc1, enc2); in verify_conversion() 175 Err(MGET("out of memory\n")); in append_conv_list() 232 msg = MGET("Split multi-channel data"); in add_mux_convert() 238 msg = MGET("Interleave multi-channel data"); in add_mux_convert() 280 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt); in add_pcm_convert() 327 sprintf(msg, MGET("Convert %s to %s"), inchans, outchans); in add_channel_convert() 387 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt); in add_compress() 447 sprintf(msg, MGET("Convert %s to %s"), infmt, outfmt); in add_decompress() 503 sprintf(msg, MGET("Convert %s to %s"), inrate, outrate); in add_rate_convert() 693 Err(MGET("Cannot convert %s to %s\n"), ifp->GetName(), msg1); in do_convert() [all …]
|
H A D | convert.h | 43 #define MGET(str) (char *)gettext(str) macro
|
/illumos-gate/usr/src/cmd/audio/audioplay/ |
H A D | audioplay.c | 56 #define MGET(s) (char *)gettext(s) macro 158 Error(stderr, MGET("Play an audio file -- usage:\n" in usage() 204 Error(stderr, MGET("%s: %s is busy\n"), in open_audio() 209 Error(stderr, MGET("%s: waiting for %s..."), in open_audio() 216 Error(stderr, (Audio_fd < 0) ? "\n" : MGET("open\n")); in open_audio() 219 Error(stderr, MGET("%s: error opening "), prog); in open_audio() 230 Error(stderr, MGET("%s: %s is not an audio device\n"), in open_audio() 242 MGET("%s: could not set output volume for %s\n"), in open_audio() 283 Stdin = MGET("(stdin)"); in main() 298 Error(stderr, MGET("%s: invalid value " in main() [all …]
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_util.c | 116 MGET(m, M_WAIT, MT_DATA); in smb_mbc_alloc() 156 MGET(mhead, M_WAIT, MT_DATA); in smb_mbuf_get() 159 MGET(m->m_next, M_WAIT, MT_DATA); in smb_mbuf_get() 183 MGET(m, M_WAIT, MT_DATA); in smb_mbuf_alloc_ext() 276 MGET(m, M_WAIT, MT_DATA); in smb_mbuf_alloc_chain() 418 MGET(m, M_WAIT, MT_DATA); in MBC_INIT() 475 MGET((MBC)->chain, M_WAIT, MT_DATA); in MBC_ATTACH_BUF() 559 MGET(mn, how, m->m_type); in m_prepend()
|
H A D | smb_mbuf_marshaling.c | 955 MGET(m, M_WAIT, MT_DATA); in mbc_marshal_make_room() 997 MGET(m->m_next, M_WAIT, MT_DATA); in mbc_marshal_make_room() 1258 MGET(m, M_WAIT, MT_DATA); in mbc_marshal_put_uio()
|
H A D | smb_session.c | 158 MGET(m, M_WAIT, MT_DATA); in smb_session_send()
|
/illumos-gate/usr/src/uts/common/smbsrv/ |
H A D | mbuf.h | 213 #define MGET(m, how, type) { \ macro
|