]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libxo/libxo/gen-wide.sh
Merge bmake-20180512
[FreeBSD/FreeBSD.git] / contrib / libxo / libxo / gen-wide.sh
1 #!/bin/sh
2
3 FILE=$1
4
5 SYMBOLS="
6 xo_buffer_s
7 xo_buffer_t
8 xo_stack_s
9 xo_stack_t
10 xo_handle_s
11 xo_handle_t
12 xo_default_handle
13 xo_default_inited
14 xo_realloc
15 xo_free
16 xo_write_to_file
17 xo_close_file
18 xo_buf_init
19 xo_init_handle
20 xo_default_init
21 xo_buf_has_room
22 xo_printf
23 xo_escape_xml
24 xo_escape_json
25 xo_buf_append
26 xo_buf_escape
27 xo_data_append
28 xo_data_escape
29 xo_default
30 xo_indent
31 xo_warn
32 xo_create
33 xo_create_to_file
34 xo_destroy
35 xo_set_style
36 xo_set_flags
37 xo_set_info
38 xo_set_formatter
39 xo_clear_flags
40 xo_buf_indent
41 xo_line_ensure_open
42 xo_line_close
43 xo_info_compare
44 xo_info_find
45 xo_format_data
46 xo_buf_append_div
47 xo_format_text
48 xo_format_label
49 xo_format_title
50 xo_format_prep
51 xo_format_value
52 xo_format_decoration
53 xo_format_padding
54 xo_do_emit
55 xo_emit_hv
56 xo_emit_h
57 xo_emit
58 xo_attr_hv
59 xo_attr_h
60 xo_attr
61 xo_depth_change
62 xo_open_container_h
63 xo_open_container
64 xo_close_container_h
65 xo_close_container
66 xo_open_list_h
67 xo_open_list
68 xo_close_list_h
69 xo_close_list
70 xo_open_instance_h
71 xo_open_instance
72 xo_close_instance_h
73 xo_close_instance
74 xo_set_writer
75 xo_set_allocator
76 "