Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:archive

28 extern long int ar_scan PARAMS ((char *archive, long int (*function) (), intptr_t arg));
34 /* Return nonzero if NAME is an archive-member reference, zero if not.
35 An archive-member reference is a name like `lib(member)'.
59 /* Parse the archive-member reference NAME into the archive and member names.
60 Put the malloc'd archive name in *ARNAME_P if ARNAME_P is non-nil;
91 /* Make sure we know the modtime of the archive itself because we are
93 and they will change the archive itself.
95 But we must be careful not to enter_file the archive itself if it does
133 /* Set the archive-member NAME's modtime to now. */
139 error (NILF, _("touch archive member is not available on VMS"));
152 /* Make sure we know the modtime of the archive itself before we
153 touch the member, since this will change the archive itself. */
170 error (NILF, _("touch: Archive `%s' does not exist"), arname);
173 error (NILF, _("touch: `%s' is not a valid archive"), arname);
210 /* This function is called by `ar_scan' to match one archive
265 /* Glob for MEMBER_PATTERN in archive ARNAME.
279 /* Scan the archive for matches.