HomeSort by: relevance | last modified time | path
    Searched defs:zopen (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/savecore/
zopen.c 1 /* $NetBSD: zopen.c,v 1.4 2017/01/10 04:42:20 kamil Exp $ */
9 __RCSID("$NetBSD: zopen.c,v 1.4 2017/01/10 04:42:20 kamil Exp $");
15 FILE *zopen(const char *fname, const char *mode);
31 zopen(const char *fname, const char *mode) function in typeref:typename:FILE *
  /src/usr.bin/compress/
zopen.c 1 /* $NetBSD: zopen.c,v 1.16 2022/03/23 11:08:28 andvar Exp $ */
38 static char sccsid[] = "@(#)zopen.c 8.1 (Berkeley) 6/27/93";
40 static char rcsid[] = "$NetBSD: zopen.c,v 1.16 2022/03/23 11:08:28 andvar Exp $";
58 * zopen(filename, mode, bits)
205 FILE *zopen(const char *, const char *, int);
654 zopen(const char *fname, const char *mode, int bits) function in typeref:typename:FILE *

Completed in 13 milliseconds