Lines Matching refs:tmpls
13435 void **tmpls;
13471 * names, and tmpls, computing the maximum name length as we go,
13481 tmpls = safe_malloc(sizeof (*tmpls));
13515 tmpls = realloc(tmpls,
13516 sizeof (*tmpls) * allocd);
13518 tmpls == NULL)
13525 tmpls[i] = NULL;
13527 tmpls[i] = pgt;
13578 tmpls = realloc(tmpls,
13579 sizeof (*tmpls) * allocd);
13581 tmpls == NULL)
13595 tmpls[i] = NULL;
13597 tmpls[i] = prt;
13600 tmpls[i] = NULL;
13639 pgt = (scf_pg_tmpl_t *)tmpls[i];
13649 prt = (scf_prop_tmpl_t *)tmpls[i];
13661 free(tmpls);