Home
last modified time | relevance | path

Searched refs:TargetArchStr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dxlator.c73 char *TargetArchStr = NULL; /* from -a option to front-end */ variable
127 TargetArchStr = t_info->ti_arch; in xlator_init()
130 errlog(STATUS, "Architecture set to \"%s\"", TargetArchStr); in xlator_init()
502 TargetArchStr, Iface.IF_name); in xlator_end_if()
507 TargetArchStr, Iface.IF_name); in xlator_end_if()
646 (void) strncpy(arch, TargetArchStr, ARCHBUFLEN-1); in getversion()
705 (void) strncpy(arch, TargetArchStr, ARCHBUFLEN-1); in getfilter()
H A Dxlator.h77 extern char *TargetArchStr;
H A Dversions.c118 Filename, TargetArchStr); in parse_versions()
214 } else if (!eq(token, TargetArchStr)) { in arch_name()