Lines Matching refs:ifp
81 AudioUnixfile* ifp; in open_input_file() local
110 ifp = new AudioRawPipe(fileno(stdin), in open_input_file()
114 ifp = new AudioPipe(fileno(stdin), (FileAccess)ReadOnly, in open_input_file()
118 if (!ifp) { in open_input_file()
122 return (ifp); in open_input_file()
147 ifp = new AudioRawPipe(fd, (FileAccess)ReadOnly, in open_input_file()
162 ifp = new AudioFile(path, in open_input_file()
166 ifp = new AudioRawPipe(fd, in open_input_file()
173 ifp = new AudioRawPipe(fd, (FileAccess)ReadOnly, ihdr, in open_input_file()
177 ifp = new AudioFile(path, (FileAccess)ReadOnly); in open_input_file()
180 if (!ifp) { in open_input_file()
183 return (ifp); in open_input_file()