Searched refs:xo_attr (Results 1 – 8 of 8) sorted by relevance
| /f-stack/tools/libxo/tests/core/ |
| H A D | test_01.c | 113 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 D | test_10.c | 92 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 D | test_07.c | 85 xo_attr("full-time", "%s", "honest & for true"); in main()
|
| H A D | test_05.c | 131 xo_attr("full-time", "%s", "honest & for true"); in main()
|
| /f-stack/tools/libxo/doc/ |
| H A D | faq.rst | 175 content with xo_attr() calls (:ref:`xo_attr`) or "{e:}"
|
| H A D | api.rst | 487 .. 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 D | xo.h | 381 xo_attr (const char *name, const char *fmt, ...);
|
| H A D | libxo.c | 6822 xo_attr (const char *name, const char *fmt, ...) in xo_attr() function
|