Lines Matching refs:estrp
209 char *estrp = NULL;
219 estrp = NULL;
422 plat_opts, &confirm, &message, &estrp, flags);
424 cfgadm_error(ret, estrp);
442 plat_opts, &confirm, &message, &estrp, flags);
445 cfgadm_error(ret, estrp);
469 &estrp, flags);
471 cfgadm_error(ret, estrp);
486 cfgadm_error(ret, estrp);
579 &nlist, plat_opts, prefilt_optp, &estrp,
588 &estrp, dyn_exp ? CFGA_FLAG_LIST_ALL : 0);
607 if (estrp != NULL && *estrp != '\0')
608 cfgadm_error(CFGA_NOTSUPP, estrp);
616 cfgadm_error(ret, estrp);
655 cfgadm_error(int errnum, char *estrp)
662 if (estrp != NULL && *estrp != '\0') {
663 (void) fprintf(stderr, "%s: %s: %s\n", cmdname, ep, estrp);
667 if (estrp != NULL)
668 free((void *)estrp);