| /PHP_5_4/ext/reflection/tests/ |
| H A D | exception.inc | 4 $this->errno = $_errno; 9 return $this->errno;
|
| /PHP_5_4/ext/xmlrpc/libxmlrpc/ |
| H A D | encodings.c | 46 #include <errno.h> 83 if(errno == E2BIG) {
|
| /PHP_5_4/ext/zip/lib/ |
| H A D | zip_error_to_str.c | 37 #include <errno.h>
|
| H A D | zip_file_get_offset.c | 40 #include <errno.h> 64 _zip_error_set(&za->error, ZIP_ER_SEEK, errno);
|
| H A D | zip_filerange_crc.c | 38 #include <errno.h> 56 _zip_error_set(errp, ZIP_ER_SEEK, errno); 63 _zip_error_set(errp, ZIP_ER_READ, errno);
|
| H A D | zip_fopen_index.c | 37 #include <errno.h>
|
| H A D | zip_source_file.c | 37 #include <errno.h>
|
| /PHP_5_4/sapi/fpm/fpm/ |
| H A D | fpm_shm.c | 6 #include <errno.h> 28 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory: %s", size, strerror(errno));
|
| H A D | fpm_trace_ptrace.c | 10 #include <errno.h> 72 errno = 0; 74 if (errno) {
|
| H A D | fpm_signals.c | 15 #include <errno.h> 144 int saved_errno = errno; 152 errno = saved_errno; 175 saved_errno = errno; 178 errno = saved_errno;
|
| /PHP_5_4/win32/ |
| H A D | flock.c | 52 #include <errno.h> 82 errno = EINVAL; /* bad call */
|
| H A D | strtoi64.c | 45 errno = EINVAL; 112 errno = ERANGE; 114 errno = EINVAL;
|
| /PHP_5_4/ext/fileinfo/libmagic/ |
| H A D | apptype.c | 57 file_error(ms, errno, "cannot create tempnam"); 69 file_error(ms, errno, "cannot open tmp file `%s'", path); 73 file_error(ms, errno, "cannot write tmp file `%s'",
|
| H A D | compress.c | 48 #include <errno.h> 162 if (errno == EINTR) 208 if (errno == EINTR || errno == EAGAIN) 229 if (errno == EINTR) 256 r = errno; 258 errno = r; 264 te = errno; 266 errno = te; 270 file_error(ms, errno, [all...] |
| /PHP_5_4/ext/mbstring/libmbfl/tests/ |
| H A D | strcut.c | 11 #include <errno.h> 52 errno = 0; 54 if (errno) { 60 if (errno) {
|
| /PHP_5_4/ext/pcntl/ |
| H A D | pcntl.c | 47 #include <errno.h> 141 ZEND_ARG_INFO(0, errno) 547 PCNTL_G(last_error) = errno; 548 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error %d", errno); 587 PCNTL_G(last_error) = errno; 622 PCNTL_G(last_error) = errno; 818 PCNTL_G(last_error) = errno; 819 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(errno)); [all...] |
| /PHP_5_4/ext/session/ |
| H A D | mod_files.c | 40 #include <errno.h> 194 php_error_docref(NULL TSRMLS_CC, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, strerror(errno), errno); 198 php_error_docref(NULL TSRMLS_CC, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errno), errno); 216 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno); 288 errno = 0; 290 if (errno == ERANGE) { 297 errno [all...] |
| /PHP_5_4/ext/standard/ |
| H A D | flock_compat.c | 22 #include <errno.h> 63 errno = EINVAL; 70 (errno == EACCES || errno == EAGAIN)) 71 errno = EWOULDBLOCK; 149 /* Under Win32 MT library, errno is not a variable but a function call, 153 errno = EINVAL; /* bad call */ 161 errno = 0;
|
| H A D | ftok.c | 58 php_error_docref(NULL TSRMLS_CC, E_WARNING, "ftok() failed - %s", strerror(errno));
|
| H A D | link.c | 47 #include <errno.h> 73 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); 107 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); 167 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); 215 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
|
| /PHP_5_4/ext/sysvsem/ |
| H A D | sysvsem.c | 41 #include <errno.h> 208 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); 239 if (errno != EINTR) { 240 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed acquiring SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno)); 248 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); 259 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); 264 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); 269 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); 280 if (errno != EINTR) { 281 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed releasing SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno)); [all...] |
| /PHP_5_4/sapi/fpm/fpm/events/ |
| H A D | devpoll.c | 33 #include <errno.h> 165 if (errno != EINTR) { 166 zlog(ZLOG_WARNING, "/dev/poll: ioctl() returns %d", errno);
|
| H A D | epoll.c | 29 #include <errno.h> 128 if (errno != EINTR) { 129 zlog(ZLOG_WARNING, "epoll_wait() returns %d", errno);
|
| H A D | port.c | 30 #include <errno.h> 132 if (errno != EINTR && errno != ETIME) { 133 zlog(ZLOG_WARNING, "poll() returns %d", errno);
|
| H A D | select.c | 36 #include <errno.h> 105 if (errno != EINTR) { 106 zlog(ZLOG_WARNING, "poll() returns %d", errno);
|