Searched refs:TargetArchStr (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/abi/spectrans/spec2map/ |
H A D | xlator.c | 75 char *TargetArchStr = NULL; /* from -a option to front-end */ variable 129 TargetArchStr = t_info->ti_arch; in xlator_init() 132 errlog(STATUS, "Architecture set to \"%s\"", TargetArchStr); in xlator_init() 505 TargetArchStr, Iface.IF_name); in xlator_end_if() 510 TargetArchStr, Iface.IF_name); in xlator_end_if() 649 (void) strncpy(arch, TargetArchStr, ARCHBUFLEN-1); in getversion() 708 (void) strncpy(arch, TargetArchStr, ARCHBUFLEN-1); in getfilter()
|
H A D | xlator.h | 79 extern char *TargetArchStr;
|
H A D | versions.c | 119 Filename, TargetArchStr); in parse_versions() 215 } else if (!eq(token, TargetArchStr)) { in arch_name()
|