Lines Matching refs:char
196 .. c:function:: int xo_set_style_name (xo_handle_t *xop, const char *style)
205 :type style: const char \*
355 .. c:function:: int xo_set_options (xo_handle_t *xop, const char *input)
360 :type input: const char *
403 .. c:function:: xo_ssize_t xo_emit (const char *fmt, ...)
409 .. c:function:: xo_ssize_t xo_emit_h (xo_handle_t *xop, const char *fmt, ...)
417 .. c:function:: xo_ssize_t xo_emit_hv (xo_handle_t *xop, const char *fmt, va_list vap)
437 …c:function:: xo_ssize_t xo_emit_field (const char *rolmod, const char *contents, const char *fmt, …
440 :type rolmod: const char *
442 :type contents: const char *
444 :type fmt: const char *
446 :type efmt: const char *
456 …e_t xo_emit_field_h (xo_handle_t *xop, const char *rolmod, const char *contents, const char *fmt, …
461 :type rolmod: const char *
463 :type contents: const char *
465 :type fmt: const char *
467 :type efmt: const char *
471 …_t xo_emit_field_hv (xo_handle_t *xop, const char *rolmod, const char *contents, const char *fmt, …
476 :type rolmod: const char *
478 :type contents: const char *
480 :type fmt: const char *
482 :type efmt: const char *
508 .. c:function:: xo_ssize_t xo_attr (const char *name, const char *fmt, ...)
511 :type name: const char *
513 :type fmt: const char *
528 .. c:function:: xo_ssize_t xo_attr_h (xo_handle_t *xop, const char *name, const char *fmt, ...)
536 .. c:function:: xo_ssize_t xo_attr_hv (xo_handle_t *xop, const char *name, const char *fmt, va_list…
659 .. c:function:: xo_ssize_t xo_open_container (const char *name)
662 :type name: const char *
670 .. c:function:: xo_ssize_t xo_open_container_h (xo_handle_t *xop, const char *name)
677 .. c:function:: xo_ssize_t xo_close_container (const char *name)
680 :type name: const char *
684 .. c:function:: xo_ssize_t xo_close_container_h (xo_handle_t *xop, const char *name)
760 .. c:function:: xo_ssize_t xo_open_list (const char *name)
763 :type name: const char *
769 .. c:function:: xo_ssize_t xo_open_list_h (xo_handle_t *xop, const char *name)
777 .. c:function:: xo_ssize_t xo_close_list (const char *name)
780 :type name: const char *
786 .. c:function:: xo_ssize_t xo_close_list_h (xo_handle_t *xop, const char *name)
796 .. c:function:: xo_ssize_t xo_open_instance (const char *name)
799 :type name: const char *
805 .. c:function:: xo_ssize_t xo_open_instance_h (xo_handle_t *xop, const char *name)
815 .. c:function:: xo_ssize_t xo_close_instance (const char *name)
818 :type name: const char *
824 .. c:function:: xo_ssize_t xo_close_instance_h (xo_handle_t *xop, const char *name)
899 .. c:function:: xo_ssize_t xo_open_marker(const char *name)
902 :type name: const char *
909 .. c:function:: xo_ssize_t xo_open_marker_h(const char *name)
916 .. c:function:: xo_ssize_t xo_close_marker(const char *name)
919 :type name: const char *
927 .. c:function:: xo_ssize_t xo_close_marker(const char *name)
979 .. c:function:: int xo_parse_args (int argc, char **argv)
1005 .. c:function:: void xo_set_program (const char *name)
1008 :type name: const char *
1028 .. c:function:: void xo_set_version (const char *version)
1031 :type name: const char *
1040 .. c:function:: void xo_set_version_h (xo_handle_t *xop, const char *version)
1068 const char *xi_name; /* Name of the element */
1069 const char *xi_type; /* Type of field */
1070 const char *xi_help; /* Description of field */
1180 void xo_warn (const char *fmt, ...);
1181 void xo_warnx (const char *fmt, ...);
1182 void xo_warn_c (int code, const char *fmt, ...);
1184 const char *fmt, ...);
1185 void xo_err (int eval, const char *fmt, ...);
1186 void xo_errc (int eval, int code, const char *fmt, ...);
1187 void xo_errx (int eval, const char *fmt, ...);
1191 void xo_message (const char *fmt, ...);
1192 void xo_message_c (int code, const char *fmt, ...);
1194 const char *fmt, ...);
1196 const char *fmt, va_list vap);
1216 .. c:function:: void xo_error (const char *fmt, ...)
1219 :type fmt: const char *
1222 .. c:function:: void xo_error_h (xo_handle_t *xop, const char *fmt, ...)
1227 :type fmt: const char *
1230 .. c:function:: void xo_error_hv (xo_handle_t *xop, const char *fmt, va_list vap)
1235 :type fmt: const char *
1240 .. c:function:: void xo_errorn (const char *fmt, ...)
1243 :type fmt: const char *
1246 .. c:function:: void xo_errorn_h (xo_handle_t *xop, const char *fmt, ...)
1251 :type fmt: const char *
1254 .. c:function:: void xo_errorn_hv (xo_handle_t *xop, int need_newline, const char *fmt, va_list vap)
1261 :type fmt: const char *
1422 .. c:function:: void xo_syslog (int pri, const char *name, const char *fmt, ...)
1426 :type name: const char *
1428 :type fmt: const char *
1454 .. c:function:: void xo_vsyslog (int pri, const char *name, const char *fmt, va_list vap)
1458 :type name: const char *
1460 :type fmt: const char *
1469 my_log (const char *name, const char *fmt, ...)
1482 .. c:function:: void xo_open_log (const char *ident, int logopt, int facility)
1485 :type indent: const char *