Searched refs:xo (Results 1 - 25 of 79) sorted by relevance

1234

/freebsd-13-stable/usr.bin/xo/
H A DMakefile8 .PATH: ${LIBXOSRC}/xo
10 PROG= xo
11 MAN= xo.1
19 LIBADD= xo util
/freebsd-13-stable/usr.sbin/lastlogin/
H A DMakefile5 LIBADD= xo
/freebsd-13-stable/usr.bin/last/
H A DMakefile5 LIBADD= xo
/freebsd-13-stable/usr.sbin/arp/
H A DMakefile7 LIBADD= xo
/freebsd-13-stable/usr.bin/nfsstat/
H A DMakefile7 LIBADD+= devstat xo
/freebsd-13-stable/contrib/libxo/xo/
H A DMakefile.am24 bin_PROGRAMS = xo
26 xo_SOURCES = xo.c
37 man_MANS = xo.1
39 EXTRA_DIST = xo.1
/freebsd-13-stable/usr.bin/wc/
H A DMakefile7 LIBADD= xo
/freebsd-13-stable/usr.sbin/sesutil/
H A DMakefile7 LIBADD= xo
H A Deltsub.c42 #include <libxo/xo.h>
/freebsd-13-stable/bin/df/
H A DMakefile13 LIBADD= xo util
/freebsd-13-stable/bin/ps/
H A DMakefile15 LIBADD= m kvm jail xo
/freebsd-13-stable/usr.bin/vmstat/
H A DMakefile8 LIBADD= devstat kvm memstat xo util
/freebsd-13-stable/usr.bin/w/
H A DMakefile7 LIBADD= kvm sbuf xo util
/freebsd-13-stable/usr.bin/xopo/
H A DMakefile19 LIBADD= xo util
/freebsd-13-stable/usr.sbin/jls/
H A DMakefile7 LIBADD= jail xo
/freebsd-13-stable/contrib/libxo/tests/
H A DMakefile.am9 SUBDIRS = core xo
/freebsd-13-stable/usr.bin/xo/tests/
H A Dfunctional_test.sh36 XO=$(atf_config_get usr.bin.xo.test_xo /usr/bin/xo)
H A DMakefile9 .PATH: ${LIBXOSRC}/tests/xo ${LIBXOSRC}/tests/xo/saved
37 LIBADD+= xo
/freebsd-13-stable/lib/libxo/libxo/
H A DMakefile13 LIB= xo
21 INCS= xo.h xo_encoder.h
/freebsd-13-stable/sbin/savecore/
H A DMakefile9 LIBADD= xo z zstd
H A Dsavecore.c97 #include <libxo/xo.h>
159 printheader(xo_handle_t *xo, const struct kerneldumpheader *h, argument
169 xo_flush_h(xo);
170 xo_emit_h(xo, "{Lwc:Dump header from device}{:dump_device/%s}\n",
172 xo_emit_h(xo, "{P: }{Lwc:Architecture}{:architecture/%s}\n",
174 xo_emit_h(xo,
178 xo_emit_h(xo, "{P: }{Lwc:Dump Length}{:dump_length_bytes/%lld}\n",
180 xo_emit_h(xo, "{P: }{Lwc:Blocksize}{:blocksize/%d}\n",
196 xo_emit_h(xo, "{P: }{Lwc:Compression}{:compression/%s}\n", comp_str);
201 xo_emit_h(xo, "{
[all...]
/freebsd-13-stable/lib/libxo/tests/encoder/
H A DMakefile19 LIBADD= xo
/freebsd-13-stable/usr.bin/iscsictl/
H A DMakefile10 LIBADD= util xo
/freebsd-13-stable/usr.bin/procstat/
H A DMakefile29 LIBADD+= procstat xo util sbuf
/freebsd-13-stable/libexec/ftpd/
H A DMakefile17 LIBADD= crypt xo util

Completed in 140 milliseconds

1234