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

/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_utils.c734 msg_common(char **msgpp, int append_newline, int l_errno, va_list ap) argument
743 if (*msgpp != NULL) {
785 if ((*msgpp = calloc(1, len)) == NULL) {
789 **msgpp = '\0';
791 (void) strcat(*msgpp, sp->str);
795 (void) strcat(*msgpp, s);
796 (void) strcat(*msgpp, t);
800 (void) strcat(*msgpp, dgettext(TEXT_DOMAIN, "\n"));
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c659 msg_common(char **msgpp, int append_newline, int l_errno, va_list ap) argument
668 if (*msgpp != NULL) {
710 if ((*msgpp = calloc(1, len)) == NULL) {
714 **msgpp = '\0';
716 (void) strcat(*msgpp, sp->str);
720 (void) strcat(*msgpp, s);
721 (void) strcat(*msgpp, t);
725 (void) strcat(*msgpp, dgettext(TEXT_DOMAIN, "\n"));

Completed in 425 milliseconds