Searched refs:Arch_ParseArchive (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/bmake/
H A Dnonints.h76 ReturnStatus Arch_ParseArchive(char **, Lst, GNode *);
H A Darch.c95 * Arch_ParseArchive Given an archive specification, return a list
264 * Arch_ParseArchive --
285 Arch_ParseArchive(char **linePtr, Lst nodeLst, GNode *ctxt) function
434 } else if (Arch_ParseArchive(&sacrifice, nodeLst, ctxt)!=SUCCESS) {
H A Dparse.c1252 * Arch_ParseArchive will set 'line' to be the first non-blank
1258 if (Arch_ParseArchive(&line, targets, VAR_CMD) != SUCCESS) {
1701 if (Arch_ParseArchive(&line, sources, VAR_CMD) != SUCCESS) {
H A Dsuff.c1573 (void)Arch_ParseArchive(&sacrifice, members, pgn);

Completed in 100 milliseconds