Home
last modified time | relevance | path

Searched defs:fdopen (Results 1 – 6 of 6) sorted by last modified time

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c183 #define fdopen(fd, mode) NULL /* No fdopen() */ macro
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfdopen.c54 fdopen(int fd, const char *type) /* associate file desc. with stream */ in fdopen() function
/illumos-gate/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
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c83 fdopen(vnode_t **vpp, int mode, cred_t *cr, caller_context_t *ct) in fdopen() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dfdopen.c27 fdopen(int fd, const char* mode) in fdopen() function
/illumos-gate/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