Lines Matching refs:errno
25 #include <errno.h>
182 errno = 0;
215 pa_log_warn("read error. %s", pa_cstrerror(errno));
235 errno = 0;
239 if (f || errno == ENOENT) { /* file not found is ok */
251 if (errno == 0)
252 errno = EIO;
414 errno = 0;
466 errno = 0;
476 pa_log_warn("error while writing to file. %s", pa_cstrerror(errno));
485 pa_log_warn("error while renaming file. %s", pa_cstrerror(errno));