Home | History | Annotate | Download | only in common

Lines Matching defs:fp

165     FILE *fp;
178 fp = __sfp();
179 if (fp == NULL)
193 fp->_close = &fmemopen_close1;
198 fp->_close = &fmemopen_close0;
211 // fp->pub._flags = flags;
212 fp->_write = (flags & __SRD) ? NULL : &fmemopen_write;
213 fp->_read = (flags & __SWR) ? NULL : &fmemopen_read;
214 fp->_seek = &fmemopen_seek;
215 fp->_cookie = (void *)cookie;
217 return fp;
224 //fp->pub._flags = 0;