Searched refs:xo_create_to_file (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.bin/wc/ |
H A D | wc.c | 136 stderr_handle = xo_create_to_file(stderr, XO_STYLE_TEXT, 0); in main()
|
/freebsd/sbin/savecore/ |
H A D | savecore.c | 327 xoinfo = xo_create_to_file(info, xo_get_style(NULL), 0); in write_header_info() 763 xostdout = xo_create_to_file(stdout, XO_STYLE_TEXT, 0); in DoLiveFile() 952 xostdout = xo_create_to_file(stdout, XO_STYLE_TEXT, 0); in DoFile()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 155 xo_create_to_file (FILE *fp, xo_style_t style, xo_xof_flags_t flags);
|
H A D | libxo.c | 1895 xo_create_to_file (FILE *fp, xo_style_t style, xo_xof_flags_t flags) in xo_create_to_file() function
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 72 .. index:: xo_create_to_file 75 xo_create_to_file section in Handles 79 xo_handle_t *xo_create_to_file (FILE *fp, unsigned style, unsigned flags) 81 The `xo_create_to_file` function is aconvenience function is
|