Home
last modified time | relevance | path

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

12

/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h471 #define strerror(e) \ macro
H A Dfuncs.c105 file_printf(ms, "%s (%s)", (*buf ? buf : ""), strerror(error)); in file_error_core()
/PHP-5.5/main/
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 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()
/PHP-5.5/ext/snmp/
H A Dsnmp.c585 …ref(NULL TSRMLS_CC, E_WARNING, "emalloc() failed: %s, fallback to static buffer", strerror(errno)); in php_snmp_getvalue()
600 …ref(NULL TSRMLS_CC, E_WARNING, "emalloc() failed: %s, fallback to static buffer", strerror(errno)); in php_snmp_getvalue()
1010 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "emalloc() failed while parsing oid: %s", strerror(err… in php_snmp_parse_oid()
1039 …docref(NULL TSRMLS_CC, E_WARNING, "emalloc() failed while parsing oid array: %s", strerror(errno)); in php_snmp_parse_oid()
1800 char *error = strerror(errno); in PHP_FUNCTION()
/PHP-5.5/sapi/fpm/fpm/
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/ext/standard/
H A Dfile.c941 php_error_docref2(NULL TSRMLS_CC, command, posix_mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
949 php_error_docref2(NULL TSRMLS_CC, command, mode, E_WARNING, "%s", strerror(errno)); in PHP_FUNCTION()
1304 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno)); in php_mkdir_ex()
H A Ddns.c138 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "unable to fetch host [%d]: %s", errno, strerror(errno… in PHP_FUNCTION()
H A Dstreamsfuncs.c865 errno, strerror(errno), max_fd); in PHP_FUNCTION()
H A Dbasic_functions.c5861 php_error_docref(NULL TSRMLS_CC, E_WARNING, "%s", strerror(errno));
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch75 - (void)fprintf(stderr, "%s: %s\n", progname, strerror(errno));
1314 - strerror(errno));
1324 strerror(errno));
1652 - fn, strerror(errno)) == -1)
1795 - strerror(errno)) == -1)
2008 - file_printf(ms, " (%s)", strerror(error));
2014 + file_printf(ms, "%s (%s)", (*buf ? buf : ""), strerror(error));
/PHP-5.5/main/streams/
H A Dxp_socket.c584 strerror(errno)); in php_tcp_sockop_bind()
H A Dstreams.c220 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
/PHP-5.5/ext/posix/
H A Dposix.c1345 RETURN_STRING(strerror(error), 1); in PHP_FUNCTION()
/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/cgi/
H A Dfastcgi.c687 fprintf(stderr, "Cannot bind/listen socket - [%d] %s.\n",errno, strerror(errno)); in fcgi_listen()
/PHP-5.5/ext/sockets/
H A Dsockets.c574 buf = strerror(error);
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c381 return pestrdup(strerror(errno), 1); in get_last_error()
/PHP-5.5/
H A Dconfigure.in671 strerror \
/PHP-5.5/ext/spl/
H A Dspl_directory.c1278 …meException, 0 TSRMLS_CC, "Unable to read link %s, error: %s", intern->file_name, strerror(errno)); in FileInfoFunction()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1416 errno, strerror(errno), max_fd);
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog1883 8. SunOS4 doesn't have strerror() or strtoul(); pcregrep dealt with the
1885 cater for a lack of strerror(). These oversights have been fixed.
5744 memmove() or strerror() but have other things that can be used instead.
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c26598 zErr = strerror(iErrno);
28128 path, tErrno, strerror(tErrno)));
31951 buf, strerror(err), lockPath, osGetpid(0)));
32392 cmode, code, strerror(code));
32399 err, code, strerror(code));

Completed in 471 milliseconds

12