Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dmain.cc71 char *out_fmt = NULL; // output fmt string in main() local
151 out_fmt = optarg; in main()
152 if (parse_format(out_fmt, ohdr, ofmt, o_offset) == -1) in main()
263 if (out_fmt) { in main()
264 if (parse_format(out_fmt, ohdr, ofmt, o_offset) in main()
289 if (out_fmt) { in main()
290 if (parse_format(out_fmt, ohdr, ofmt, o_offset) in main()