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

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

Completed in 46 milliseconds