Searched refs:F_OPEN (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libz/
H A Dzutil.h110 # define F_OPEN(name, mode) \ macro
172 #ifndef F_OPEN
173 # define F_OPEN(name, mode) fopen((name), (mode)) macro
H A Dgzio.c222 if (!(s->file = fp) && !(s->file = F_OPEN(path, fmode))) {
/ast/src/cmd/INIT/
H A Dratz.c650 # define F_OPEN(name, mode) \ macro
712 #ifndef F_OPEN
713 # define F_OPEN(name, mode) fopen((name), (mode)) macro
3780 if (!(s->file = fp) && !(s->file = F_OPEN(path, fmode))) {

Completed in 69 milliseconds