HomeSort by: relevance | last modified time | path
    Searched refs:ArchFindMember (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
arch.c 144 static FILE *ArchFindMember(const char *, const char *,
365 * See ArchFindMember for an almost identical copy of this code.
416 arch = ArchFindMember(archive, member, &sarh, "r");
643 ArchFindMember(const char *archive, const char *member,
710 "ArchFindMember: "
755 f = ArchFindMember(GNode_VarArchive(gn), GNode_VarMember(gn), &arh,
780 f = ArchFindMember(gn->path, RANLIBMAG, &arh, "r+");
  /src/tests/usr.bin/indent/
fmt_decl.c 1001 static FILE *ArchFindMember(const char *, const char *,
1022 static FILE *ArchFindMember(const char *, const char *,

Completed in 16 milliseconds