Home
last modified time | relevance | path

Searched refs:fdopen (Results 51 – 75 of 201) sorted by relevance

123456789

/illumos-gate/usr/src/ucbhead/
H A Dstdio.h214 extern FILE *fdopen(int, const char *);
/illumos-gate/usr/src/cmd/bnu/
H A Dlogent.c141 if (fd < 0 || (_Cf = fdopen(fd, "a")) == NULL) {
/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c103 if ((fp = fdopen(fd, "rF")) == NULL) { in da_check_logindevperm()
1287 if ((devfile = fdopen(fda, fmode)) == NULL) { in da_open_devdb()
1323 if ((devfile = fdopen(fdm, fmode)) == NULL) { in da_open_devdb()
1450 if ((tmpfp = fdopen(tmpfd, "r+")) == NULL) { in da_update_defattrs()
1589 if ((tafp = fdopen(tafd, "r+")) == NULL) { in da_update_device()
1680 if ((tmfp = fdopen(tmfd, "r+")) == NULL) { in da_update_device()
/illumos-gate/usr/src/cmd/mailx/
H A Dcollect.c110 (obuf = fdopen(fd, "w")) == NULL) { in collect()
855 (fbuf = fdopen(fd, "w")) == NULL) { in mesedit()
960 (obuf = fdopen(fd, "w")) == NULL) { in mesedit()
1007 (no = fdopen(fd, "w")) == NULL) { in mespipe()
H A Dfio.c535 if ((obuf = fdopen(tmpfd, "w")) == NULL) { in edstop()
828 return (fdopen(f, mode)); in Fdopen()
H A Dcmd4.c128 pio=fdopen(pivec[1],"w"); in dopipe()
/illumos-gate/usr/src/cmd/sendmail/libmilter/
H A Dexample.c118 (priv->mlfi_fp = fdopen(fd, "w+")) == NULL)
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm_tag.c126 if ((tag_files.tfs = fdopen(tfd, "w")) == NULL) { in term_tag_init()
/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c253 if ((pcbn->pcb_fpr = fdopen(fildes[0], "r")) == NULL) { in mfork()
258 if ((pcbn->pcb_fpw = fdopen(fildes[1], "w")) == NULL) { in mfork()
/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c495 if ((cfp = fdopen(cfd, "w")) == NULL) in conf_close()
514 if ((tfp = fdopen(tfd, "w")) == NULL) in conf_close()
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dfiles.c210 if (!(fp = fdopen(fd, type))) { in open_lpfile()
/illumos-gate/usr/src/cmd/mail/
H A Dgethead.c246 if (fd < 0 || (tmpf = fdopen(fd, "w+")) == NULL) { in mktmp()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dannounce.c161 if ((tf = fdopen(fd, "w")) == NULL) { in announce_proc()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dscratchops.c120 if ((fp = fdopen(fd, "r+")) == NULL) in zonecfg_open_scratch()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c133 slow: if ((t->bt_rfp = fdopen(rfd, "rb")) == NULL)
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Ddepend.c180 if ((fd = fdopen(fildes[0], MSG_ORIG(MSG_STR_READ))) != NULL) { in depend()
/illumos-gate/usr/src/test/libc-tests/tests/fexecve/
H A Dfexecve_test.c80 f = fdopen(fd, "r"); in forkit()
/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
323 VOPNAME_OPEN, { .vop_open = fdopen },
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dpopen.c134 iop = fdopen(myfd, mode); in popen()
/illumos-gate/usr/src/lib/pam_modules/authtok_check/
H A Dpacker.c99 if ((tmpfp[tmpfp_idx] = fdopen(fd, "w+F")) == NULL) { in writeout()
/illumos-gate/usr/src/lib/passwdutil/
H A Dfiles_attr.c934 if ((dst = fdopen(tempfd, "wF")) == NULL) { in files_update_shadow()
1028 if ((dst = fdopen(tempfd, "wF")) == NULL) { in files_update_passwd()
1173 if ((dst = fdopen(tmpfd, "wF")) == NULL) { in files_update_history()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c131 file = fdopen(fd, "r"); in tftp_sendfile()
259 file = fdopen(fd, "w"); in tftp_recvfile()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A Dmapfile-pppoe64 fdopen { TYPE = FUNCTION; FLAGS = extern }; # " "
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeylogin.c138 if (!(rootfile = fdopen(rootfd, "w"))) { in write_rootkey()
/illumos-gate/usr/src/cmd/make/lib/vroot/
H A Dreport.cc212 if ((fd < 0) || (command_output_fp = fdopen(fd, "w")) == NULL) { in report_dep()

123456789