Lines Matching refs:tes_prefix
4353 const char *tes_prefix; member
4911 ret->tes_prefix = strdup(""); in _scf_create_errors()
4912 if (ret->tes_prefix == NULL) { in _scf_create_errors()
4925 free((char *)ret->tes_prefix); in _scf_create_errors()
4942 free((void *) errs->tes_prefix); in _scf_tmpl_error_set_prefix()
4944 errs->tes_prefix = strdup(""); in _scf_tmpl_error_set_prefix()
4946 errs->tes_prefix = strdup(prefix); in _scf_tmpl_error_set_prefix()
4947 if (errs->tes_prefix == NULL) { in _scf_tmpl_error_set_prefix()
5933 if (err->te_errs->tes_prefix != NULL) { in scf_tmpl_strerror()
5935 err->te_errs->tes_prefix)); in scf_tmpl_strerror()
6769 free((char *)errs->tes_prefix); in scf_tmpl_errors_destroy()