Searched refs:freopen (Results 1 - 21 of 21) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d42 int freopen;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/
H A Dtst.badfreopen.ksh36 freopen("..");
37 freopen("%s", ".");
38 freopen("%c%c", '.', '.');
39 freopen("%c", '.');
46 freopen("%s%s", ".", ".");
47 freopen("%s%s", ".", ".");
H A Dtst.freopen.ksh38 freopen("%s.%d", \$\$1, i);
45 freopen("");
74 tmpfile=/tmp/tst.freopen.$$
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/printa/
H A Dtst.walltimestamp.ksh49 freopen("/dev/null");
H A Dtst.many.d42 freopen("/dev/null");
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dfreopen.c2 Implementation of freopen as declared in <stdio.h>.
43 NetBSD: freopen.c,v 1.14 2003/08/07 16:43:25 agc Exp
44 freopen.c 8.1 (Berkeley) 6/4/93
68 freopen(const char *file, const char *mode, FILE *fp) function
90 * There are actually programs that depend on being able to "freopen"
94 * a descriptor, defer closing it; freopen("/dev/stdin", "r", stdin)
172 * assume stderr is always fd STDERR_FILENO, even if being freopen'd.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h177 #define _tfreopen WINE_tchar_routine(freopen, freopen, _wfreopen)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h177 #define _tfreopen WINE_tchar_routine(freopen, freopen, _wfreopen)
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-win.c138 freopen("CONOUT$", "a", stderr);
139 freopen("CONOUT$", "a", stdout);
H A Drpng2-win.c251 freopen("CONOUT$", "a", stderr);
252 freopen("CONOUT$", "a", stdout);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h144 FILE* __cdecl freopen(const char*,const char*,FILE*);
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp1014 freopen("CONOUT$", "w", stdout);
1017 freopen("CONOUT$", "w", stderr);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h17 FILE *freopen (const char * __restrict,
450 FILE *freopen (const char * __restrict Path, const char * __restrict Mode, FILE * __restrict Ofp);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h145 FILE* __cdecl freopen(const char*,const char*,FILE*);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h291 #undef freopen macro
292 #define freopen(ccp1,ccp2,FP) xf86freopen(ccp1,ccp2,FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h291 #undef freopen macro
292 #define freopen(ccp1,ccp2,FP) xf86freopen(ccp1,ccp2,FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h297 #undef freopen macro
298 #define freopen(ccp1,ccp2,FP) xf86freopen(ccp1,ccp2,FP) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h253 #undef freopen macro
254 #define freopen(ccp1,ccp2,FP) xf86freopen(ccp1,ccp2,FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h297 #undef freopen macro
298 #define freopen(ccp1,ccp2,FP) xf86freopen(ccp1,ccp2,FP) macro
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1890 FILE *pFile = freopen(ValueUnion.psz, "r+", ch == OPT_STDOUT ? stdout : stderr);
1894 return RTMsgErrorExit(RTEXITCODE_FAILURE, "freopen on '%s': %Rrc", ValueUnion.psz, rc);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_printf.c1677 * DT_FREOPEN_RESTORE is via the empty freopen() string --
1686 * freopen() to restore stdout when freopen() has
1701 * freopen(3C) will always close the specified stream and underlying
1708 * were there an "fdreopen()" equivalent of freopen() that allowed one
1712 * freopen()'ing "/dev/fd/[fileno]", where [fileno] is the underlying
1723 (void) snprintf(faultstr, len, "couldn't freopen() \"%s\": %s",
1736 * If this is the first time that we're calling freopen(),
1747 if (freopen(selfbuf, "aF", fp) == NULL) {

Completed in 388 milliseconds