Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/audio/audioconvert/
H A Dfile.cc89 fmt = (israw ? F_RAW : F_SUN); in open_input_file()
159 fmt = F_SUN; // was raw ... in open_input_file()
244 } else if (ofmt == F_SUN) { in create_output_file()
272 } else if (ofmt == F_SUN) { in create_output_file()
H A Dmain.cc78 format_type ofmt = F_SUN; // output format type in main()
79 format_type ifmt = F_SUN; // expected input format type in main()
80 format_type fmt = F_SUN; // actual input format type in main()
209 ifmt = F_SUN; in main()
H A Dparse.cc90 format = F_SUN; in fileformat_parse()
150 format = F_SUN; in parse_format()
H A Dparse.h40 F_RAW = 0, F_SUN = 1, F_AIFF, F_UNKNOWN = -1 enumerator