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
58 #define _FSTDIO /* Define for new stdio with functions. */
60 typedef off_t fpos_t; /* stdio file position type */
63 * NB: to fit things in six character monocase externals, the stdio
64 * code uses the prefix `__s' for stdio objects, typically followed
68 /* stdio buffers */
82 * stdio state variables.
142 /* Unix stdio files get aligned to block boundaries on fseek() */
187 * stdio can provide without attempting to allocate further resources
361 * Stdio function-access interface.