Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.c513 add2str(char **dstp, const char *str, size_t *sz) in add2str() function
567 if (*res != '\0' && add2str(&res, "\n", &sz) != 0) in check_plcy_entry()
591 if (add2str(&res, driver, &sz) != 0) in check_plcy_entry()
593 if (add2str(&res, ":", &sz) != 0) in check_plcy_entry()
595 if (add2str(&res, tok, &sz) != 0) in check_plcy_entry()
600 if (add2str(&res, driver, &sz) != 0) in check_plcy_entry()
602 if (add2str(&res, ":*", &sz) != 0) in check_plcy_entry()
610 if (add2str(&res, "\t", &sz) != 0) in check_plcy_entry()
612 if (add2str(&res, tok, &sz) != 0) in check_plcy_entry()
623 if (add2str(&res, "\n", &sz) != 0) in check_plcy_entry()