Home
last modified time | relevance | path

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

/dports/devel/autogen/autogen-5.18.16/xml2ag/
H A Dxml2ag.c32 static char const zTextFmt[] = variable
335 fprintf(ag_pipe_fp, zTextFmt, TRIM(pzCont, NULL)); in printAttrs()
392 fprintf(ag_pipe_fp, zTextFmt, pzTxt); in printNode()
/dports/devel/fossil/fossil-src-2.17/src/
H A Dstyle.c504 const char *zTextFmt, /* Formatting of the TEXT argument (htmlized). */ in style_copy_button() argument
510 va_start(ap,zTextFmt); in style_copy_button()
511 zText = vmprintf(zTextFmt/*works-like:?*/,ap); in style_copy_button()