Searched defs:fdopen (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/contrib/zlib/ |
H A D | zutil.h | 145 # 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/contrib/ast/src/lib/libast/stdio/ |
H A D | fdopen.c | 27 fdopen(int fd, const char* mode) in fdopen() function
|
/illumos-gate/usr/src/lib/libc/port/stdio/ |
H A D | fdopen.c | 54 fdopen(int fd, const char *type) /* associate file desc. with stream */ in fdopen() function
|
/illumos-gate/usr/src/uts/common/fs/fd/ |
H A D | fdops.c | 83 fdopen(vnode_t **vpp, int mode, cred_t *cr, caller_context_t *ct) in fdopen() function
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 671 # 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
|
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 183 #define fdopen(fd, mode) NULL /* No fdopen() */ macro
|