Searched refs:_file (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dstdio.c73 ret = (int)read(fp->_file, buf, (size_t)n);
95 (void) lseek(fp->_file, (off_t)0, SEEK_END);
97 return (int)(write(fp->_file, (char *)buf, (size_t)n));
112 ret = lseek(fp->_file, (off_t)offset, whence);
132 return (close(((FILE *)cookie)->_file));
H A Dmakebuf.c94 if (couldbetty || isatty(fp->_file))
115 if (fp->_file < 0 || fstat(fp->_file, &st) < 0) {
H A Dvsprintf.c66 f._file = -1;
H A Dfclose.c83 fp->_file = -1;
H A Dfunopen.c75 fp->_file = -1;
H A Dsprintf.c69 f._file = -1;
H A Dfreopen.c107 if (((wantfd = fp->_file) >= 0) && isopen) {
182 fp->_file = (short)f;
H A Dfdopen.c105 fp->_file = (short)fd;
H A Dfopen.c87 fp->_file = (short)f;
H A Dsnprintf.c80 f._file = -1;
H A Dvasprintf.c57 f._file = -1;
H A Dvsnprintf.c73 f._file = -1;
H A Dvswprintf.c59 f._file = -1;
H A Dvswscanf.c89 f._file = -1;
H A Dfseeko.c95 //Print(L"%a( %d, %Ld, %d)\n", __func__, fp->_file, offset, whence);
170 fp->_file < 0 || fstat(fp->_file, &st) ||
186 if (fstat(fp->_file, &st))
H A Dfindfp.c157 fp->_file = -1; /* no file */
H A Dvfwprintf.c176 fake._file = fp->_file;
840 fp->_file >= 0)
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h224 short _file; /**< fileno, if Unix descriptor, else -1 */ member in struct:__sFILE
1598 #define __sfileno(p) ((p)->_file)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h77 int _file; member in struct:_iobuf
H A Dwchar.h100 int _file; member in struct:_iobuf
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h67 int _file; member in struct:_iobuf
H A Dwchar.h90 int _file; member in struct:_iobuf
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_idl.c823 file = p->_file;
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dactivation.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/mailcap ...

Completed in 92 milliseconds