HomeSort by: relevance | last modified time | path
    Searched refs:gzdopen (Results 1 - 25 of 66) sorted by relevancy

1 2 3

  /src/distrib/utils/zcat/
zcat.c 98 zfp = gzdopen(STDIN_FILENO, "rb");
100 error("can't gzdopen stdin");
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
minigzip.c 182 gzFile gzdopen _Z_OF((int, const char *));
192 gzFile gzdopen(fd, mode) function
562 file = gzdopen(fileno(stdin), "rb");
563 if (file == NULL) error("can't gzdopen stdin");
566 file = gzdopen(fileno(stdout), outmode);
567 if (file == NULL) error("can't gzdopen stdout");
592 file = gzdopen(fileno(stdout), outmode);
593 if (file == NULL) error("can't gzdopen stdout");
  /src/external/gpl3/binutils/dist/zlib/
minigzip.c 397 file = gzdopen(fileno(stdin), "rb");
398 if (file == NULL) error("can't gzdopen stdin");
401 file = gzdopen(fileno(stdout), outmode);
402 if (file == NULL) error("can't gzdopen stdout");
427 file = gzdopen(fileno(stdout), outmode);
428 if (file == NULL) error("can't gzdopen stdout");
  /src/external/gpl3/binutils.old/dist/zlib/
minigzip.c 397 file = gzdopen(fileno(stdin), "rb");
398 if (file == NULL) error("can't gzdopen stdin");
401 file = gzdopen(fileno(stdout), outmode);
402 if (file == NULL) error("can't gzdopen stdout");
427 file = gzdopen(fileno(stdout), outmode);
428 if (file == NULL) error("can't gzdopen stdout");
  /src/external/gpl3/gdb/dist/zlib/
minigzip.c 397 file = gzdopen(fileno(stdin), "rb");
398 if (file == NULL) error("can't gzdopen stdin");
401 file = gzdopen(fileno(stdout), outmode);
402 if (file == NULL) error("can't gzdopen stdout");
427 file = gzdopen(fileno(stdout), outmode);
428 if (file == NULL) error("can't gzdopen stdout");
  /src/external/gpl3/gdb.old/dist/zlib/
minigzip.c 397 file = gzdopen(fileno(stdin), "rb");
398 if (file == NULL) error("can't gzdopen stdin");
401 file = gzdopen(fileno(stdout), outmode);
402 if (file == NULL) error("can't gzdopen stdout");
427 file = gzdopen(fileno(stdout), outmode);
428 if (file == NULL) error("can't gzdopen stdout");
  /src/common/dist/zlib/test/
