Home
last modified time | relevance | path

Searched refs:strerror (Results 26 – 50 of 55) sorted by relevance

123

/PHP-7.3/ext/standard/
H A Dnet.c267 php_error(E_WARNING, "getifaddrs() failed %d: %s", errno, strerror(errno)); in PHP_FUNCTION()
H A Dphp_fopen_wrapper.c338 "[%d]: %s", fildes_ori, errno, strerror(errno)); in php_stream_url_wrap_php()
H A Dfile.c955 php_error_docref2(NULL, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
963 php_error_docref2(NULL, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1322 php_error_docref(NULL, E_WARNING, "%s", strerror(errno)); in php_mkdir_ex()
H A Ddns.c134 php_error_docref(NULL, E_WARNING, "unable to fetch host [%d]: %s", errno, strerror(errno)); in PHP_FUNCTION()
H A Dstreamsfuncs.c854 errno, strerror(errno), max_fd); in PHP_FUNCTION()
/PHP-7.3/main/
H A Dnetwork.c891 …(NULL, E_WARNING, "failed to bind to '%s:%d', system said: %s", bindto, bindport, strerror(errno));
1030 errstr = strerror(err);
1078 errstr = strerror(err);
H A Dphp.h257 char *strerror(int);
H A Drfc1867.c1065 sapi_module.sapi_error(E_NOTICE, "write() failed - %s", strerror(errno));
H A Dfastcgi.c766 fcgi_log(FCGI_ERROR, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); in fcgi_listen()
H A Dmain.c1170 php_error_docref2(NULL, param1, param2, E_WARNING, "%s", strerror(errno)); in php_win32_docref2_from_error()
/PHP-7.3/Zend/
H A Dzend_alloc.c433 fprintf(stderr, "\nmmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap_fixed()
439 fprintf(stderr, "\nmunmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap_fixed()
476 fprintf(stderr, "\nmmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_mmap()
495 fprintf(stderr, "\nmunmap() failed: [%d] %s\n", errno, strerror(errno)); in zend_mm_munmap()
1890 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
2837 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
2884 fprintf(stderr, "\nCan't initialize heap: [%d] %s\n", errno, strerror(errno));
/PHP-7.3/ext/fileinfo/libmagic/
H A Dfile.h522 #define strerror(e) \ macro
H A Dfuncs.c106 file_printf(ms, "%s (%s)", (*buf ? buf : ""), strerror(error)); in file_error_core()
/PHP-7.3/ext/fileinfo/
H A Dlibmagic.patch125 - (void)fprintf(stderr, "%s: %s\n", progname, strerror(errno));
1940 return makeerror(newch, n, "No buffer, %s", strerror(errno));
1974 compr[method].argv[0], strerror(errno));
1985 strerror(errno));
1994 strerror(errno));
2009 - rv = makeerror(newch, n, "Wait failed, %s", strerror(errno));
2584 - fn, strerror(errno)) == -1)
2738 - strerror(errno)) == -1)
2860 - fprintf(stderr, "vasprintf failed (%s)", strerror(errno));
2918 - file_printf(ms, " (%s)", strerror(error));
[all …]
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_main.c458 request_body_filename, strerror(errno), errno); in sapi_cgi_read_post()
1932 zlog(ZLOG_ERROR, "Unable to open primary script: %s (%s)", primary_script, strerror(errno)); in main()
H A Dzlog.c224 ": %s (%d)", strerror(saved_errno), saved_errno); in vzlog()
/PHP-7.3/ext/opcache/
H A Dzend_file_cache.c829 …CEL_LOG_WARNING, "opcache cannot create directory for file '%s', %s\n", filename, strerror(errno));
837 …zend_accel_error(ACCEL_LOG_WARNING, "opcache cannot create file '%s', %s\n", filename, strerror(er…
/PHP-7.3/main/streams/
H A Dxp_socket.c634 strerror(errno)); in php_tcp_sockop_bind()
H A Dstreams.c202 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
/PHP-7.3/ext/posix/
H A Dposix.c1472 RETURN_STRING(strerror(error)); in PHP_FUNCTION()
/PHP-7.3/sapi/litespeed/
H A Dlsapi_main.c1564 "Failed to bind socket [%s]: %s\n", php_bind, strerror( errno ) ); in main()
H A Dlsapilib.c895 pErr1, (pErr2)?pErr2:"", strerror(errno)); in LSAPI_perror_r()
3532 strerror( err_no ) ); in lsapi_perror()
/PHP-7.3/ext/snmp/
H A Dsnmp.c1741 char *error = strerror(errno); in PHP_FUNCTION()
/PHP-7.3/ext/sockets/
H A Dsockets.c648 buf = strerror(error);
/PHP-7.3/sapi/cli/
H A Dphp_cli_server.c273 return pestrdup(strerror(errno), 1); in get_last_error()

Completed in 233 milliseconds

123