Searched refs:E_ERROR (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dutils.h39 #define E_ERROR 1 /* Exit status for error */ macro
H A Dutils.c94 exit(E_ERROR);
H A Ddump.c80 #define WARN(x) { warn(x); return (E_ERROR); }
501 return (E_ERROR);
507 return (E_ERROR);
764 return (E_ERROR);
1335 error |= E_ERROR;
/macosx-10.10.1/swig-12/Lib/php/
H A Dphp.swg89 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $&1_descriptor");
97 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $&1_descriptor");
106 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $1_descriptor");
113 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $1_descriptor");
120 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $*1_descriptor");
128 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $&1_descriptor");
142 SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $&1_descriptor");
157 SWIG_PHP_Error(E_ERROR, "Type error in argument $arg of $symname.");
403 SWIG_PHP_Error(E_ERROR, error_msg);
408 SWIG_PHP_Error(E_ERROR, "
[all...]
H A Dstd_string.i60 SWIG_PHP_Error(E_ERROR, (char *)$1.c_str());
64 SWIG_PHP_Error(E_ERROR, (char *)$1.c_str());
H A Dphppointers.i13 SWIG_PHP_Error( E_ERROR, SWIG_PHP_Arg_Error_Msg($argnum, Expected a reference) );
H A Ddirector.swg171 : DirectorException(E_ERROR, "Swig director pure virtual method called", msg)
185 : DirectorException(E_ERROR, "Swig director method error", msg)
H A Dphprun.swg73 static int default_error_code = E_ERROR;
111 zend_error(E_ERROR, "Type: %s failed to register with zend",type->name);
148 zend_error(E_ERROR, "Type: %s not registered with zend",type->name);
H A Dglobalvar.i199 SWIG_PHP_Error(E_ERROR,"Type error in value of $symname. Expected $&1_descriptor");
213 SWIG_PHP_Error(E_ERROR,"Type error in value of $symname. Expected $&1_descriptor");
H A Dtypemaps.i239 SWIG_PHP_Error(E_ERROR, "Type error in argument $arg of $symname.");
H A Dphpkw.swg119 PHPBN2(E_ERROR);
/macosx-10.10.1/dtrace-147/plockstat/
H A Dplockstat.c50 #define E_ERROR 1 macro
412 exit(E_ERROR);
442 exit(E_ERROR);
/macosx-10.10.1/swig-12/Lib/
H A Dexception.i21 # define SWIG_exception(code, msg) { zend_error(E_ERROR, msg); }
/macosx-10.10.1/dtrace-147/cmd/
H A Ddtrace_1.c71 #define E_ERROR 1 macro
231 exit(E_ERROR);
270 exit(E_ERROR);
/macosx-10.10.1/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp1082 php_error_docref(NULL TSRMLS_CC, E_ERROR, "DB4Txn objects must be created with Db4Env::begin_txn()");
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dphp.vim131 syn keyword phpCoreConstant PHP_VERSION PHP_OS DEFAULT_INCLUDE_PATH PEAR_INSTALL_DIR PEAR_EXTENSION_DIR PHP_EXTENSION_DIR PHP_BINDIR PHP_LIBDIR PHP_DATADIR PHP_SYSCONFDIR PHP_LOCALSTATEDIR PHP_CONFIG_FILE_PATH PHP_OUTPUT_HANDLER_START PHP_OUTPUT_HANDLER_CONT PHP_OUTPUT_HANDLER_END E_ERROR E_WARNING E_PARSE E_NOTICE E_CORE_ERROR E_CORE_WARNING E_COMPILE_ERROR E_COMPILE_WARNING E_USER_ERROR E_USER_WARNING E_USER_NOTICE E_ALL contained
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dphpcomplete.vim798 \ 'E_ERROR': '',

Completed in 215 milliseconds