Searched refs:add2str (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/modload/ |
H A D | plcysubr.c | 512 add2str(char **dstp, const char *str, size_t *sz) in add2str() function 565 if (*res != '\0' && add2str(&res, "\n", &sz) != 0) in check_plcy_entry() 589 if (add2str(&res, driver, &sz) != 0) in check_plcy_entry() 591 if (add2str(&res, ":", &sz) != 0) in check_plcy_entry() 593 if (add2str(&res, tok, &sz) != 0) in check_plcy_entry() 598 if (add2str(&res, driver, &sz) != 0) in check_plcy_entry() 600 if (add2str(&res, ":*", &sz) != 0) in check_plcy_entry() 608 if (add2str(&res, "\t", &sz) != 0) in check_plcy_entry() 610 if (add2str(&res, tok, &sz) != 0) in check_plcy_entry() 621 if (add2str(&res, "\n", &sz) != 0) in check_plcy_entry()
|