Lines Matching refs:errno

281 			if (stream->position == (zend_off_t)-1 && errno == ESPIPE) {  in _php_stream_fopen_from_fd()
351 if (errno == EWOULDBLOCK || errno == EAGAIN) { in php_stdiop_write()
354 if (errno == EINTR) { in php_stdiop_write()
358 …ocref(NULL, E_NOTICE, "write of %zu bytes failed with errno=%d %s", count, errno, strerror(errno)); in php_stdiop_write()
412 if (ret == (size_t)-1 && errno == EINTR) { in php_stdiop_read()
420 if (errno == EWOULDBLOCK || errno == EAGAIN) { in php_stdiop_read()
423 } else if (errno == EINTR) { in php_stdiop_read()
426 …docref(NULL, E_NOTICE, "read of %zu bytes failed with errno=%d %s", count, errno, strerror(errno)); in php_stdiop_read()
429 if (errno != EBADF) { in php_stdiop_read()
477 errno = 0; in php_stdiop_close()
1192 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink()
1239 if (errno == EXDEV) { in php_plain_files_rename()
1258 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1259 if (errno != EPERM) { in php_plain_files_rename()
1266 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1267 if (errno != EPERM) { in php_plain_files_rename()
1277 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1280 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1293 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1372 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_plain_files_mkdir()
1407 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_rmdir()
1448 …p_error_docref1(NULL, url, E_WARNING, "Unable to create file %s because %s", url, strerror(errno)); in php_plain_files_metadata()
1491 php_error_docref1(NULL, url, E_WARNING, "Operation failed: %s", strerror(errno)); in php_plain_files_metadata()