Searched refs:fdopen (Results 1 – 15 of 15) sorted by relevance
/toolchain/binutils/binutils-2.27/zlib/ |
D | zutil.h | 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
|
D | ChangeLog | 326 - Remove fdopen for MVS from gzguts.h 567 - Use fdopen() (not _fdopen()) for Interix in zutil.h [B�ck] 800 - Add pragma for fdopen on MVS [van Burik] 1037 - fix fdopen and halloc macros for Microsoft C 6.0 (Tom Lane) 1132 - do not use fdopen for Metrowerks on Mac (Brad Pettit)) 1216 - use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau) 1242 - port to RISCOS (no fdopen, no multiple dots, no unlink, no fileno) 1282 - no fdopen for BeOS 1316 - avoid warning on fdopen (gzio.c) for HP cc -Aa
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | fopen_unlocked.c | 118 FILE *const fp = fdopen (fildes, mode); in fdopen_unlocked()
|
D | pex-unix.c | 763 return fdopen (fd, "r"); in pex_unix_fdopenr() 772 return fdopen (fd, "w"); in pex_unix_fdopenw()
|
D | functions.texi | 283 Opens and returns a @code{FILE} pointer via @code{fdopen}. If the
|
/toolchain/binutils/binutils-2.27/gold/testsuite/ |
D | plugin_test.c | 293 irfile = fdopen(file->fd, "r"); in claim_file_hook() 527 irfile = fdopen(file.fd, "r"); in all_symbols_read_hook()
|
/toolchain/binutils/binutils-2.27/zlib/test/ |
D | minigzip.c | 222 gz->file = path == NULL ? fdopen(fd, gz->write ? "wb" : "rb") :
|
/toolchain/binutils/binutils-2.27/include/gdb/ |
D | ChangeLog | 231 * callback.h (host_callback_struct): Replace members fdopen and
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | config.in | 100 /* Define to 1 if you have the `fdopen' function. */
|
D | opncls.c | 218 nbfd->iostream = fdopen (fd, mode); in bfd_fopen()
|
D | configure.ac | 206 AC_CHECK_FUNCS(fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno)
|
D | ChangeLog-9193 | 5195 * opncls.c (bfd_fdopenr): Determine whether to fdopen for 5761 * opncls.c: don't use fdopen on DOS systems 7823 * cache.c: Make the "fdopen" support work. Keep better track
|
D | configure | 13679 for ac_func in fcntl getpagesize setitimer sysconf fdopen getuid getgid fileno
|
D | ChangeLog-9697 | 1102 * configure.in: Check for fdopen.
|
/toolchain/binutils/binutils-2.27/ld/emultempl/ |
D | spuelf.em | 374 script = fdopen (fd, "w");
|