Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dmain.c65 T_info.ti_dash_I = NULL; in main()
121 (void) strcat(T_info.ti_dash_I, ":"); in main()
122 size = strlen(T_info.ti_dash_I); in main()
124 tmpptr = realloc(T_info.ti_dash_I, in main()
131 T_info.ti_dash_I = tmpptr; in main()
133 (void) strcpy(T_info.ti_dash_I, optarg); in main()
135 (void) strcat(T_info.ti_dash_I, optarg); in main()
185 if (T_info.ti_dash_I == NULL) { in main()
186 T_info.ti_dash_I = "."; in main()
188 (void) strcat(T_info.ti_dash_I, ":."); in main()
[all …]
H A Dparser.h47 char *ti_dash_I; member
H A Dextends.c91 T_info->ti_dash_I); in do_extends()
94 f = pathfind(T_info->ti_dash_I, filename, "f"); in do_extends()