Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dar_io.c147 syswarn(0, errno, "Failed open on %s", name); in ar_open()
171 syswarn(0, errno, "Failed open to read on %s", name); in ar_open()
180 syswarn(0, errno, "Failed open to write on %s", name); in ar_open()
191 syswarn(0, errno, "Failed open to read/write on %s", in ar_open()
212 syswarn(0, errno, "Failed stat on %s", arcname); in ar_open()
542 syswarn(1, errno, "Unable to truncate archive file"); in ar_set_wr()
798 syswarn(1, errno, "Failed read on archive volume %d", arvol); in ar_read()
926 syswarn(1, errno, "Failed write to archive volume: %d", arvol); in ar_write()
1097 syswarn(1, errno, "Forward positioning operation on archive failed"); in ar_fow()
1153 syswarn(1, errno, in ar_rev()
[all …]
H A Dtables.c356 syswarn(1, errno, "Unable to create temporary file: %s", in ftime_start()
409 syswarn(1, errno, in chk_ftime()
414 syswarn(1, errno, in chk_ftime()
466 syswarn(1, errno, "Failed write to file time table"); in chk_ftime()
468 syswarn(1, errno, "Failed seek on file time table"); in chk_ftime()
H A Dtty_subs.c176 syswarn(int set, int errnum, const char *fmt, ...) in syswarn() function
H A Dextern.h325 void syswarn(int, int, const char *, ...)