Home
last modified time | relevance | path

Searched refs:fpipe (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.bin/calendar/
H A Dio.c652 FILE *fpipe; in send_mail() local
685 fpipe = fdopen(pdes[1], "w"); in send_mail()
686 if (fpipe == NULL) { in send_mail()
691 write_mailheader(fpipe); in send_mail()
694 fputc(ch, fpipe); in send_mail()
695 fclose(fpipe); /* will also close the underlying fd */ in send_mail()
/dragonfly/contrib/diffutils/src/
H A Ddiff3.c1218 FILE *fpipe; in read_diff() local
1267 fpipe = popen (command, "r"); in read_diff()
1268 if (!fpipe) in read_diff()
1271 fd = fileno (fpipe); in read_diff()
1305 wstatus = pclose (fpipe); in read_diff()