Searched refs:RANLIBMAG (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/contrib/bmake/
H A Dmake-conf.h159 # ifndef RANLIBMAG
160 # define RANLIBMAG "__.SYMDEF" macro
H A Dranlib.h18 #define RANLIBMAG "!<arch>\n__.SYMDEF" /* archive file name */
20 #define RANLIBMAG "__.SYMDEF" /* archive file name */ macro
H A Darch.c1072 * Both the modification time of the library and of the RANLIBMAG
1078 #if !defined(RANLIBMAG)
1084 #ifdef RANLIBMAG
1089 arch = ArchFindMember(gn->path, UNCONST(RANLIBMAG), &arh, "r+");
1266 * the one of its RANLIBMAG member (i.e. its table of contents
1299 #ifdef RANLIBMAG
1303 arhPtr = ArchStatMember(gn->path, UNCONST(RANLIBMAG), FALSE);
1309 fprintf(debug_file, "%s modified %s...", RANLIBMAG, Targ_FmtTime(modTimeTOC));
/freebsd-11.0-release/include/
H A Dranlib.h37 #define RANLIBMAG "__.SYMDEF" /* archive file name */ macro
/freebsd-11.0-release/contrib/binutils/include/aout/
H A Dranlib.h34 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */ macro
/freebsd-11.0-release/contrib/binutils/bfd/
H A Darchive.c1955 memcpy (hdr.ar_name, RANLIBMAG, strlen (RANLIBMAG));

Completed in 113 milliseconds