Searched refs:fdopen (Results 1 - 25 of 64) sorted by relevance

123

/external/bison/lib/
H A Dfopen-safer.c58 || ! (fp = fdopen (f, mode)))
/external/qemu/distrib/zlib-1.2.3/
H A Dzutil.h128 # include <unix.h> /* for fdopen */
130 # ifndef fdopen
131 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
151 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
156 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
162 # define fdopen(fd,type) _fdopen(fd,type) macro
/external/zlib/
H A Dzutil.h125 # include <unix.h> /* for fdopen */
127 # ifndef fdopen
128 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
149 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
154 # define fdopen(fd,mode) NULL /* No fdopen() */ macro
160 # define fdopen(fd,type) _fdopen(fd,type) macro
/external/jpeg/
H A Dcdjpeg.c157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
H A Dwrjpgcom.c495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
H A Drdjpgcom.c481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
/external/qemu/distrib/jpeg-6b/
H A Dcdjpeg.c157 if ((input_file = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
H A Dwrjpgcom.c495 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
H A Drdjpgcom.c481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
/external/e2fsprogs/lib/
H A Dfpopen.c113 return fdopen(do_stdin ? fds[1] : fds[0], mode);
/external/oprofile/daemon/
H A Dopd_pipe.c69 fifo_fd = fdopen(fifo, "r");
/external/oprofile/libutil++/
H A Dbfd_spu_support.cpp93 FILE * fp = fdopen(fd, "r");
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dpreparechangelogforrevert_unittest.py46 with os.fdopen(file_descriptor, "w") as file:
/external/openssl/crypto/rand/
H A Drandfile.c86 #define fdopen _fdopen macro
212 out = fdopen(fd, "wb");
/external/e2fsprogs/lib/ss/
H A Dlist_rqs.c47 output = fdopen(fd, "w");
/external/iproute2/misc/
H A Dnstat.c233 FILE *fp = fdopen(net_snmp_open(), "r");
242 FILE *fp = fdopen(net_snmp6_open(), "r");
251 FILE *fp = fdopen(net_netstat_open(), "r");
407 FILE *fp = fdopen(clnt, "w");
545 if ((hist_fp = fdopen(fd, "r+")) == NULL) {
546 perror("nstat: fdopen history file");
586 FILE *sfp = fdopen(fd, "r");
H A Difstat.c522 FILE *fp = fdopen(clnt, "w");
695 if ((hist_fp = fdopen(fd, "r+")) == NULL) {
696 perror("ifstat: fdopen history file");
736 FILE *sfp = fdopen(fd, "r");
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dchangelog_unittest.py115 with os.fdopen(file_descriptor, "w") as file:
/external/e2fsprogs/lib/blkid/
H A Dsave.c99 file = fdopen(fd, "w");
H A Dread.c408 file = fdopen(fd, "r");
/external/elfutils/libasm/
H A Dasm_begin.c51 result->out.file = fdopen (result->fd, "a");
/external/openssh/
H A Dauth-rhosts.c78 if ((f = fdopen(fd, "r")) == NULL) {
/external/bison/src/
H A Doutput.c550 out = fdopen (filter_fd[0], "w");
553 "fdopen");
573 in = fdopen (filter_fd[1], "r");
576 "fdopen");
/external/libpng/contrib/gregbook/
H A Dwpng.c110 # include <fcntl.h> /* O_BINARY for fdopen() without text translation */
307 /* some buggy C libraries require BOTH setmode() and fdopen(bin) */
311 if ((wpng_info.infile = fdopen(fileno(stdin), "rb")) == NULL) {
316 if ((wpng_info.outfile = fdopen(fileno(stdout), "wb")) == NULL) {
439 (keybd = fdopen(fileno(stderr), "r")) != NULL &&
/external/ppp/pppd/plugins/
H A Dwinbind.c325 pipe_in = fdopen(child_in[1], "w");
327 pipe_out = fdopen(child_out[0], "r");

Completed in 863 milliseconds

123