003 File Manager
Current Path:
/usr/src/contrib/libxo/libxo
usr
/
src
/
contrib
/
libxo
/
libxo
/
📁
..
📄
Makefile.am
(1.9 KB)
📄
add.man.in
(523 B)
📄
gen-wide.sh
(1.01 KB)
📄
libxo.3
(8.18 KB)
📄
libxo.c
(205.77 KB)
📄
xo.h
(18.36 KB)
📄
xo_attr.3
(1.88 KB)
📄
xo_buf.h
(3.54 KB)
📄
xo_create.3
(1.59 KB)
📄
xo_emit.3
(2.92 KB)
📄
xo_emit_err.3
(2 KB)
📄
xo_emit_f.3
(3.27 KB)
📄
xo_encoder.c
(8.97 KB)
📄
xo_encoder.h
(5.46 KB)
📄
xo_err.3
(1.97 KB)
📄
xo_error.3
(1.06 KB)
📄
xo_explicit.h
(2.1 KB)
📄
xo_finish.3
(1.05 KB)
📄
xo_flush.3
(1.01 KB)
📄
xo_format.5
(33.64 KB)
📄
xo_humanize.h
(5.02 KB)
📄
xo_message.3
(2.02 KB)
📄
xo_no_setlocale.3
(1.12 KB)
📄
xo_open_container.3
(4.85 KB)
📄
xo_open_list.3
(4.77 KB)
📄
xo_open_marker.3
(3.22 KB)
📄
xo_options.7
(4.06 KB)
📄
xo_parse_args.3
(3.77 KB)
📄
xo_set_allocator.3
(1.33 KB)
📄
xo_set_flags.3
(3.48 KB)
📄
xo_set_info.3
(2.61 KB)
📄
xo_set_options.3
(944 B)
📄
xo_set_style.3
(1.47 KB)
📄
xo_set_syslog_enterprise_id.3
(1.06 KB)
📄
xo_set_version.3
(1.09 KB)
📄
xo_set_writer.3
(1.48 KB)
📄
xo_syslog.3
(2.32 KB)
📄
xo_syslog.c
(19.3 KB)
📄
xo_wcwidth.h
(13.69 KB)
Editing: Makefile.am
# # Copyright 2014, Juniper Networks, Inc. # All rights reserved. # This SOFTWARE is licensed under the LICENSE provided in the # ../Copyright file. By downloading, installing, copying, or otherwise # using the SOFTWARE, you agree to be bound by the terms of that # LICENSE. if LIBXO_WARNINGS_HIGH LIBXO_WARNINGS = HIGH endif if HAVE_GCC GCC_WARNINGS = yes endif include ${top_srcdir}/warnings.mk libxoincdir = ${includedir}/libxo AM_CFLAGS = \ -I${top_srcdir} \ ${WARNINGS} \ ${GETTEXT_CFLAGS} AM_CFLAGS += \ -DXO_ENCODERDIR=\"${XO_ENCODERDIR}\" lib_LTLIBRARIES = libxo.la LIBS = \ ${GETTEXT_LIBS} libxoinc_HEADERS = \ xo.h \ xo_encoder.h noinst_HEADERS = \ xo_buf.h \ xo_explicit.h \ xo_humanize.h \ xo_wcwidth.h libxo_la_SOURCES = \ libxo.c \ xo_encoder.c \ xo_syslog.c man3_files = \ libxo.3 \ xo_attr.3 \ xo_create.3 \ xo_emit.3 \ xo_emit_err.3 \ xo_err.3 \ xo_error.3 \ xo_finish.3 \ xo_flush.3 \ xo_message.3 \ xo_no_setlocale.3 \ xo_open_container.3 \ xo_open_list.3 \ xo_open_marker.3 \ xo_parse_args.3 \ xo_set_allocator.3 \ xo_set_flags.3 \ xo_set_info.3 \ xo_set_options.3 \ xo_set_style.3 \ xo_set_syslog_enterprise_id.3 \ xo_set_version.3 \ xo_set_writer.3 \ xo_syslog.3 man5_files = \ xo_format.5 man7_files = \ xo_options.7 man_MANS = ${man3_files} ${man5_files} ${man7_files} EXTRA_DIST = \ ${man_MANS} call-graph: ${RM} libxo.o ${MAKE} CC="clang -Xclang -analyze -Xclang \ -analyzer-checker=debug.ViewCallGraph" libxo.o install-data-hook: for file in ${man3_files}; do \ cat ../libxo/add.man >> ${DESTDIR}${man3dir}/$$file ; done for file in ${man5_files}; do \ cat ../libxo/add.man >> ${DESTDIR}${man5dir}/$$file ; done for file in ${man7_files}; do \ cat ../libxo/add.man >> ${DESTDIR}${man7dir}/$$file ; done
Upload File
Create Folder