/PHP-5.4/ext/sysvsem/ |
H A D | sysvsem.c | 208 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 240 …L TSRMLS_CC, E_WARNING, "failed acquiring SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 248 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 259 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 264 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 269 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 281 …L TSRMLS_CC, E_WARNING, "failed releasing SYSVSEM_SETVAL for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 321 …NING, "failed to %s key 0x%x: %s", acquire ? "acquire" : "release", sem_ptr->key, strerror(errno)); in php_sysvsem_semop() 385 …NULL TSRMLS_CC, E_WARNING, "failed for SysV sempphore %ld: %s", Z_LVAL_P(arg_id), strerror(errno));
|
/PHP-5.4/ext/standard/ |
H A D | link.c | 73 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 107 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 167 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 215 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
|
H A D | ftok.c | 58 php_error_docref(NULL TSRMLS_CC, E_WARNING, "ftok() failed - %s", strerror(errno)); in PHP_FUNCTION()
|
H A D | link_win32.c | 100 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 231 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
|
H A D | dir.c | 303 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION() 312 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION() 338 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s (errno %d)", strerror(errno), errno); in PHP_FUNCTION() 583 php_error_docref(NULL TSRMLS_CC, E_WARNING, "(errno %d): %s", errno, strerror(errno)); in PHP_FUNCTION()
|
H A D | filestat.c | 206 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); 217 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); 338 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); 348 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); 493 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in php_do_chgrp() 631 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in php_do_chown() 703 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 785 …ocref(NULL TSRMLS_CC, E_WARNING, "Unable to create file %s because %s", filename, strerror(errno)); in PHP_FUNCTION() 793 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Utime failed: %s", strerror(errno)); in PHP_FUNCTION()
|
H A D | proc_open.c | 563 …SRMLS_CC, E_WARNING, "unable to dup File-Handle for descriptor %ld - %s", nindex, strerror(errno)); in PHP_FUNCTION() 595 php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to create pipe %s", strerror(errno)); in PHP_FUNCTION() 817 php_error_docref(NULL TSRMLS_CC, E_WARNING, "procve failed - %s", strerror(errno)); in PHP_FUNCTION() 886 php_error_docref(NULL TSRMLS_CC, E_WARNING, "fork failed - %s", strerror(errno)); in PHP_FUNCTION()
|
H A D | php_string.h | 152 #define strerror php_strerror macro
|
H A D | php_fopen_wrapper.c | 304 "[%d]: %s", fildes_ori, errno, strerror(errno)); in php_stream_url_wrap_php()
|
/PHP-5.4/ext/posix/tests/ |
H A D | posix_kill_basic.phpt | 9 echo "Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions\n"; 33 Basic test of POSIX getpgid(), kill(), get_last_error() and strerror() functions
|
/PHP-5.4/ext/session/ |
H A D | mod_files.c | 205 …CC, E_WARNING, "fcntl(%d, F_SETFD, FD_CLOEXEC) failed: %s (%d)", data->fd, strerror(errno), errno); in ps_files_open() 209 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "open(%s, O_RDWR) failed: %s (%d)", buf, strerror(errn… in ps_files_open() 227 …C, E_NOTICE, "ps_files_cleanup_dir: opendir(%s) failed: %s (%d)", dirname, strerror(errno), errno); in ps_files_cleanup_dir() 383 php_error_docref(NULL TSRMLS_CC, E_WARNING, "read failed: %s (%d)", strerror(errno), errno); in PS_READ_FUNC() 419 php_error_docref(NULL TSRMLS_CC, E_WARNING, "write failed: %s (%d)", strerror(errno), errno); in PS_WRITE_FUNC()
|
/PHP-5.4/ext/zip/lib/ |
H A D | zip_error_to_str.c | 57 ss = strerror(se); in zip_error_to_str()
|
H A D | zip_error_strerror.c | 63 ss = strerror(err->sys_err); in _zip_error_strerror()
|
/PHP-5.4/ext/xmlrpc/libxmlrpc/ |
H A D | acinclude.m4 | 8 strstr strpbrk strerror\
|
/PHP-5.4/sapi/fpm/fpm/ |
H A D | fpm_shm.c | 28 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory: %s", size, strerror(errno)); in fpm_shm_alloc()
|
H A D | zlog.c | 170 len += snprintf(buf + len, buf_size - len, ": %s (%d)", strerror(saved_errno), saved_errno); in zlog_ex()
|
H A D | fpm_sockets.c | 55 …gai_strerror(ret), ret == EAI_SYSTEM ? ", system error: " : "", ret == EAI_SYSTEM ? strerror(errno… in fpm_sockets_resolve_af_inet()
|
/PHP-5.4/main/streams/ |
H A D | plain_wrapper.c | 1047 php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink() 1102 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1106 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1111 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1115 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1123 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1132 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename() 1212 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in php_plain_files_mkdir() 1240 php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(ENOENT)); in php_plain_files_rmdir() 1246 php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_rmdir() [all …]
|
/PHP-5.4/ext/fileinfo/libmagic/ |
H A D | compress.c | 430 compr[method].argv[0], strerror(errno)); in uncompressbuf() 453 strerror(errno)); in uncompressbuf() 463 strerror(errno)); in uncompressbuf() 480 strerror(errno)); in uncompressbuf()
|
H A D | file.h | 471 #define strerror(e) \ macro
|
/PHP-5.4/ext/pcntl/ |
H A D | pcntl.c | 819 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(e… in PHP_FUNCTION() 829 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Error has occurred: (errno %d) %s", errno, strerror(e… in PHP_FUNCTION() 930 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 944 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 952 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION() 999 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo() 1013 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo() 1028 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in pcntl_sigwaitinfo() 1199 RETURN_STRING(strerror(error), 1); in PHP_FUNCTION()
|
/PHP-5.4/ext/sysvshm/ |
H A D | sysvshm.c | 174 … php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", shm_key, strerror(errno)); in PHP_FUNCTION() 181 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", shm_key, strerror(errno)); in PHP_FUNCTION() 232 …_WARNING, "failed for key 0x%x, id %ld: %s", shm_list_ptr->key, Z_LVAL_P(shm_id), strerror(errno)); in PHP_FUNCTION()
|
/PHP-5.4/ext/sysvmsg/ |
H A D | sysvmsg.c | 269 php_error_docref(NULL TSRMLS_CC, E_WARNING, "failed for key 0x%lx: %s", key, strerror(errno)); in PHP_FUNCTION() 460 php_error_docref(NULL TSRMLS_CC, E_WARNING, "msgsnd failed: %s", strerror(errno)); in PHP_FUNCTION()
|
/PHP-5.4/ext/ftp/ |
H A D | ftp.c | 151 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "getsockname failed: %s (%d)", strerror(errno), errno); in ftp_open() 1397 php_error_docref(NULL TSRMLS_CC, E_WARNING, "socket() failed: %s (%d)", strerror(errno), errno); in ftp_getdata() 1412 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "php_connect_nonb() failed: %s (%d)", strerror(errno),… in ftp_getdata() 1430 php_error_docref(NULL TSRMLS_CC, E_WARNING, "bind() failed: %s (%d)", strerror(errno), errno); in ftp_getdata() 1435 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "getsockname() failed: %s (%d)", strerror(errno), errn… in ftp_getdata() 1440 php_error_docref(NULL TSRMLS_CC, E_WARNING, "listen() failed: %s (%d)", strerror(errno), errno); in ftp_getdata()
|
/PHP-5.4/main/ |
H A D | php.h | 200 char *strerror(int);
|