Searched refs:ardiropen (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libardir/ |
H A D | testar.c | 37 else if (dir = ardiropen(file, NiL, touch ? ARDIR_UPDATE : 0))
|
H A D | ardir.h | 102 extern Ardir_t* ardiropen(const char*, Ardirmeth_t*, int);
|
H A D | ardir.c | 30 ardiropen(const char* file, Ardirmeth_t* meth, int flags) function
|
/ast/src/cmd/nmake/ |
H A D | archive.c | 47 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 D | pax-ar.c | 42 if (!(dir = ardiropen(ap->name, NiL, 0)))
|
Completed in 12 milliseconds