Lines Matching full:stdio
1 /* $OpenBSD: stdio.h,v 1.35 2006/01/13 18:10:09 miod Exp $ */
2 /* $NetBSD: stdio.h,v 1.18 1996/04/25 18:29:21 jtc Exp $ */
35 * @(#)stdio.h 5.17 (Berkeley) 6/3/91
44 /* va_list and size_t must be defined by stdio.h according to Posix */
76 #define _FSTDIO /* Define for new stdio with functions. */
78 typedef off_t fpos_t; /* stdio file position type */
81 * NB: to fit things in six character monocase externals, the stdio
82 * code uses the prefix `__s' for stdio objects, typically followed
86 /* stdio buffers */
93 * stdio state variables.
148 /* Unix stdio files get aligned to block boundaries on fseek() */
358 * Stdio function-access interface.