Searched refs:ardiropen (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libardir/
H A Dtestar.c37 else if (dir = ardiropen(file, NiL, touch ? ARDIR_UPDATE : 0))
H A Dardir.h102 extern Ardir_t* ardiropen(const char*, Ardirmeth_t*, int);
H A Dardir.c30 ardiropen(const char* file, Ardirmeth_t* meth, int flags) function
/ast/src/cmd/nmake/
H A Darchive.c47 if (!(ar = ardiropen(name, NiL, ARDIR_LOCAL)))
137 else if (ar = ardiropen(name, NiL, ARDIR_LOCAL|ARDIR_UPDATE))
177 else if (ar = ardiropen(r->name, NiL, ARDIR_LOCAL))
/ast/src/cmd/pax/
H A Dpax-ar.c42 if (!(dir = ardiropen(ap->name, NiL, 0)))

Completed in 35 milliseconds