Searched defs:MGET (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dconvert.h45 #define MGET(str) (char *)gettext(str) macro
/illumos-gate/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"
157 Error(stderr, MGET("%s: could not flush input buffer\n"), prog);
197 Stdout = MGET("(stdout)");
216 Error(stderr, MGET("%s: invalid value for "
224 Error(stderr, MGET("%s: invalid value for "
283 Error(stderr, MGET("%s: invalid value for "
301 Error(stderr, MGET("%s: invalid value for "
313 Error(stderr, MGET("%s: cannot specify -a and -i\n"), prog);
373 Error(stderr, MGET("
[all...]
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dmbuf.h185 /* flags to m_get/MGET */
193 * MGET(struct mbuf *m, int how, int type)
201 #define MGET(m, how, type) { \ macro
/illumos-gate/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"
201 Error(stderr, MGET("%s: %s is busy\n"),
206 Error(stderr, MGET("%s: waiting for %s..."),
213 Error(stderr, (Audio_fd < 0) ? "\n" : MGET("open\n"));
216 Error(stderr, MGET("%s: error opening "), prog);
227 Error(stderr, MGET("%s: %s is not an audio device\n"),
239 MGET("%s: could not set output volume for %s\n"),
279 Stdin = MGET("(stdin)");
294 Error(stderr, MGET("
[all...]

Completed in 59 milliseconds