minigzip.c 208 static gzFile gzdopen(int fd, const char *mode) { function
536 file = gzdopen(fileno(stdin), "rb");
537 if (file == NULL) error("can't gzdopen stdin");
540 file = gzdopen(fileno(stdout), outmode);
541 if (file == NULL) error("can't gzdopen stdout");
566 file = gzdopen(fileno(stdout), outmode);
567 if (file == NULL) error("can't gzdopen stdout");
  /src/external/gpl3/binutils/dist/zlib/test/
minigzip.c 208 static gzFile gzdopen(int fd, const char *mode) { function
536 file = gzdopen(fileno(stdin), "rb");
537 if (file == NULL) error("can't gzdopen stdin");
540 file = gzdopen(fileno(stdout), outmode);
541 if (file == NULL) error("can't gzdopen stdout");
566 file = gzdopen(fileno(stdout), outmode);
567 if (file == NULL) error("can't gzdopen stdout");
  /src/external/gpl3/gdb/dist/zlib/test/
minigzip.c 208 static gzFile gzdopen(int fd, const char *mode) { function
536 file = gzdopen(fileno(stdin), "rb");
537 if (file == NULL) error("can't gzdopen stdin");
540 file = gzdopen(fileno(stdout), outmode);
541 if (file == NULL) error("can't gzdopen stdout");
566 file = gzdopen(fileno(stdout), outmode);
567 if (file == NULL) error("can't gzdopen stdout");
  /src/common/dist/zlib/contrib/iostream2/
zstream.h 73 m_fp = ::gzdopen(fileno(fp), "rb");
191 m_fp = ::gzdopen(fileno(fp), mode);
  /src/external/gpl3/binutils/dist/zlib/contrib/iostream2/
zstream.h 73 m_fp = ::gzdopen(fileno(fp), "rb");
191 m_fp = ::gzdopen(fileno(fp), mode);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream2/
zstream.h 73 m_fp = ::gzdopen(fileno(fp), "rb");
191 m_fp = ::gzdopen(fileno(fp), mode);
  /src/external/gpl3/gdb/dist/zlib/contrib/iostream2/
zstream.h 73 m_fp = ::gzdopen(fileno(fp), "rb");
191 m_fp = ::gzdopen(fileno(fp), mode);
  /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream2/
zstream.h 73 m_fp = ::gzdopen(fileno(fp), "rb");
191 m_fp = ::gzdopen(fileno(fp), mode);
  /src/external/gpl3/binutils.old/dist/zlib/test/
minigzip.c 179 gzFile gzdopen OF((int, const char *));
189 gzFile gzdopen(fd, mode) function
608 file = gzdopen(fileno(stdin), "rb");
609 if (file == NULL) error("can't gzdopen stdin");
612 file = gzdopen(fileno(stdout), outmode);
613 if (file == NULL) error("can't gzdopen stdout");
638 file = gzdopen(fileno(stdout), outmode);
639 if (file == NULL) error("can't gzdopen stdout");
  /src/external/gpl3/gdb.old/dist/zlib/test/
minigzip.c 179 gzFile gzdopen OF((int, const char *));
189 gzFile gzdopen(fd, mode) function
608 file = gzdopen(fileno(stdin), "rb");
609 if (file == NULL) error("can't gzdopen stdin");
612 file = gzdopen(fileno(stdout), outmode);
613 if (file == NULL) error("can't gzdopen stdout");
638 file = gzdopen(fileno(stdout), outmode);
639 if (file == NULL) error("can't gzdopen stdout");
  /src/usr.bin/grep/
file.c 217 (gzbufdesc = gzdopen(f->fd, "r")) == NULL)
  /src/common/dist/zlib/contrib/iostream/
zfstream.cpp 93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
  /src/external/gpl3/binutils/dist/zlib/contrib/iostream/
zfstream.cpp 93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream/
zfstream.cpp 93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
  /src/external/gpl3/gdb/dist/zlib/contrib/iostream/
zfstream.cpp 93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
  /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream/
zfstream.cpp 93 if ( (file = gzdopen(file_descriptor, char_mode)) == NULL )
  /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
zlib.d 1352 gzFile gzdopen(int fd, const(char)* mode);
1360 fd. If you want to keep fd open, use fd = dup(fd_keep); gz = gzdopen(fd,
1362 gzdopen does not close fd if it fails. If you are using fileno() to get the
1368 gzdopen returns NULL if there was insufficient memory to allocate the
1371 used until the next gz* read, write, seek, or close operation, so gzdopen
1379 after gzopen() or gzdopen(), and before any other calls that read or write
1534 yet. If gzungetc is used immediately after gzopen or gzdopen, at least the
1585 the middle of a file using gzdopen().
1594 when appending or when using gzdopen() for reading. When reading, the
1622 If gzdirect() is used immediately after gzopen() or gzdopen() it wil
    [all...]
  /src/common/dist/zlib/contrib/iostream3/
zfstream.cc 89 // Build mode string for gzdopen and check it [27.8.1.3.2]
95 if ((file = gzdopen(fd, char_mode)) == NULL)
  /src/common/dist/zlib/
zconf.h 78 # define gzdopen z_gzdopen macro

Completed in 25 milliseconds

1 2 3