Home
last modified time | relevance | path

Searched refs:Fdopen (Results 1 – 9 of 9) sorted by relevance

/dragonfly/usr.bin/mail/
H A Dquit.c112 (rbuf = Fdopen(fd, "w")) == NULL) in quit()
204 (obuf = Fdopen(fd, "w")) == NULL) { in quit()
427 (obuf = Fdopen(fd, "w")) == NULL) { in edstop()
H A Dcollect.c103 (collf = Fdopen(fd, "w+")) == NULL) { in collect()
346 (fbuf = Fdopen(tempfd, "w+")) == NULL) { in collect()
565 (nf = Fdopen(fd, "w+")) == NULL) { in mespipe()
H A Dedit.c139 (nf = Fdopen(t, "w")) == NULL) { in run_editor()
H A Dnames.c312 (fout = Fdopen(fd, "a")) == NULL) { in outof()
385 fin = Fdopen(f, "r"); in outof()
H A Dextern.h44 FILE *Fdopen(int, const char *);
H A Dpopen.c75 Fdopen(int fd, const char *mode) in Fdopen() function
H A Dfio.c67 if ((c = mkstemp(pathbuf)) == -1 || (mestmp = Fdopen(c, "r+")) == NULL) in setptr()
H A Dsend.c457 (nfo = Fdopen(fd, "w")) == NULL) { in infix()
/dragonfly/sys/dev/disk/fd/
H A Dfd.c323 static d_open_t Fdopen; /* NOTE, not fdopen */ variable
330 .d_open = Fdopen,
1307 Fdopen(struct dev_open_args *ap) in Fdopen() function