/src/lib/libc/stdio/ |
freopen.c | 1 /* $NetBSD: freopen.c,v 1.22 2018/01/17 01:24:30 kamil Exp $ */ 38 static char sccsid[] = "@(#)freopen.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: freopen.c,v 1.22 2018/01/17 01:24:30 kamil Exp $"); 64 freopen(const char *file, const char *mode, FILE *fp) function in typeref:typename:FILE * 82 * There are actually programs that depend on being able to "freopen" 86 * a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin) 147 * assume stderr is always fd STDERR_FILENO, even if being freopen'd.
|
freopen.c | 1 /* $NetBSD: freopen.c,v 1.22 2018/01/17 01:24:30 kamil Exp $ */ 38 static char sccsid[] = "@(#)freopen.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: freopen.c,v 1.22 2018/01/17 01:24:30 kamil Exp $"); 64 freopen(const char *file, const char *mode, FILE *fp) function in typeref:typename:FILE * 82 * There are actually programs that depend on being able to "freopen" 86 * a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin) 147 * assume stderr is always fd STDERR_FILENO, even if being freopen'd.
|
freopen.c | 1 /* $NetBSD: freopen.c,v 1.22 2018/01/17 01:24:30 kamil Exp $ */ 38 static char sccsid[] = "@(#)freopen.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: freopen.c,v 1.22 2018/01/17 01:24:30 kamil Exp $"); 64 freopen(const char *file, const char *mode, FILE *fp) function in typeref:typename:FILE * 82 * There are actually programs that depend on being able to "freopen" 86 * a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin) 147 * assume stderr is always fd STDERR_FILENO, even if being freopen'd.
|