Searched refs:add2str (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c512 add2str(char **dstp, const char *str, size_t *sz) function
565 if (*res != '\0' && add2str(&res, "\n", &sz) != 0)
589 if (add2str(&res, driver, &sz) != 0)
591 if (add2str(&res, ":", &sz) != 0)
593 if (add2str(&res, tok, &sz) != 0)
598 if (add2str(&res, driver, &sz) != 0)
600 if (add2str(&res, ":*", &sz) != 0)
608 if (add2str(&res, "\t", &sz) != 0)
610 if (add2str(&res, tok, &sz) != 0)
621 if (add2str(
[all...]

Completed in 45 milliseconds