Lines Matching refs:template
168 char *template = rhstrp->template; in rhstr_to_ent() local
186 if (template && *template != '\0' && *template != '#' && in rhstr_to_ent()
187 *template != '\n') in rhstr_to_ent()
188 *errstrp = template; in rhstr_to_ent()
195 if (template && *template != '\0' && *template != '#' && in rhstr_to_ent()
196 *template != '\n') in rhstr_to_ent()
197 *errstrp = template; in rhstr_to_ent()
200 if (template == NULL || *template == '#' || *template == '\n' || in rhstr_to_ent()
201 *template == '\0') { in rhstr_to_ent()
234 if (strlcpy(rhentp->rh_template, template, in rhstr_to_ent()
236 *errstrp = template; in rhstr_to_ent()