Searched refs:F_OPEN (Results 1 - 2 of 2) sorted by path

/barrelfish-2018-10-04/lib/zlib/
H A Dgzio.c181 s->file = fd < 0 ? F_OPEN(path, fmode) : (FILE*)fdopen(fd, fmode);
H A Dzutil.h110 # define F_OPEN(name, mode) \ macro
172 #ifndef F_OPEN
173 # define F_OPEN(name, mode) fopen((name), (mode)) macro

Completed in 58 milliseconds