Home
last modified time | relevance | path

Searched refs:message_warning (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/xz/src/xz/
H A Dfile_io.c361 message_warning(_("%s: File seems to have been moved, " in io_unlink()
368 message_warning(_("%s: Cannot remove: %s"), in io_unlink()
394 message_warning(_("%s: Cannot set the file owner: %s"), in io_copy_attrs()
407 message_warning(_("%s: Cannot set the file group: %s"), in io_copy_attrs()
610 message_warning(_("%s: Is a symbolic link, " in io_open_src_real()
672 message_warning(_("%s: Is a symbolic link, " in io_open_src_real()
701 message_warning(_("%s: Is a directory, skipping"), in io_open_src_real()
707 message_warning(_("%s: Not a regular file, skipping"), in io_open_src_real()
724 message_warning(_("%s: File has setuid or " in io_open_src_real()
731 message_warning(_("%s: File has sticky bit " in io_open_src_real()
[all …]
H A Dsuffix.c160 message_warning(_("%s: Filename has an unknown suffix, " in uncompressed_name()
181 message_warning(_("%s: File already has `%s' suffix, skipping"), in msg_suffix()
H A Dmessage.h56 extern void message_warning(const char *fmt, ...);
H A Dcoder.c692 message_warning(_("%s: %s"), pair->src_name, in coder_init()
971 message_warning(_("%s: %s"), pair->src_name, in coder_normal()
H A Dmessage.c757 message_warning(const char *fmt, ...) in message_warning() function