Home
last modified time | relevance | path

Searched refs:tpl_name (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dsubr_stats.c3709 char tpl_name[TPL_MAX_NAME_LEN + 2]; /* +2 for "" */ local
3802 sprintf(tplspec_fmt, "%%%zu[^:]:%%u", sizeof(tpl_name) - 1);
3820 tpl_name_p = tpl_name;
3821 tpl_name[0] = '\0';
3838 if ((1 > sscanf(tpl_spec, tplspec_fmt, tpl_name, &tpl_hash)) &&
3846 len = strlen(tpl_name);
3848 if (tpl_name[len - 1] == '"')
3849 tpl_name[--len] = '\0';
3850 if (tpl_name[0] == '"') {