strncmp            53 dba/dba_db4.c  			&& (!strncmp(msg, "fop_read_meta", sizeof("fop_read_meta")-1)
strncmp            54 dba/dba_db4.c  				|| !strncmp(msg, "BDB0004 fop_read_meta", sizeof("BDB0004 fop_read_meta")-1))) {
strncmp           174 ereg/regex/main.c 	if (strncmp(erbuf, badpat, SHORT-1) != 0 || erbuf[SHORT-1] != '\0' ||
strncmp           458 ereg/regex/main.c 	if (len != shlen || strncmp(p, should, (size_t)shlen) != 0) {
strncmp           471 ereg/regex/main.c 	if (strncmp(p, at, shlen) != 0) {
strncmp           589 ereg/regex/regcomp.c 	if (p->next + 5 < p->end && strncmp(p->next, "[:<:]]", 6) == 0) {
strncmp           594 ereg/regex/regcomp.c 	if (p->next + 5 < p->end && strncmp(p->next, "[:>:]]", 6) == 0) {
strncmp           736 ereg/regex/regcomp.c 		if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
strncmp           809 ereg/regex/regcomp.c 		if (strncmp(cp->name, sp, len) == 0 && cp->name[len] == '\0')
strncmp          2738 exif/exif.c    		if (maker_note->id_string && strncmp(maker_note->id_string, value_ptr, maker_note->id_string_len))
strncmp           213 fileinfo/libmagic/apprentice.c 		if (strncmp(l, p->name, p->len) == 0) {
strncmp          1081 fileinfo/libmagic/apprentice.c 		if (strncmp(l, p->name, p->len) == 0 &&
strncmp           132 fileinfo/libmagic/apptype.c 			if (strncmp((const char *)buf, "MZ", 2))
strncmp           632 fileinfo/libmagic/readelf.c 	if ((namesz == 4 && strncmp((char *)&nbuf[noff], "CORE", 4) == 0) ||
strncmp           641 fileinfo/libmagic/readelf.c 	if ((namesz >= 11 && strncmp((char *)&nbuf[noff], "NetBSD-CORE", 11)
strncmp           152 gd/libgd/gd_gif_in.c 	if (strncmp((char *)buf,"GIF",3) != 0) {
strncmp           406 gd/libgd/gd_jpeg.c 			if ((marker->marker == (JPEG_APP0 + 14)) && (marker->data_length >= 12) && (!strncmp((const char *) marker->data, "Adobe", 5))) {
strncmp           209 gd/libgd/gdkanji.c 	  else if (strncmp (lang, "ja", 2) == 0)
strncmp           771 imap/php_imap.c 		if (strncmp(qlist->name, "STORAGE", 7) == 0)
strncmp          4889 imap/php_imap.c 	if (strncmp(str, "[ALERT] ", 8) == 0) {
strncmp           781 intl/locale/locale_methods.c 	if( strncmp(key_name , LOC_PRIVATE_TAG , 7) == 0 ){
strncmp          1497 intl/locale/locale_methods.c 			if(cur_arr[i*2] != NULL && strlen(cur_arr[i*2]) == saved_pos && strncmp(cur_loc_range, cur_arr[i*2], saved_pos) == 0) {	
strncmp           320 oci8/oci8_statement.c 			} else if (((int) column->name_len == column_name_len) && (!strncmp(column->name, column_name, column_name_len))) {
strncmp          1486 odbc/php_odbc.c 			if (!strncmp(state,"S1015",5)) {
strncmp           928 openssl/xp_ssl.c 	if (strncmp(proto, "ssl", protolen) == 0) {
strncmp           931 openssl/xp_ssl.c 	} else if (strncmp(proto, "sslv2", protolen) == 0) {
strncmp           939 openssl/xp_ssl.c 	} else if (strncmp(proto, "sslv3", protolen) == 0) {
strncmp           942 openssl/xp_ssl.c 	} else if (strncmp(proto, "tls", protolen) == 0) {
strncmp          2267 pcre/pcrelib/pcre_internal.h   strncmp((char *)(str1), (char *)(str2), (num))
strncmp          2269 pcre/pcrelib/pcre_internal.h   strncmp((char *)(str1), (str2), (num))
strncmp           270 pdo/pdo.c      			if (0 == strncmp(data_source + optstart, parsed[j].optname, nlen) && parsed[j].optname[nlen] == '\0') {
strncmp           247 pdo/pdo_dbh.c  	if (!strncmp(data_source, "uri:", sizeof("uri:")-1)) {
strncmp           221 phar/dirstream.c 			if (keylen < (uint)dirlen || !strncmp(str_key, dir, dirlen)) {
strncmp           547 phar/phar.c    		&& !strncmp(unixfname, phar->fname, fname_len)) || !alias)
strncmp           554 phar/phar.c    		&& !strncmp(fname, phar->fname, fname_len)) || !alias)
strncmp           993 phar/phar.c    		if (alias && alias_len && (alias_len != (int)tmp_len || strncmp(alias, buffer, tmp_len)))
strncmp           608 phar/phar_object.c 	if ((strlen(sapi_module.name) == sizeof("cgi-fcgi")-1 && !strncmp(sapi_module.name, "cgi-fcgi", sizeof("cgi-fcgi")-1))
strncmp           609 phar/phar_object.c 		|| (strlen(sapi_module.name) == sizeof("cgi")-1 && !strncmp(sapi_module.name, "cgi", sizeof("cgi")-1))) {
strncmp           927 phar/phar_object.c 		if (Z_STRLEN_PP(data) == sizeof("PHP_SELF")-1 && !strncmp(Z_STRVAL_PP(data), "PHP_SELF", sizeof("PHP_SELF")-1)) {
strncmp           932 phar/phar_object.c 			if (!strncmp(Z_STRVAL_PP(data), "REQUEST_URI", sizeof("REQUEST_URI")-1)) {
strncmp           935 phar/phar_object.c 			if (!strncmp(Z_STRVAL_PP(data), "SCRIPT_NAME", sizeof("SCRIPT_NAME")-1)) {
strncmp           940 phar/phar_object.c 		if (Z_STRLEN_PP(data) == sizeof("SCRIPT_FILENAME")-1 && !strncmp(Z_STRVAL_PP(data), "SCRIPT_FILENAME", sizeof("SCRIPT_FILENAME")-1)) {
strncmp           323 phar/stream.c  		if ((idata->phar->is_tar || idata->phar->is_zip) && idata->internal_file->filename_len == sizeof(".phar/stub.php")-1 && !strncmp(idata->internal_file->filename, ".phar/stub.php", sizeof(".phar/stub.php")-1)) {
strncmp           639 phar/stream.c  			if ((int)keylen >= internal_file_len || strncmp(str_key, internal_file, keylen)) {
strncmp           108 phar/tar.c     	if (!strncmp(buf, "<?php", sizeof("<?php")-1)) {
strncmp           258 phar/tar.c     		if (((!old && hdr->prefix[0] == 0) || old) && strlen(hdr->name) == sizeof(".phar/signature.bin")-1 && !strncmp(hdr->name, ".phar/signature.bin", sizeof(".phar/signature.bin")-1)) {
strncmp           501 phar/tar.c     		if (!actual_alias && entry.filename_len == sizeof(".phar/alias.txt")-1 && !strncmp(entry.filename, ".phar/alias.txt", sizeof(".phar/alias.txt")-1)) {
strncmp           328 phar/util.c    	if (ret && strlen(ret) > 8 && !strncmp(ret, "phar://", 7)) {
strncmp           417 phar/util.c    	if (n < filename_len - 3 && (*p == ':') && (!strncmp("//", p+1, 2) || ( filename_len > 4 && !memcmp("data", filename, 4)))) {
strncmp           436 phar/util.c    		if (n == end - ptr && *p && !strncmp("//", p+1, 2)) {
strncmp           474 phar/util.c    		if (is_stream_wrapper || (n < len - 3 && (*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || !memcmp("data", trypath, 4)))) {
strncmp           539 phar/util.c    			if (n < exec_fname_length - 3 && (*p == ':') && (n > 1) && (!strncmp("//", p+1, 2) || !memcmp("data", trypath, 4))) {
strncmp          1252 phar/util.c    			if (fname && (fname_len != (*fd_ptr)->fname_len || strncmp(fname, (*fd_ptr)->fname, fname_len))) {
strncmp          1555 phar/util.c    			if ((int)keylen >= path_len || strncmp(str_key, path, keylen)) {
strncmp           405 phar/zip.c     		if (entry.filename_len == sizeof(".phar/signature.bin")-1 && !strncmp(entry.filename, ".phar/signature.bin", sizeof(".phar/signature.bin")-1)) {
strncmp           557 phar/zip.c     		if (!actual_alias && entry.filename_len == sizeof(".phar/alias.txt")-1 && !strncmp(entry.filename, ".phar/alias.txt", sizeof(".phar/alias.txt")-1)) {
strncmp           439 readline/readline.c 		if (strncmp (Z_STRVAL_PP(entry), text, strlen(text)) == 0) {
strncmp           351 readline/readline_cli.c 				if (code[i - (heredoc_len + 1)] == '\n' && !strncmp(code + i - heredoc_len, heredoc_tag, heredoc_len) && code[i] == '\n') {
strncmp           353 readline/readline_cli.c 				} else if (code[i - (heredoc_len + 2)] == '\n' && !strncmp(code + i - heredoc_len - 1, heredoc_tag, heredoc_len) && code[i-1] == ';' && code[i] == '\n') {
strncmp           359 readline/readline_cli.c 				if ((CG(short_tags) && !strncmp(code+i-1, "<?", 2))
strncmp           360 readline/readline_cli.c 				||  (CG(asp_tags) && !strncmp(code+i-1, "<%", 2))
strncmp           361 readline/readline_cli.c 				||  (i > 3 && !strncmp(code+i-4, "<?php", 5))
strncmp           417 readline/readline_cli.c 		if (!textlen || !strncmp(name, text, textlen)) {
strncmp           230 session/mod_files.c 		if (!strncmp(entry->d_name, FILE_PREFIX, sizeof(FILE_PREFIX) - 1)) {
strncmp          2021 soap/php_encoding.c 								    (!strncmp((*attr)->namens, XML_NAMESPACE, sizeof(XML_NAMESPACE)) ||
strncmp           766 soap/php_http.c 						       strncmp(phpurl->path?phpurl->path:"/",Z_STRVAL_PP(tmp),Z_STRLEN_PP(tmp)) == 0) &&
strncmp           844 soap/php_http.c 			if (!strncmp(http_version,"1.1", 3)) {
strncmp          1155 soap/php_http.c 		if (strncmp(content_type, "text/xml", cmplen) == 0 ||
strncmp          1156 soap/php_http.c 		    strncmp(content_type, "application/soap+xml", cmplen) == 0) {
strncmp          1240 soap/php_http.c 				if (strncmp(s, "<?xml", 5)) {
strncmp           815 soap/php_schema.c 		if (!strncmp((char*)fixed->children->content, "true", sizeof("true")) ||
strncmp           816 soap/php_schema.c 			!strncmp((char*)fixed->children->content, "1", sizeof("1")))
strncmp           842 soap/php_schema.c 		if (!strncmp((char*)fixed->children->content, "true", sizeof("true")) ||
strncmp           843 soap/php_schema.c 		    !strncmp((char*)fixed->children->content, "1", sizeof("1"))) {
strncmp           994 soap/php_schema.c 		if (!strncmp((char*)attr->children->content, "unbounded", sizeof("unbounded"))) {
strncmp          1610 soap/php_schema.c 		if (strncmp((char*)attr->children->content, "qualified", sizeof("qualified")) == 0) {
strncmp          1612 soap/php_schema.c 		} else if (strncmp((char*)attr->children->content, "unqualified", sizeof("unqualified")) == 0) {
strncmp          1626 soap/php_schema.c 				if(def == NULL || strncmp((char*)def->children->content, "qualified", sizeof("qualified"))) {
strncmp          1804 soap/php_schema.c 			if (strncmp((char*)attr->children->content, "qualified", sizeof("qualified")) == 0) {
strncmp          1806 soap/php_schema.c 			} else if (strncmp((char*)attr->children->content, "unqualified", sizeof("unqualified")) == 0) {
strncmp          1820 soap/php_schema.c 			if (strncmp((char*)attr->children->content, "prohibited", sizeof("prohibited")) == 0) {
strncmp          1822 soap/php_schema.c 			} else if (strncmp((char*)attr->children->content, "required", sizeof("required")) == 0) {
strncmp          1824 soap/php_schema.c 			} else if (strncmp((char*)attr->children->content, "optional", sizeof("optional")) == 0) {
strncmp          1832 soap/php_schema.c 			if (strncmp((char*)nsPtr->href, SCHEMA_NAMESPACE, sizeof(SCHEMA_NAMESPACE))) {
strncmp          1872 soap/php_schema.c 				if(def == NULL || strncmp((char*)def->children->content, "qualified", sizeof("qualified"))) {
strncmp           485 soap/php_sdl.c 	if (tmp && !strncmp((char*)tmp->children->content, "encoded", sizeof("encoded"))) {
strncmp           499 soap/php_sdl.c 			if (strncmp((char*)tmp->children->content, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)) == 0) {
strncmp           501 soap/php_sdl.c 			} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)) == 0) {
strncmp           572 soap/php_sdl.c 			if (tmp && !strncmp((char*)tmp->children->content, "literal", sizeof("literal"))) {
strncmp           627 soap/php_sdl.c 					if (strncmp((char*)tmp->children->content, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)) == 0) {
strncmp           629 soap/php_sdl.c 					} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)) == 0) {
strncmp           794 soap/php_sdl.c 						if (!strncmp((char*)trav2->ns->href, WSDL_SOAP11_NAMESPACE, sizeof(WSDL_SOAP11_NAMESPACE))) {
strncmp           798 soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, WSDL_SOAP12_NAMESPACE, sizeof(WSDL_SOAP12_NAMESPACE))) {
strncmp           802 soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, RPC_SOAP12_NAMESPACE, sizeof(RPC_SOAP12_NAMESPACE))) {
strncmp           806 soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, WSDL_HTTP11_NAMESPACE, sizeof(WSDL_HTTP11_NAMESPACE))) {
strncmp           809 soap/php_sdl.c 						} else if (!strncmp((char*)trav2->ns->href, WSDL_HTTP12_NAMESPACE, sizeof(WSDL_HTTP12_NAMESPACE))) {
strncmp           860 soap/php_sdl.c 						if (tmp && !strncmp((char*)tmp->children->content, "rpc", sizeof("rpc"))) {
strncmp           866 soap/php_sdl.c 							if (strncmp((char*)tmp->children->content, WSDL_HTTP_TRANSPORT, sizeof(WSDL_HTTP_TRANSPORT)) == 0) {
strncmp           970 soap/php_sdl.c 								if (!strncmp((char*)tmp->children->content, "rpc", sizeof("rpc"))) {
strncmp          1088 soap/php_sdl.c 											if (tmp && !strncmp((char*)tmp->children->content, "encoded", sizeof("encoded"))) {
strncmp          1102 soap/php_sdl.c 													if (strncmp((char*)tmp->children->content, SOAP_1_1_ENC_NAMESPACE, sizeof(SOAP_1_1_ENC_NAMESPACE)) == 0) {
strncmp          1104 soap/php_sdl.c 													} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)) == 0) {
strncmp          1564 soap/php_sdl.c 	if (strncmp(in,"wsdl",4) != 0 || in[4] != WSDL_CACHE_VERSION || in[5] != '\0') {
strncmp          1580 soap/php_sdl.c 	if (i == 0 && strncmp(in, uri, i) != 0) {
strncmp           975 soap/soap.c    				    strncmp(name, "type_name", sizeof("type_name")-1) == 0) {
strncmp           981 soap/soap.c    				    strncmp(name, "type_ns", sizeof("type_ns")-1) == 0) {
strncmp           987 soap/soap.c    				    strncmp(name, "to_xml", sizeof("to_xml")-1) == 0) {
strncmp           990 soap/soap.c    				    strncmp(name, "from_xml", sizeof("from_xml")-1) == 0) {
strncmp          2037 soap/soap.c    		if (strncmp(Z_STRVAL_PP(agent_name), "Shockwave Flash", sizeof("Shockwave Flash")-1) == 0) {
strncmp          13720 sqlite3/libsqlite/sqlite3.c       if( strncmp(z, "weekday ", 8)==0
strncmp          13743 sqlite3/libsqlite/sqlite3.c       if( strncmp(z, "start of ", 9)!=0 ) break;
strncmp          29538 sqlite3/libsqlite/sqlite3.c   if (0 == strncmp("msdos", fsInfo.f_fstypename, 5)) {
strncmp          30534 sqlite3/libsqlite/sqlite3.c                && !strncmp(pCtx->lockProxyPath, &readBuf[PROXY_PATHINDEX],
strncmp          30759 sqlite3/libsqlite/sqlite3.c     (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){
strncmp          30937 sqlite3/libsqlite/sqlite3.c                !strncmp(pCtx->lockProxyPath, proxyPath, MAXPATHLEN))
strncmp          117981 sqlite3/libsqlite/sqlite3.c   return strncmp((const char*)pKey1,(const char*)pKey2,n1);
strncmp           350 sqlite3/sqlite3.c 	if ((strncmp(sapi_module.name, "cgi", 3) != 0) &&
strncmp           352 sqlite3/sqlite3.c 		(strncmp(sapi_module.name, "embed", 5) != 0)
strncmp           385 sqlite3/sqlite3.c 	if (strncmp(fullpath, extension_dir, extension_dir_len) != 0) {
strncmp          3423 standard/basic_functions.c 			if (!strncmp(*env, pe->key, pe->key_len) && (*env)[pe->key_len] == '=') {	/* found it */
strncmp          3433 standard/basic_functions.c 	if (!strncmp(pe->key, "TZ", pe->key_len)) {
strncmp          4064 standard/basic_functions.c 			if (!strncmp(*env, pe.key, pe.key_len) && (*env)[pe.key_len] == '=') {	/* found it */
strncmp          4096 standard/basic_functions.c 			if (!strncmp(pe.key, "TZ", pe.key_len)) {
strncmp          5369 standard/basic_functions.c 	return !strncmp(option_name, new_option_name, option_len);
strncmp           373 standard/crypt_sha256.c 	if (strncmp(sha256_salt_prefix, salt, sizeof(sha256_salt_prefix) - 1) == 0) {
strncmp           378 standard/crypt_sha256.c 	if (strncmp(salt, sha256_rounds_prefix, sizeof(sha256_rounds_prefix) - 1) == 0) {
strncmp           406 standard/crypt_sha512.c 	if (strncmp(sha512_salt_prefix, salt, sizeof(sha512_salt_prefix) - 1) == 0) {
strncmp           411 standard/crypt_sha512.c 	if (strncmp(salt, sha512_rounds_prefix, sizeof(sha512_rounds_prefix) - 1) == 0) {
strncmp            73 standard/dl.c  	if ((strncmp(sapi_module.name, "cgi", 3) != 0) &&
strncmp            75 standard/dl.c  		(strncmp(sapi_module.name, "embed", 5) != 0)
strncmp           890 standard/image.c 	if (strncmp(a+4, "ILBM", 4) && strncmp(a+4, "PBM ", 4)) {
strncmp           153 standard/php_crypt_r.c 	if (strncmp(sp, MD5_MAGIC, MD5_MAGIC_LEN) == 0) {
strncmp           335 standard/php_crypt_r.c 	if (strncmp(sp, MD5_MAGIC, MD5_MAGIC_LEN) == 0)
strncmp           578 standard/proc_open.c 				if (strncmp(Z_STRVAL_PP(zmode), "w", 1) != 0) {
strncmp           946 standard/string.c 				&& !strncmp(text+current, breakchar, breakcharlen)) {
strncmp          1009 standard/var_unserializer.c 	if (!strncmp(start + 2, "NAN", 3)) {
strncmp          1011 standard/var_unserializer.c 	} else if (!strncmp(start + 2, "INF", 3)) {
strncmp          1013 standard/var_unserializer.c 	} else if (!strncmp(start + 2, "-INF", 4)) {
strncmp          1056 standard/var_unserializer.c 			int cmp = strncmp(YYCURSOR - MAX_LENGTH_OF_LONG, long_min_digits, MAX_LENGTH_OF_LONG - 1);
strncmp           109 standard/versioning.c 		if (strncmp(form1, pp->name, strlen(pp->name)) == 0) {
strncmp           115 standard/versioning.c 		if (strncmp(form2, pp->name, strlen(pp->name)) == 0) {
strncmp           226 standard/versioning.c 	if (!strncmp(op, "<", op_len) || !strncmp(op, "lt", op_len)) {
strncmp           229 standard/versioning.c 	if (!strncmp(op, "<=", op_len) || !strncmp(op, "le", op_len)) {
strncmp           232 standard/versioning.c 	if (!strncmp(op, ">", op_len) || !strncmp(op, "gt", op_len)) {
strncmp           235 standard/versioning.c 	if (!strncmp(op, ">=", op_len) || !strncmp(op, "ge", op_len)) {
strncmp           238 standard/versioning.c 	if (!strncmp(op, "==", op_len) || !strncmp(op, "=", op_len) || !strncmp(op, "eq", op_len)) {
strncmp           241 standard/versioning.c 	if (!strncmp(op, "!=", op_len) || !strncmp(op, "<>", op_len) || !strncmp(op, "ne", op_len)) {
strncmp           364 zip/lib/zip_open.c 	|| strncmp(za->cdir->comment, TORRENT_SIG, TORRENT_SIG_LEN) != 0)
strncmp           197 zip/zip_stream.c 	if (strncmp(mode,"r", strlen("r")) != 0) {