/osnet-11/usr/src/lib/libast/common/stdio/ |
H A D | fdopen.c | 27 fdopen(int fd, const char* mode) function
|
/osnet-11/usr/src/lib/libc/port/stdio/ |
H A D | fdopen.c | 40 #pragma weak _fdopen = fdopen 56 fdopen(int fd, const char *type) /* associate file desc. with stream */ function
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/ |
H A D | Handle.pm | 12 if ($io->fdopen(fileno(STDIN),"r")) { 18 if ($io->fdopen(fileno(STDOUT),"w")) { 52 It requires two parameters, which are passed to the method C<fdopen>; 53 if the fdopen fails, the object is destroyed. Otherwise, it is returned 105 =item $io->fdopen ( FD, MODE ) 107 C<fdopen> is like an ordinary C<open> except that its first parameter 315 IO::Handle::fdopen($io, @_) 343 sub fdopen { subroutine 344 @_ == 3 or croak 'usage: $io->fdopen(FD, MODE)';
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | nostdio.h | 32 #undef fdopen macro 112 #define fdopen(fd,p) _CANNOT _fdopen_ macro
|
H A D | fakesdio.h | 19 #undef fdopen macro 101 #define fdopen(fd,p) PerlIO_fdopen(fd,p) macro
|
H A D | XSUB.h | 412 # define fdopen PerlSIO_fdopen macro
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 189 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*)); 300 #define fdopen _ast_fdopen macro 421 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*));
|
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 168 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*)); 279 #define fdopen _ast_fdopen macro 400 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*));
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 189 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*)); 300 #define fdopen _ast_fdopen macro 421 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*));
|
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 168 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*)); 279 #define fdopen _ast_fdopen macro 400 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*));
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 189 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*)); 300 #define fdopen _ast_fdopen macro 421 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*));
|
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 168 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*)); 279 #define fdopen _ast_fdopen macro 400 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*));
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 189 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*)); 300 #define fdopen _ast_fdopen macro 421 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*));
|
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 168 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*)); 279 #define fdopen _ast_fdopen macro 400 extern __MANGLE__ FILE* fdopen __PROTO__((int, const char*));
|