Lines Matching refs:bb_perror_msg_and_die
141 bb_perror_msg_and_die("can't open '%s'", path); in xfopen()
152 bb_perror_msg_and_die("can't open '%s'", pathname); in xopen3()
210 bb_perror_msg_and_die("can't remove file '%s'", pathname); in xunlink()
216 bb_perror_msg_and_die("can't move '%s' to '%s'", oldpath, newpath); in xrename()
282 bb_perror_msg_and_die("lseek(%"OFF_FMT"u, %d)", offset, whence); in xlseek()
291 bb_perror_msg_and_die("can't create temp file '%s'", template); in xmkstemp()
425 bb_perror_msg_and_die("can't change directory to '%s'", path); in xchdir()
437 bb_perror_msg_and_die("can't change root directory to '%s'", path); in xchroot()
459 bb_perror_msg_and_die("can't open '%s'", path); in xopendir()
479 bb_perror_msg_and_die("socket(AF_%s,%d,%d)", s, type, protocol); in xsocket()
518 bb_perror_msg_and_die("can't stat '%s'", name); in xstat()
610 bb_perror_msg_and_die("ioctl %#x failed", request); in bb_xioctl()