Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/audio/audioconvert/
H A Dfile.cc91 fmt = (israw ? F_RAW : F_SUN); in open_input_file()
161 fmt = F_SUN; // was raw ... in open_input_file()
246 } else if (ofmt == F_SUN) { in create_output_file()
274 } else if (ofmt == F_SUN) { in create_output_file()
H A Dmain.cc81 format_type ofmt = F_SUN; // output format type in main()
82 format_type ifmt = F_SUN; // expected input format type in main()
83 format_type fmt = F_SUN; // actual input format type in main()
212 ifmt = F_SUN; in main()
H A Dparse.cc92 format = F_SUN; in fileformat_parse()
152 format = F_SUN; in parse_format()
H A Dparse.h42 F_RAW = 0, F_SUN = 1, F_AIFF, F_UNKNOWN = -1 enumerator