/titanic_50/usr/src/uts/common/zmod/ |
H A D | zutil.h | 135 # ifndef fdopen 136 # define fdopen(fd,mode) NULL /* No fdopen() */ macro 156 # define fdopen(fd,mode) NULL /* No fdopen() */ macro 161 # define fdopen(fd,mode) NULL /* No fdopen() */ macro 167 # define fdopen(fd,type) _fdopen(fd,type) macro
|
/titanic_50/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 */ in fdopen() function
|
H A D | tmpfile.c | 90 if ((p = fdopen(mkret, "w+")) == NULL) { in _common()
|
/titanic_50/usr/src/cmd/ypcmd/ypupdated/ |
H A D | openchild.c | 117 *fto = fdopen(pdto[1], "w"); 119 *ffrom = fdopen(pdfrom[0], "r");
|
/titanic_50/usr/src/cmd/mailx/ |
H A D | popen.c | 62 extern FILE *fdopen(); 108 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()
|
/titanic_50/usr/src/cmd/keyserv/ |
H A D | update.c | 191 *fto = fdopen(pdto[1], "w"); 193 *ffrom = fdopen(pdfrom[0], "r"); 275 wf = fdopen(wfd, "w");
|
/titanic_50/usr/src/cmd/ttymon/ |
H A D | tmlog.c | 77 Logfp = fdopen(ret, "a+"); in openttymonlog() 174 FILE *f = fdopen(fd, "w"); in vlog() 253 if ((Debugfp = fdopen(ret, "a+")) == NULL) in opendebug()
|
/titanic_50/usr/src/lib/libgen/common/ |
H A D | p2open.c | 58 fp[0] = fdopen(fds[0], "w"); in p2open() 59 fp[1] = fdopen(fds[1], "r"); in p2open()
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/libast/common/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
|
/titanic_50/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()
|
/titanic_50/usr/src/lib/pam_modules/authtok_check/ |
H A D | packlib.c | 71 if (!(pdesc->dfp = fdopen(fd_d, mode))) { in PWOpen() 75 if (!(pdesc->ifp = fdopen(fd_i, mode))) { in PWOpen() 80 if (pdesc->wfp = fdopen(fd_w, mode)) { in PWOpen()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/sendmail/aux/ |
H A D | mconnect.c | 214 f = fdopen(s, "w"); 229 f = fdopen(s, "r");
|
/titanic_50/usr/src/lib/libdiskmgt/common/ |
H A D | inuse_lu.c | 201 if ((fp = fdopen(fd, "r")) == NULL) { in lufslist() 259 if ((fp = fdopen(fd, "r")) == NULL) { in lustatus()
|
/titanic_50/usr/src/lib/libbc/libc/stdio/common/ |
H A D | fdopen.c | 47 fdopen(fd, mode) in fdopen() function
|
/titanic_50/usr/src/cmd/oamuser/group/ |
H A D | del_group.c | 70 if ((t_fptr = fdopen(fd, "w")) == NULL) { in del_group()
|
H A D | mod_group.c | 70 if ((t_fptr = fdopen(fd, "w")) == NULL) { in mod_group()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wanboot/keymgmt/ |
H A D | keymgmt.c | 207 if ((tmp_fp = fdopen(tmp_fd, "w")) == NULL) { in compress_keystore() 270 if ((keystore_fp = fdopen(fd, "w")) == NULL) { in process_insert()
|
/titanic_50/usr/src/cmd/print/conv_fix/ |
H A D | conv_fix.c | 134 if ((fp2 = fdopen(fd, "a")) != NULL) { in main()
|
/titanic_50/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | ifdef.c | 145 fp_ttyi = fdopen(ttyi, "r"); in setupline() 404 fp_ttyi = fdopen(ttyi, "r"); in setupline() 645 fp_ttyi = fdopen(ttyi, "r"); in setupline()
|
/titanic_50/usr/src/lib/libbc/inc/include/ |
H A D | stdio.h | 82 extern FILE *fdopen(int, char *);
|