Lines Matching refs:T_info
61 Translator_info T_info;
65 T_info.ti_verbosity = 0;
66 T_info.ti_flags = 0;
67 T_info.ti_dash_I = NULL;
68 T_info.ti_output_file = NULL;
69 T_info.ti_libtype = NORMALLIB;
70 T_info.ti_versfile = "version";
76 T_info.ti_libtype = FILTERLIB;
80 if ((T_info.ti_archtoken = arch_strtoi(optarg)) == 0) {
87 T_info.ti_arch = optarg;
99 (T_info.ti_verbosity = atoi(optarg)) < 0) {
115 T_info.ti_liblist = optarg;
123 (void) strcat(T_info.ti_dash_I, ":");
124 size = strlen(T_info.ti_dash_I);
126 tmpptr = realloc(T_info.ti_dash_I,
133 T_info.ti_dash_I = tmpptr;
135 (void) strcpy(T_info.ti_dash_I, optarg);
137 (void) strcat(T_info.ti_dash_I, optarg);
147 T_info.ti_versfile = optarg;
152 T_info.ti_output_file = optarg;
156 T_info.ti_flags = T_info.ti_flags | XLATOR_PICKY_FLAG;
184 T_info.ti_nfiles = argc-optind;
185 seterrseverity(T_info.ti_verbosity);
187 if (T_info.ti_dash_I == NULL) {
188 T_info.ti_dash_I = ".";
190 (void) strcat(T_info.ti_dash_I, ":.");
193 errlog(STATUS, "using %s for spec path\n", T_info.ti_dash_I);
195 if ((retval = frontend(&T_info)) != 0) {