Lines Matching refs:errno
50 #include <errno.h>
1349 errno = 0;
1357 else if (errno)
1360 "(%s)\n", option_string, word, strerror (errno));
1379 errno = 0;
1387 else if (errno)
1390 "(%s)\n", option_string, word, strerror (errno));
1471 strerror (errno));
1558 strerror (errno));
2842 DBG (1, "sane_start: pipe failed (%s)\n", strerror (errno));
2855 strerror (errno));
2990 if (errno == EAGAIN)
2997 DBG (1, "sane_read: read returned error: %s\n", strerror (errno));