Lines Matching refs:template
170 char *template = rhstrp->template; in rhstr_to_ent() local
188 if (template && *template != '\0' && *template != '#' && in rhstr_to_ent()
189 *template != '\n') in rhstr_to_ent()
190 *errstrp = template; in rhstr_to_ent()
197 if (template && *template != '\0' && *template != '#' && in rhstr_to_ent()
198 *template != '\n') in rhstr_to_ent()
199 *errstrp = template; in rhstr_to_ent()
202 if (template == NULL || *template == '#' || *template == '\n' || in rhstr_to_ent()
203 *template == '\0') { in rhstr_to_ent()
236 if (strlcpy(rhentp->rh_template, template, in rhstr_to_ent()
238 *errstrp = template; in rhstr_to_ent()