Home
last modified time | relevance | path

Searched refs:__FILE_public (Results 1 – 2 of 2) sorted by relevance

/dragonfly/include/
H A Dstdio.h113 struct __FILE_public { struct
412 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sgetc()
423 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sputc()
434 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sfeof()
442 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sferror()
450 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sclearerr()
458 struct __FILE_public *_p = (struct __FILE_public *)_fp; in __sfileno()
/dragonfly/lib/libc/stdio/
H A Dpriv_stdio.h64 struct __FILE_public pub;