Home
last modified time | relevance | path

Searched refs:xo_set_program (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/libxo/tests/core/
H A Dtest_09.c63 xo_set_program("test"); in main()
H A Dtest_08.c63 xo_set_program("test"); in main()
/freebsd-12.1/contrib/libxo/doc/
H A Dapi.rst1000 .. index:: xo_set_program
1002 xo_set_program section in Support Functions
1005 .. c:function:: void xo_set_program (const char *name)
1011 The `xo_set_program` function sets the name of the program as
1014 calls to `xo_set_program` can override this value::
1017 xo_set_program(argv[0]);
1020 `xo_set_program` (and `xo_parse_args`) must be maintained by the
H A Dlibxo.txt2080 *** xo_set_program
2082 The xo_set_program function sets name of the program as reported by
2084 initialized by xo_parse_args, but subsequent calls to xo_set_program
2087 xo_set_program(argv[0]);
2090 xo_set_program (and xo_parse_args) must be maintained by the caller.
/freebsd-12.1/contrib/libxo/libxo/
H A Dxo.h606 xo_set_program (const char *name);
H A Dlibxo.c8177 xo_set_program (const char *name) in xo_set_program() function