Home
last modified time | relevance | path

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

/freebsd/usr.bin/compress/
H A Dcompress.c49 static void cwarnx(const char *, ...) __printflike(1, 2);
134 cwarnx("%s: name already has trailing .Z", in main()
140 cwarnx("%s: name too long", *argv); in main()
158 cwarnx("%s: name too long", *argv); in main()
169 cwarnx("%s: name too long", *argv); in main()
407 cwarnx(const char *fmt, ...) in cwarnx() function