Lines Matching refs:errno
52 errno = 0;
55 if (errno == ETIMEDOUT || errno == EINTR || errno == 0) {
57 path, strerror(errno));
68 errno = ENOENT;
73 if (errno == EINTR || errno == 0) {
74 printf("Error malloc'ing: %s\n", strerror(errno));
84 if (errno == ETIMEDOUT || errno == EINTR || errno == 0) {
85 printf("Error opening %s: %s\n", path, strerror(errno));
96 if (errno == ETIMEDOUT || errno == EINTR || errno == 0) {
97 printf("Error reading %s: %s\n", path, strerror(errno));
289 th_data->th_func.din_fname, strerror(errno));
299 th_data->th_func.dex_fname, strerror(errno));
319 th_data->th_func.dex2_fname, strerror(errno));