Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/tests/core/
H A Dtest_09.c64 xo_set_program("test"); in main()
H A Dtest_12.c28 xo_set_program("test_12"); in main()
H A Dtest_02.c24 xo_set_program("test_02"); in main()
H A Dtest_08.c64 xo_set_program("test"); in main()
/freebsd/contrib/libxo/doc/
H A Dapi.rst1023 .. index:: xo_set_program
1025 xo_set_program section in Support Functions
1028 .. c:function:: void xo_set_program (const char *name)
1034 The `xo_set_program` function sets the name of the program as
1037 calls to `xo_set_program` can override this value::
1040 xo_set_program(argv[0]);
1043 `xo_set_program` (and `xo_parse_args`) must be maintained by the
/freebsd/contrib/libxo/libxo/
H A Dxo.h625 xo_set_program (const char *name);
H A Dlibxo.c8279 xo_set_program (const char *name) in xo_set_program() function