Home | History | Annotate | Download | only in Stdio

Lines Matching defs:fp

67   FILE *fp;

95 if ((fp = __sfp()) == NULL)
97 fp->_flags = (unsigned short)flags;
104 fp->_flags |= __SAPP;
105 fp->_file = (short)fd;
106 fp->_cookie = fp;
107 fp->_read = __sread;
108 fp->_write = __swrite;
109 fp->_seek = __sseek;
110 fp->_close = __sclose;
111 return (fp);