Lines Matching refs:template
27 * These functions parse entries in the "tnrhtp" (remote host template) file.
29 * field is the template name. The second is a list of "key=value" attributes,
33 * colon in a line, nor any unescaped '=' or ';' characters in the template
240 char *template = tpstrp->template;
255 *errstrp = template;
257 if (template == NULL || *template == '#' || *template == '\n') {
261 else if (template == NULL)
265 if (*template == '\0') {
280 if ((strlcpy(tpentp->name, template, sizeof (tpentp->name)) >=