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 * to leave our <stdio.h> alone. (fixincludes gets in the way of pointing
52 /* va_list and size_t must be defined by stdio.h according to Posix */
63 #define _FSTDIO /* Define for new stdio with functions. */
65 typedef off_t fpos_t; /* stdio file position type */
68 * NB: to fit things in six character monocase externals, the stdio
69 * code uses the prefix `__s' for stdio objects, typically followed
73 /* stdio buffers */
80 * stdio state variables.
135 /* Unix stdio files get aligned to block boundaries on fseek() */
344 * Stdio function-access interface.