Home
last modified time | relevance | path

Searched refs:freopen (Results 1 – 25 of 81) sorted by relevance

1234

/titanic_44/usr/src/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.$$
/titanic_44/usr/src/ucbhead/
H A Dstdio.h141 #pragma redefine_extname freopen64 freopen
144 #define freopen64 freopen
152 #pragma redefine_extname freopen freopen64
155 #define freopen freopen64 macro
165 extern FILE *freopen(const char *, const char *, FILE *);
/titanic_44/usr/src/cmd/oamuser/user/
H A Dcall_pass.c58 if (freopen("/dev/null", "w+", stdout) == NULL ||
59 freopen("/dev/null", "w+", stderr) == NULL ||
/titanic_44/usr/src/head/
H A Dstdio.h53 #pragma redefine_extname freopen freopen64
66 #pragma redefine_extname freopen64 freopen
107 using std::freopen;
225 #define freopen freopen64 macro
245 #define freopen64 freopen
/titanic_44/usr/src/cmd/msgfmt/
H A Dxgettext.lx.l140 (void) freopen(gargv[optind], "r", stdin);
141 if ((fp = freopen(gargv[optind], "r", stdin)) == NULL) {
/titanic_44/usr/src/cmd/ypcmd/
H A Dypserv.c231 freopen("/dev/null", "r", stdin); in ypinit()
233 freopen("/dev/null", "w", stdout); in ypinit()
234 freopen("/dev/null", "w", stderr); in ypinit()
236 freopen(logfile, "a", stdout); in ypinit()
237 freopen(logfile, "a", stderr); in ypinit()
/titanic_44/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A Dexception.lst34 # freopen() (to suppress output) not supported by Java DTrace API
73 # freopen() and ftruncate() not supported by Java DTrace API
75 common/funcs/tst.freopen.ksh
/titanic_44/usr/src/cmd/dtrace/test/tst/common/version/
H A Dtst.1.0.d42 int freopen; variable
/titanic_44/usr/src/lib/libast/common/stdio/
H A Dfreopen.c27 freopen(const char* path, const char* mode, Sfio_t* f) in freopen() function
/titanic_44/usr/src/cmd/dtrace/test/tst/common/printa/
H A Dtst.walltimestamp.ksh49 freopen("/dev/null");
H A Dtst.many.d42 freopen("/dev/null");
/titanic_44/usr/src/cmd/vi/misc/
H A Dmkstr.c95 if (freopen(name, "w", stdout) == NULL)
97 if (freopen(argv[0], "r", stdin) == NULL)
H A Dfold.c74 if (freopen(argv[0], "r", stdin) == NULL) { in main()
/titanic_44/usr/src/cmd/sgs/error/common/
H A Derrormain.c276 if (freopen(im_on, "r", stdin) == NULL) in try()
278 if (freopen(im_on, "w", stdout) == NULL) in try()
/titanic_44/usr/src/ucbcmd/mkstr/
H A Dmkstr.c126 if (freopen(name, "w", stdout) == NULL) in main()
128 if (freopen(argv[0], "r", stdin) == NULL) in main()
/titanic_44/usr/src/tools/cscope-fast/
H A Ddisplay.c425 (void) freopen(temp2, "r", nonglobalrefs); in search()
435 (void) freopen(temp1, "r", refsfound); in search()
474 } else if (freopen(temp1, "w", refsfound) == NULL) { in writerefsfound()
/titanic_44/usr/src/lib/libbc/libc/stdio/4.2/
H A Dfopen.c48 freopen(char *file, char *mode, FILE *iop) in freopen() function
/titanic_44/usr/src/lib/libbc/libc/stdio/sys5/
H A Dfopen.c42 freopen(char *file, char *mode, FILE *iop) in freopen() function
/titanic_44/usr/src/cmd/ypcmd/yppasswd/
H A Dyppasswdd.c380 freopen("/dev/null", "r+", stdin); in main()
381 freopen("/dev/null", "r+", stdout); in main()
382 freopen("/dev/null", "r+", stderr); in main()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dstdio.h83 extern FILE *freopen(char *, char *, FILE *);
/titanic_44/usr/src/cmd/praudit/
H A Dmain.c81 if (freopen(names[i], "r", stdin) == NULL) { in main()
/titanic_44/usr/src/ucbcmd/from/
H A Dfrom.c80 if (freopen(mailbox, "r", stdin) == NULL) { in main()
/titanic_44/usr/src/cmd/tic/
H A Dtic_main.c174 if (freopen(source_file, "r", stdin) == NULL) { in init()
/titanic_44/usr/src/ucblib/libucb/port/stdio/
H A Dfopen.c145 freopen(const char *file, const char *mode, FILE *iop) in freopen() function

1234