Searched defs:openfile (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libcmd/
H A Dcksum.c149 openfile(const char* path, const char* mode) function
164 * close an openfile() stream
306 if (sp = openfile(file, "rb"))
412 if (sp = openfile(file, state->check ? "rt" : "rb"))
578 if (sp = openfile(file, "rt"))
584 else if (sp = openfile(NiL, "rt"))
604 if (sp = openfile(ent->fts_accpath, "rb"))
/ast/src/cmd/nmake/
H A Dmake.h105 #define ropen(f,m) ((f)==internal.openfile?(internal.openfile=0,internal.openfd):open(f,m))
106 #define rsfopen(f) ((f)==internal.openfile?(internal.openfile=0,sfnew(NiL,NiL,SF_UNBOUND,internal.openfd,SF_READ)):sfopen(NiL,f,"re"))
650 char* openfile; /* bind()-scan() optimization */ member in struct:Internal_s

Completed in 18 milliseconds