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

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

Completed in 87 milliseconds