Home
last modified time | relevance | path

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

/f-stack/tools/libxo/tests/core/
H A Dtest_01.c113 xo_attr("test", "value"); in main()
116 xo_attr("test2", "value2"); in main()
123 xo_attr("test3", "value3"); in main()
186 xo_attr("test4", "value4"); in main()
193 xo_attr("test", "value"); in main()
196 xo_attr("test2", "value2"); in main()
203 xo_attr("test3", "value3"); in main()
H A Dtest_10.c92 xo_attr("test", "value"); in main()
95 xo_attr("test2", "value2"); in main()
124 xo_attr("test3", "value3"); in main()
193 xo_attr("test4", "value4"); in main()
H A Dtest_07.c85 xo_attr("full-time", "%s", "honest & for true"); in main()
H A Dtest_05.c131 xo_attr("full-time", "%s", "honest & for true"); in main()
/f-stack/tools/libxo/doc/
H A Dfaq.rst175 content with xo_attr() calls (:ref:`xo_attr`) or "{e:}"
H A Dapi.rst487 .. index:: xo_attr
490 Attributes (xo_attr)
501 All attributes recorded via `xo_attr` are placed on the next
508 .. c:function:: xo_ssize_t xo_attr (const char *name, const char *fmt, ...)
520 xo_attr("seconds", "%ld", (unsigned long) login_time);
533 The `xo_attr_h` function follows the conventions of `xo_attr` but
/f-stack/tools/libxo/libxo/
H A Dxo.h381 xo_attr (const char *name, const char *fmt, ...);
H A Dlibxo.c6822 xo_attr (const char *name, const char *fmt, ...) in xo_attr() function