Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dtmpfile.cpp116 char *xtmptemplate(const char *postfix_long, const char *postfix_short) in xtmptemplate() argument
118 const char *postfix = use_short_postfix ? postfix_short : postfix_long; in xtmptemplate()
173 const char *postfix_long, const char *postfix_short, in xtmpfile() argument
176 char *templ = xtmptemplate(postfix_long, postfix_short); in xtmpfile()
/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dlib.h82 const char *postfix_long = 0, const char *postfix_short = 0,
84 char *xtmptemplate(const char *postfix_long, const char *postfix_short);