| /xsrc/external/mit/libXpm/dist/src/ |
| RdFToBuf.c | 48 #define fdopen _fdopen macro 73 fp = fdopen(fd, "r");
|
| RdFToI.c | 186 fp = fdopen(fds[in], mode); 260 mdata->stream.file = fdopen(fd, "r");
|
| WrFFrI.c | 342 mdata->stream.file = fdopen(fd, "w");
|
| /xsrc/external/mit/freetype/dist/src/gzip/ |
| zutil.h | 111 # include <unix.h> /* for fdopen */ 113 # ifndef fdopen 114 # define fdopen(fd,mode) NULL /* No fdopen() */ macro 128 # define fdopen(fd,mode) NULL /* No fdopen() */ macro 132 # define fdopen(fd,type) _fdopen(fd,type) macro
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| os_file.c | 17 #define fdopen _fdopen macro 35 return fdopen(fd, "w");
|
| /xsrc/external/mit/ctwm/dist/ |
| parse_m4.c | 79 return (fdopen(fids[0], "r")); 116 tmpf = fdopen(fd, "w+");
|
| /xsrc/external/mit/xsm/dist/ |
| auth.c | 175 if (!(addfp = fdopen(fd, "wb"))) 182 if (!(removefp = fdopen(fd, "wb")))
|
| remote.c | 116 fp = fdopen (pipefd[1], "w");
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| Xw32defs.h | 30 # define fdopen _fdopen macro
|
| /xsrc/external/mit/bitmap/dist/ |
| bmtoa.c | 87 fp = fdopen(fd, "w");
|
| /xsrc/external/mit/brotli/dist/python/ |
| bro.py | 32 # the msvcrt trick doesn't work in pypy, so I use fdopen 34 stdio = os.fdopen(stdio.fileno(), mode, 0)
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| fcatomic.c | 121 f = fdopen (fd, "w");
|
| /xsrc/external/mit/libXfont/dist/src/fontfile/ |
| dirfile.c | 99 file = fdopen(file_fd, "rt"); 296 file = fdopen(file_fd, "rt");
|
| /xsrc/external/mit/libXfont2/dist/src/fontfile/ |
| dirfile.c | 105 file = fdopen(file_fd, "rt"); 302 file = fdopen(file_fd, "rt");
|
| /xsrc/external/mit/xconsole/dist/ |
| xconsole.c | 225 input = fdopen (pty_fd, "r"); 231 input = fdopen (pty_fd, "r"); 255 input = fdopen (fd, "r");
|
| /xsrc/external/mit/brotli/dist/c/tools/ |
| brotli.c | 46 #define fdopen _fdopen macro 593 *f = fdopen(MAKE_BINARY(STDIN_FILENO), "rb"); 610 *f = fdopen(MAKE_BINARY(STDOUT_FILENO), "wb"); 620 *f = fdopen(fd, "wb");
|
| /xsrc/external/mit/xman/dist/ |
| search.c | 226 if ((file = fdopen(fd, "r")) == NULL)
|
| misc.c | 375 *output_file = fdopen(fd, "r"); 448 *output_file = fdopen(fd, "r"); 543 file = fdopen(fd, "r");
|
| /xsrc/external/mit/xterm/dist/ |
| print.c | 451 if ((input = fdopen(my_pipe[0], "r")) != NULL) { 480 if ((SPS.fp = fdopen(my_pipe[1], "w")) != NULL) {
|
| /xsrc/external/bsd/libuuid_ul/dist/ |
| gen_uuid.c | 212 state_f = fdopen(state_fd, "r+" UL_CLOEXECSTR);
|
| /xsrc/external/mit/smproxy/dist/ |
| save.c | 404 if (!(proxyFile = fdopen(fd, "wb")))
|
| /xsrc/external/mit/xgc/dist/ |
| interpret.c | 132 inend = fdopen(fildes[1],"w");
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| utils.c | 1377 iop = fdopen(pdes[0], type); 1380 iop = fdopen(pdes[1], type); 1452 iop = fdopen(pdes[0], type); 1455 iop = fdopen(pdes[1], type);
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| utils.c | 1505 iop = fdopen(pdes[0], type); 1509 iop = fdopen(pdes[1], type); 1583 iop = fdopen(pdes[0], type); 1587 iop = fdopen(pdes[1], type);
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| auth.c | 353 *file = fdopen(fd, "w"); 556 *newp = fdopen (newfd, "w"); 1121 old = fdopen (fd, "r");
|