Home
last modified time | relevance | path

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

/freebsd-src/contrib/mandoc/
H A Dmandocdb.c171 static int render_string(char **, size_t *);
1866 mustfree = render_string(&cp, &sz); in putkeys()
1951 render_string(char **public, size_t *psz) in utf8()
2143 mustfree = render_string(&cp, &i); in dbadd()
1962 render_string(char **public, size_t *psz) render_string() function
/freebsd-src/tools/lua/
H A Dtemplate.lua623 function template.render_string(view, context, cache_key) function