Home
last modified time | relevance | path

Searched refs:strerror (Results 1 – 25 of 50) sorted by last modified time

12

/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c1092 "Failed to bind socket [%s]: %s\n", php_bind, strerror( errno ) ); in main()
H A Dlsapilib.c694 int n = snprintf(achError, 1024, "%s:%s: %s\n", pErr1, (pErr2)?pErr2:"", strerror( errno ) ); in LSAPI_perror_r()
2891 fprintf( stderr, "%d: %s, errno: %d (%s)\n", getpid(), pMessage, err_no, strerror( err_no ) ); in lsapi_error()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_shm.c28 zlog(ZLOG_SYSERROR, "unable to allocate %zu bytes in shared memory: %s", size, strerror(errno)); in fpm_shm_alloc()
H A Dzlog.c170 len += snprintf(buf + len, buf_size - len, ": %s (%d)", strerror(saved_errno), saved_errno); in zlog_ex()
H A Dfpm_main.c514 request_body_filename, strerror(errno), errno); in sapi_cgi_read_post()
1934 zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno));
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c381 return pestrdup(strerror(errno), 1); in get_last_error()
/PHP-5.5/sapi/cgi/
H A Dfastcgi.c687 fprintf(stderr, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); in fcgi_listen()
/PHP-5.5/main/streams/
H A Dstreams.c220 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
H A Dxp_socket.c584 strerror(errno)); in php_tcp_sockop_bind()
H A Dplain_wrapper.c1074 php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_unlink()
1128 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()
1137 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1141 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1149 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1158 php_error_docref2(NULL TSRMLS_CC, url_from, url_to, E_WARNING, "%s", strerror(errno)); in php_plain_files_rename()
1238 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in php_plain_files_mkdir()
1267 php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(ENOENT)); in php_plain_files_rmdir()
1273 php_error_docref1(NULL TSRMLS_CC, url, E_WARNING, "%s", strerror(errno)); in php_plain_files_rmdir()
[all …]
/PHP-5.5/main/
H A Drfc1867.c1045 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
H A Dmain.c920 php_error_docref2(NULL TSRMLS_CC, param1, param2, E_WARNING, "%s", strerror(errno)); in php_win32_docref2_from_error()
H A Dnetwork.c873 …LS_CC, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
995 errstr = strerror(err);
H A Dphp.h199 char *strerror(int);
/PHP-5.5/ext/zip/lib/
H A Dzip_error_strerror.c63 ss = strerror(err->sys_err); in _zip_error_strerror()
H A Dzip_error_to_str.c57 ss = strerror(se); in zip_error_to_str()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dacinclude.m48 strstr strpbrk strerror\
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c269 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.5/ext/sysvsem/
H A Dsysvsem.c208 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.5/ext/sysvshm/
H A Dsysvshm.c174 … 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.5/ext/standard/
H A Dstreamsfuncs.c865 errno, strerror(errno), max_fd); in PHP_FUNCTION()
H A Dproc_open.c576 …SRMLS_CC, E_WARNING, "unable to dup File-Handle for descriptor %ld - %s", nindex, strerror(errno)); in PHP_FUNCTION()
608 php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to create pipe %s", strerror(errno)); in PHP_FUNCTION()
830 php_error_docref(NULL TSRMLS_CC, E_WARNING, "procve failed - %s", strerror(errno)); in PHP_FUNCTION()
899 php_error_docref(NULL TSRMLS_CC, E_WARNING, "fork failed - %s", strerror(errno)); in PHP_FUNCTION()
H A Dphp_string.h152 #define strerror php_strerror macro
H A Dphp_fopen_wrapper.c304 "[%d]: %s", fildes_ori, errno, strerror(errno)); in php_stream_url_wrap_php()
H A Dlink.c73 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()

Completed in 105 milliseconds

12