Searched refs:tpl_name (Results 1 – 1 of 1) sorted by relevance
3757 char tpl_name[TPL_MAX_NAME_LEN + 2]; /* +2 for "" */ local3850 sprintf(tplspec_fmt, "%%%zu[^:]:%%u", sizeof(tpl_name) - 1);3868 tpl_name_p = tpl_name;3869 tpl_name[0] = '\0';3886 if ((1 > sscanf(tpl_spec, tplspec_fmt, tpl_name, &tpl_hash)) &&3894 len = strlen(tpl_name);3896 if (tpl_name[len - 1] == '"')3897 tpl_name[--len] = '\0';3898 if (tpl_name[0] == '"') {