Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/abi/spectrans/parser/
H A Dmain.c67 T_info.ti_dash_I = NULL; in main()
123 (void) strcat(T_info.ti_dash_I, ":"); in main()
124 size = strlen(T_info.ti_dash_I); in main()
126 tmpptr = realloc(T_info.ti_dash_I, in main()
133 T_info.ti_dash_I = tmpptr; in main()
135 (void) strcpy(T_info.ti_dash_I, optarg); in main()
137 (void) strcat(T_info.ti_dash_I, optarg); in main()
187 if (T_info.ti_dash_I == NULL) { in main()
188 T_info.ti_dash_I = "."; in main()
190 (void) strcat(T_info.ti_dash_I, ":."); in main()
[all …]
H A Dparser.h49 char *ti_dash_I; member
H A Dextends.c93 T_info->ti_dash_I); in do_extends()
96 f = pathfind(T_info->ti_dash_I, filename, "f"); in do_extends()