Home
last modified time | relevance | path

Searched refs:tuklib_wrap_opt (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/xz/src/common/
H A Dtuklib_mbstr_wrap.h52 struct tuklib_wrap_opt { struct
80 extern int tuklib_wraps(FILE *stream, const struct tuklib_wrap_opt *opt, argument
190 extern int tuklib_wrapf(FILE *stream, const struct tuklib_wrap_opt *opt,
H A Dtuklib_mbstr_wrap.c23 tuklib_wraps(FILE *outfile, const struct tuklib_wrap_opt *opt, const char *str) in tuklib_wraps()
249 tuklib_wrapf(FILE *stream, const struct tuklib_wrap_opt *opt, in tuklib_wrapf()
/freebsd/contrib/xz/src/xz/
H A Dmessage.c962 static const struct tuklib_wrap_opt wrap0 = { 0, 0, 0, 0, 79 }; in message_help()
963 static const struct tuklib_wrap_opt wrap1 = { 1, 1, 1, 1, 79 }; in message_help()
964 static const struct tuklib_wrap_opt wrap2 = { 2, 2, 22, 22, 79 }; in message_help()
965 static const struct tuklib_wrap_opt wrap3 = { 24, 24, 36, 36, 79 }; in message_help()
1302 static const struct tuklib_wrap_opt wrap = { .right_margin = 76 }; in message_filters_help()
/freebsd/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c37 static const struct tuklib_wrap_opt wrap0 = { 0, 0, 0, 0, 79 }; in help()