/titanic_44/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.badfreopen.ksh | 36 freopen(".."); 37 freopen("%s", "."); 38 freopen("%c%c", '.', '.'); 39 freopen("%c", '.'); 46 freopen("%s%s", ".", "."); 47 freopen("%s%s", ".", ".");
|
H A D | tst.freopen.ksh | 38 freopen("%s.%d", \$\$1, i); 45 freopen(""); 74 tmpfile=/tmp/tst.freopen.$$
|
/titanic_44/usr/src/ucbhead/ |
H A D | stdio.h | 141 #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 D | call_pass.c | 58 if (freopen("/dev/null", "w+", stdout) == NULL || 59 freopen("/dev/null", "w+", stderr) == NULL ||
|
/titanic_44/usr/src/head/ |
H A D | stdio.h | 53 #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 D | xgettext.lx.l | 140 (void) freopen(gargv[optind], "r", stdin); 141 if ((fp = freopen(gargv[optind], "r", stdin)) == NULL) {
|
/titanic_44/usr/src/cmd/ypcmd/ |
H A D | ypserv.c | 231 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 D | exception.lst | 34 # 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 D | tst.1.0.d | 42 int freopen; variable
|
/titanic_44/usr/src/lib/libast/common/stdio/ |
H A D | freopen.c | 27 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 D | tst.walltimestamp.ksh | 49 freopen("/dev/null");
|
H A D | tst.many.d | 42 freopen("/dev/null");
|
/titanic_44/usr/src/cmd/vi/misc/ |
H A D | mkstr.c | 95 if (freopen(name, "w", stdout) == NULL) 97 if (freopen(argv[0], "r", stdin) == NULL)
|
H A D | fold.c | 74 if (freopen(argv[0], "r", stdin) == NULL) { in main()
|
/titanic_44/usr/src/cmd/sgs/error/common/ |
H A D | errormain.c | 276 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 D | mkstr.c | 126 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 D | display.c | 425 (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 D | fopen.c | 48 freopen(char *file, char *mode, FILE *iop) in freopen() function
|
/titanic_44/usr/src/lib/libbc/libc/stdio/sys5/ |
H A D | fopen.c | 42 freopen(char *file, char *mode, FILE *iop) in freopen() function
|
/titanic_44/usr/src/cmd/ypcmd/yppasswd/ |
H A D | yppasswdd.c | 380 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 D | stdio.h | 83 extern FILE *freopen(char *, char *, FILE *);
|
/titanic_44/usr/src/cmd/praudit/ |
H A D | main.c | 81 if (freopen(names[i], "r", stdin) == NULL) { in main()
|
/titanic_44/usr/src/ucbcmd/from/ |
H A D | from.c | 80 if (freopen(mailbox, "r", stdin) == NULL) { in main()
|
/titanic_44/usr/src/cmd/tic/ |
H A D | tic_main.c | 174 if (freopen(source_file, "r", stdin) == NULL) { in init()
|
/titanic_44/usr/src/ucblib/libucb/port/stdio/ |
H A D | fopen.c | 145 freopen(const char *file, const char *mode, FILE *iop) in freopen() function
|