Searched defs:isa_str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c269 char *isa_str; local
272 isa_str = strdup(ISA_PATH);
273 if (isa_str == NULL) /* not enough memory */
276 (void) strncat(realpath, isa_str,
277 strlen(isa_str));
278 free(isa_str);

Completed in 553 milliseconds