Home
last modified time | relevance | path

Searched refs:z_open (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/ugrep/ugrep-3.4.0/src/
H A Dzopen.h79 void *z_open(FILE *, const char *, int, int);
H A Dzopen.c740 z_open(FILE *file, const char *mode, int bits, int plain) in z_open() function
H A Dzstream.hpp1135 if ((zzfile_ = z_open(file, "r", 0, 1)) == NULL) in open()
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckcker.h602 _PROTOTYP( int z_open, (char *, int) );
H A Dckuus7.c11535 z_open(name, flags) char * name; int flags; { in z_open() function
12510 if ((n = z_open(zfilnam,filmode)) < 0) {