Home
last modified time | relevance | path

Searched defs:fdopen (Results 1 – 8 of 8) sorted by relevance

/titanic_52/usr/src/boot/lib/libz/
H A Dzutil.h128 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
149 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
154 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
160 # define fdopen(fd,type) _fdopen(fd,type) macro
/titanic_52/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dfdopen.c27 fdopen(int fd, const char* mode) in fdopen() function
/titanic_52/usr/src/lib/libbc/libc/stdio/common/
H A Dfdopen.c47 fdopen(fd, mode) in fdopen() function
/titanic_52/usr/src/contrib/zlib/
H A Dzutil.h145 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
172 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
177 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
179 # define fdopen(fd,type) _fdopen(fd,type) macro
/titanic_52/usr/src/lib/libc/port/stdio/
H A Dfdopen.c56 fdopen(int fd, const char *type) /* associate file desc. with stream */ in fdopen() function
/titanic_52/usr/src/uts/common/fs/fd/
H A Dfdops.c82 fdopen(vnode_t **vpp, int mode, cred_t *cr, caller_context_t *ct) in fdopen() function
/titanic_52/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c671 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
691 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
696 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
702 # define fdopen(fd,type) _fdopen(fd,type) macro
[all...]
/titanic_52/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c185 #define fdopen(fd, mode) NULL /* No fdopen() */ macro