Home
last modified time | relevance | path

Searched refs:out_path (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/libtopo/
H A Ddigraph-test.c225 char *root = "/", *out_path = NULL; in main() local
253 if ((out_path = tempnam(TEST_XML_OUT_DIR, TEST_XML_OUT_PREFIX)) == in main()
260 if (test_serialize(thp, tdg, out_path) != 0) { in main()
276 if ((tdg = test_deserialize(thp, out_path)) == NULL) { in main()
361 if (unlink(out_path) != 0) { in main()
362 logmsg("Failed to unlink temp file: %s (%s)", out_path, in main()
370 if (out_path != NULL) { in main()
371 free(out_path); in main()
/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c354 cpr_abbreviate_devpath(char *in_path, char *out_path) in cpr_abbreviate_devpath() argument
361 *out_path = '\0'; in cpr_abbreviate_devpath()
372 (void) strcpy(out_path, in_path); in cpr_abbreviate_devpath()
400 (void) strcat(out_path, "/"); in cpr_abbreviate_devpath()
402 (void) strcat(out_path, prefix); in cpr_abbreviate_devpath()
407 (void) strcat(out_path, cmpt); in cpr_abbreviate_devpath()
410 (void) strcpy(out_path, in_path); in cpr_abbreviate_devpath()
415 (void) strcat(out_path, strrchr(in_path, '@')); in cpr_abbreviate_devpath()