Lines Matching defs:templ
1390 char *ldap_attr, *name, *templ;1417 templ = strchr(name, '=');1418 if (templ == NULL) {1421 templ = "";1424 *templ++ = '\0';1426 if (var_expand_with_funcs(tmp_str, templ, NULL,1435 if (strchr(templ, '%') == NULL) {1439 templ = p_strconcat(conn->pool, templ,1460 field->value = templ;