Searched refs:ne (Results 1 - 10 of 10) sorted by relevance
| /PHP_5_3/build/ |
| H A D | shtool | 408 if [ $# -ne $arg_NUMS ]; then 437 if [ $? -ne 0 ]; then
|
| /PHP_5_3/ |
| H A D | config.guess | 976 | sed -ne '/supported targets:/!d
|
| H A D | ltmain.sh | 343 if test "$my_status" -ne 0 && test ! -d "$my_gentop"; then 371 if test "$exit_status" -ne 0 && test ! -d "$my_xdir"; then 953 if test "$exit_status" -ne 0 && test ! -d "${xdir}$objdir"; then 2041 if test "$exit_status" -ne 0 && test ! -d "$output_objdir"; then 3358 while test "$loop" -ne 0; do 3381 while test "$loop" -ne 0; do 3610 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then 3650 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then 5558 if test "$exit_status" -ne 0 && test ! -d "$gentop"; then 6622 if test "$?" -ne [all...] |
| /PHP_5_3/ext/bcmath/libbcmath/ |
| H A D | mkinstalldirs | 11 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
|
| /PHP_5_3/ext/ereg/regex/ |
| H A D | main.c | 136 size_t ne; local 167 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf)); 168 if (strcmp(erbuf, badpat) != 0 || ne != strlen(badpat)+1) { 173 ne = regerror(REG_BADPAT, (regex_t *)NULL, erbuf, (size_t)SHORT); 175 ne != strlen(badpat)+1) { 180 ne = regerror(REG_ITOA|REG_BADPAT, (regex_t *)NULL, erbuf, sizeof(erbuf)); 181 if (strcmp(erbuf, bpname) != 0 || ne != strlen(bpname)+1) { 187 ne = regerror(REG_ATOI, &re, erbuf, sizeof(erbuf)); 192 } else if (ne != strlen(erbuf)+1) {
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 76058 int ne = sqlite3VdbeAddOp3(v, OP_Ne, regRecno, 0, regSamplerecno); local [all...] |
| /PHP_5_3/ext/intl/grapheme/ |
| H A D | grapheme_util.c | 463 UChar ne = needle[needle_len-1]; local 471 if ((p = u_memchr(p, *needle, (end-p+1))) && ne == p[needle_len-1]) {
|
| /PHP_5_3/ext/odbc/ |
| H A D | php_odbc.c | 1240 int numArgs, i, ne; local 1258 if ((ne = zend_hash_num_elements(Z_ARRVAL_P(pv_param_arr))) < result->numparams) { 1259 php_error_docref(NULL TSRMLS_CC, E_WARNING,"Not enough parameters (%d should be %d) given", ne, result->numparams);
|
| /PHP_5_3/ext/openssl/ |
| H A D | openssl.c | 556 X509_NAME_ENTRY * ne; local 572 ne = X509_NAME_get_entry(name, i); 573 obj = X509_NAME_ENTRY_get_object(ne); 593 ne = X509_NAME_get_entry(name, j); 594 str = X509_NAME_ENTRY_get_data(ne);
|
| /PHP_5_3/Zend/ |
| H A D | zend_operators.h | 230 char ne = needle[needle_len-1]; local 243 if ((p = (char *)memchr(p, *needle, (end-p+1))) && ne == p[needle_len-1]) {
|
Completed in 176 milliseconds