Searched refs:RANLIBMAG (Results 1 - 7 of 7) sorted by last modified time

/freebsd-10.0-release/include/
H A Dranlib.h37 #define RANLIBMAG "__.SYMDEF" /* archive file name */ macro
/freebsd-10.0-release/usr.bin/make/
H A Dconfig.h102 # ifndef RANLIBMAG
103 # define RANLIBMAG "__.SYMDEF" macro
106 # ifndef RANLIBMAG
107 # define RANLIBMAG "/" macro
/freebsd-10.0-release/contrib/binutils/include/aout/
H A Dranlib.h34 #define RANLIBMAG "__.SYMDEF" /* Archive file name containing index */ macro
/freebsd-10.0-release/contrib/binutils/bfd/
H A Darchive.c1955 memcpy (hdr.ar_name, RANLIBMAG, strlen (RANLIBMAG));
/freebsd-10.0-release/contrib/bmake/
H A Darch.c1073 * Both the modification time of the library and of the RANLIBMAG
1079 #if !defined(RANLIBMAG)
1085 #ifdef RANLIBMAG
1090 arch = ArchFindMember(gn->path, UNCONST(RANLIBMAG), &arh, "r+");
1268 * the one of its RANLIBMAG member (i.e. its table of contents
1301 #ifdef RANLIBMAG
1305 arhPtr = ArchStatMember(gn->path, UNCONST(RANLIBMAG), FALSE);
1311 fprintf(debug_file, "%s modified %s...", RANLIBMAG, Targ_FmtTime(modTimeTOC));
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

Completed in 180 milliseconds