/illumos-gate/usr/src/contrib/zlib/ |
H A D | zutil.h | 144 # ifndef fdopen 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/lib/libc/port/stdio/ |
H A D | fdopen.c | 38 #pragma weak _fdopen = fdopen 54 fdopen(int fd, const char *type) /* associate file desc. with stream */ in fdopen() function
|
H A D | tmpfile.c | 87 if ((p = fdopen(mkret, "w+")) == NULL) { in _common()
|
/illumos-gate/usr/src/cmd/ypcmd/ypupdated/ |
H A D | openchild.c | 99 *fto = fdopen(pdto[1], "w"); in _openchild() 101 *ffrom = fdopen(pdfrom[0], "r"); in _openchild()
|
/illumos-gate/usr/src/cmd/ttymon/ |
H A D | tmlog.c | 69 Logfp = fdopen(ret, "a+"); in openttymonlog() 166 FILE *f = fdopen(fd, "w"); in vlog() 243 if ((Debugfp = fdopen(ret, "a+")) == NULL) in opendebug()
|
/illumos-gate/usr/src/cmd/keyserv/ |
H A D | update.c | 189 *fto = fdopen(pdto[1], "w"); 191 *ffrom = fdopen(pdfrom[0], "r"); 273 wf = fdopen(wfd, "w");
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | popen.c | 60 extern FILE *fdopen(); 106 return(fdopen(myside, mode)); in npopen()
|
H A D | quit.c | 173 (obuf = fdopen(fd, "w")) == NULL) { in quit() 198 (obuf = fdopen(fd, "r+")) == NULL) { in quit() 207 (obuf = fdopen(fd, "a")) == NULL) { in quit() 300 PRIV(rbuf = fdopen(fd, "w+")); in writeback()
|
/illumos-gate/usr/src/lib/libgen/common/ |
H A D | p2open.c | 56 fp[0] = fdopen(fds[0], "w"); in p2open() 57 fp[1] = fdopen(fds[1], "r"); in p2open()
|
/illumos-gate/usr/src/cmd/dispadmin/ |
H A D | dispadmin.c | 314 if ((fp = fdopen(fd, "r")) == NULL) in set_scheduler() 338 if ((fp = fdopen(fd, "w")) == NULL) in set_scheduler() 386 if ((fp = fdopen(fd, "r")) == NULL) in set_default_class()
|
/illumos-gate/usr/src/test/libc-tests/tests/stdio/ |
H A D | fileno.c | 119 f = fdopen(fd, "r+"); in check_fdopen() 128 f = fdopen(dupfd, "r+"); in check_fdopen()
|
/illumos-gate/usr/src/cmd/rpcbind/ |
H A D | warmstart.c | 76 fp = fdopen(fd, "w"); in open_tmp_file() 132 fp = fdopen(fd, "r"); in read_struct()
|
/illumos-gate/usr/src/lib/pam_modules/authtok_check/ |
H A D | packlib.c | 75 if (!(pdesc->dfp = fdopen(fd_d, mode))) { in PWOpen() 79 if (!(pdesc->ifp = fdopen(fd_i, mode))) { in PWOpen() 84 if (pdesc->wfp = fdopen(fd_w, mode)) { in PWOpen()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/ |
H A D | _stdopen.c | 31 return fdopen(fd, mode); in _stdopen()
|
H A D | fdopen.c | 27 fdopen(int fd, const char* mode) in fdopen() function
|
/illumos-gate/usr/src/lib/print/libprint/common/ |
H A D | nss_write.c | 125 if ((ifp = fdopen(fd, "r")) == NULL) { in _file_put_printer() 138 if ((ofp = fdopen(fd, "wb+")) != NULL) { in _file_put_printer()
|
/illumos-gate/usr/src/cmd/sendmail/util/ |
H A D | mconnect.c | 212 f = fdopen(s, "w"); 227 f = fdopen(s, "r");
|
/illumos-gate/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_lu.c | 199 if ((fp = fdopen(fd, "r")) == NULL) { in lufslist() 257 if ((fp = fdopen(fd, "r")) == NULL) { in lustatus()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | whois.c | 284 sfi = fdopen(s, "r"); in whois() 285 sfo = fdopen(s, "w"); in whois()
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | printf-15294.c | 81 if ((sfp = fdopen(sfd, "w")) == NULL) in main()
|
/illumos-gate/usr/src/cmd/oamuser/group/ |
H A D | del_group.c | 67 if ((t_fptr = fdopen(fd, "w")) == NULL) { in del_group()
|
H A D | mod_group.c | 67 if ((t_fptr = fdopen(fd, "w")) == NULL) { in mod_group()
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 143 fp_ttyi = fdopen(ttyi, "r"); in setupline() 402 fp_ttyi = fdopen(ttyi, "r"); in setupline() 643 fp_ttyi = fdopen(ttyi, "r"); in setupline()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/ |
H A D | ilbadm_import.c | 331 if ((fp = fdopen(fd, "r")) == NULL) { in ilb_import_file() 400 fp = fdopen(fd, "w"); in ilbadm_export()
|
/illumos-gate/usr/src/cmd/print/conv_fix/ |
H A D | conv_fix.c | 132 if ((fp2 = fdopen(fd, "a")) != NULL) { in main()
|