Home
last modified time | relevance | path

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

/dports/devel/libqb/libqb-2.0.3/tests/
H A Dcheck_log.c44 format_this(char *out, const char *fmt, ...) in format_this() function
72 format_this(buf, "one line"); in START_TEST()
75 format_this(buf, "p1:%p, p2:%p", format_this, buf); in START_TEST()
91 format_this(buf, "%zd", (size_t)13140964); in START_TEST()
93 format_this(buf, "%jd", (intmax_t)30627823); in START_TEST()
95 format_this(buf, "%td", buf-cmp_buf); in START_TEST()
99 format_this(buf, ":%s:", "Hello, world!"); in START_TEST()
101 format_this(buf, ":%15s:", "Hello, world!"); in START_TEST()
103 format_this(buf, ":%.10s:", "Hello, world!"); in START_TEST()
105 format_this(buf, ":%-10s:", "Hello, world!"); in START_TEST()
[all …]
/dports/devel/R-cran-pkgcache/pkgcache/R/
H A Derrors.R559 format_this <- function(x, ...) { function
593 cat(format_this(x, ...), sep = "\n")
599 c("--->", format_this(x$parent))
609 c(format_this(x, ...),
824 format_this = format_this, nameattr
/dports/editors/cooledit/cooledit-3.17.28/widget/
H A Dwordproc.c223 static void format_this (unsigned char *t, int size, int indent) in format_this() function
371 format_this (t, q - p, indent); in format_paragraph()
/dports/misc/mc-nox11/mc-4.8.27/src/editor/
H A Dformat.c327 format_this (unsigned char *t, off_t size, long indent, gboolean utf8) in format_this() function
531 format_this (t2, q - p, indent, utf8); in format_paragraph()
/dports/misc/mc/mc-4.8.27/src/editor/
H A Dformat.c327 format_this (unsigned char *t, off_t size, long indent, gboolean utf8) in format_this() function
531 format_this (t2, q - p, indent, utf8); in format_paragraph()