Lines Matching refs:errno

296 			if (stream->position == (zend_off_t)-1 && errno == ESPIPE) {  in _php_stream_fopen_from_fd()
362 if (PHP_IS_TRANSIENT_ERROR(errno)) { in php_stdiop_write()
365 if (errno == EINTR) { in php_stdiop_write()
370 …ocref(NULL, E_NOTICE, "Write of %zu bytes failed with errno=%d %s", count, errno, strerror(errno)); in php_stdiop_write()
425 if (ret == (size_t)-1 && errno == EINTR) { in php_stdiop_read()
433 if (PHP_IS_TRANSIENT_ERROR(errno)) { in php_stdiop_read()
436 } else if (errno == EINTR) { in php_stdiop_read()
440 …docref(NULL, E_NOTICE, "Read of %zu bytes failed with errno=%d %s", count, errno, strerror(errno)); in php_stdiop_read()
444 if (errno != EBADF) { in php_stdiop_read()
492 errno = 0; in php_stdiop_close()
1253 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink()
1300 if (errno == EXDEV) { in php_plain_files_rename()
1319 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1320 if (errno != EPERM) { in php_plain_files_rename()
1327 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1328 if (errno != EPERM) { in php_plain_files_rename()
1338 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1341 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1354 php_error_docref2(NULL, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1426 if (ret < 0 && errno != EEXIST) { in php_plain_files_mkdir()
1428 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_plain_files_mkdir()
1448 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_plain_files_mkdir()
1475 php_error_docref1(NULL, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_rmdir()
1516 …p_error_docref1(NULL, url, E_WARNING, "Unable to create file %s because %s", url, strerror(errno)); in php_plain_files_metadata()
1559 php_error_docref1(NULL, url, E_WARNING, "Operation failed: %s", strerror(errno)); in php_plain_files_metadata()