strncmp           233 examples/libsmbclient/smbwrapper/smbw.c         ret = ((strncmp(name, smbw_prefix, len) == 0 &&
strncmp           330 examples/libsmbclient/smbwrapper/smbw.c 		if (strncmp(p=name,"./",2) == 0) {      
strncmp           339 examples/libsmbclient/tree.c   if (strncmp(signame, "expand", 6) == 0) { /* Expand called */
strncmp           443 examples/libsmbclient/tree.c   else if (strncmp(signame, "collapse", 8) == 0) {
strncmp           501 examples/libsmbclient/tree.c   if (strncmp(signame, "expand", 6) == 0) { /* Expand called */
strncmp            28 lib/popt/poptconfig.c     if (strncmp(line, con->appName, nameLength)) return;
strncmp            61 lib/popt/poptconfig.c 	if (!strncmp(item->argv[i], "--POPTdesc=", sizeof("--POPTdesc=")-1)) {
strncmp            68 lib/popt/poptconfig.c 	if (!strncmp(item->argv[i], "--POPTargs=", sizeof("--POPTargs=")-1)) {
strncmp           578 lib/replace/replace.c 		if (strncmp(environ[i], name, len) == 0 && environ[i][len] == '=') {
strncmp           247 lib/socket_wrapper/socket_wrapper.c 	if (strncmp(s, "./", 2) == 0) {
strncmp           820 lib/socket_wrapper/socket_wrapper.c 	if (strncmp(s, "./", 2) == 0) {
strncmp           490 lib/tdb/tools/tdbtool.c 		if (strncmp(ctp->name,cmdname,cmd_len) == 0) {
strncmp           257 lib/util/charset/tests/iconv.c 	if (strncmp(charset, "UTF", 3) != 0) {
strncmp            48 lib/util/tests/time.c 	torture_assert(tctx, !strncmp(start, result, 
strncmp            59 lib/util/tests/time.c 	torture_assert(tctx, !strncmp(start, result, strlen(start)),
strncmp           564 lib/util/util.c 		while (len && strncmp(s, front, front_len)==0) {
strncmp           574 lib/util/util.c 		while ((len >= back_len) && strncmp(s+len-back_len,back,back_len)==0) {
strncmp           449 lib/zlib/contrib/untgz/untgz.c               if (strncmp(fname,buffer.header.name,SHORTNAMESIZE-1) != 0)
strncmp          1030 nsswitch/pam_winbind.c #define IS_SID_STRING(name) (strncmp("S-", name, 2) == 0)
strncmp          2266 nsswitch/pam_winbind.c 		if ((strncmp(ctx->argv[i], item, strlen(item)) == 0)) {
strncmp          2312 nsswitch/pam_winbind.c 		if ((strncmp(ctx->argv[i], item, strlen(item)) == 0)) {
strncmp           446 source3/auth/pass_check.c 		if (strncmp(p, crypted, LINUX_PASSWORD_SEG_CHARS) != 0)
strncmp           271 source3/client/cifs.upcall.c 		if (strncmp(tkn, "host=", 5) == 0) {
strncmp           283 source3/client/cifs.upcall.c 		} else if (!strncmp(tkn, "ip4=", 4) ||
strncmp           284 source3/client/cifs.upcall.c 			   !strncmp(tkn, "ip6=", 4)) {
strncmp           295 source3/client/cifs.upcall.c 		} else if (strncmp(tkn, "pid=", 4) == 0) {
strncmp           305 source3/client/cifs.upcall.c 		} else if (strncmp(tkn, "sec=", 4) == 0) {
strncmp           306 source3/client/cifs.upcall.c 			if (strncmp(tkn + 4, "krb5", 4) == 0) {
strncmp           309 source3/client/cifs.upcall.c 			} else if (strncmp(tkn + 4, "mskrb5", 6) == 0) {
strncmp           313 source3/client/cifs.upcall.c 		} else if (strncmp(tkn, "uid=", 4) == 0) {
strncmp           323 source3/client/cifs.upcall.c 		} else if (strncmp(tkn, "ver=", 4) == 0) {	/* if version */
strncmp           521 source3/client/cifs.upcall.c 	if ((strncmp(buf, "cifs.resolver", sizeof("cifs.resolver")-1) == 0) ||
strncmp           522 source3/client/cifs.upcall.c 	    (strncmp(buf, "dns_resolver", sizeof("dns_resolver")-1) == 0)) {
strncmp          1811 source3/client/client.c 		if (strncmp(list->file_path, name, strlen(name)) != 0) {
strncmp          4116 source3/client/client.c 			(strncmp(info->text, f->name, info->len) == 0) &&
strncmp          4154 source3/client/client.c 			while (strncmp(info->matches[info->count],
strncmp          4294 source3/client/client.c 			if ((strncmp(commands[i].name, buf, sp - buf) == 0) &&
strncmp          4326 source3/client/client.c 			if (strncmp(text, commands[i].name, len) == 0) {
strncmp          4333 source3/client/client.c 					while (strncmp(matches[count], matches[count-1], samelen) != 0)
strncmp          4847 source3/client/client.c 					if (strncmp("-T", argv[i],2)==0)
strncmp           424 source3/client/mount.cifs.c 		if (strncmp(data, "users",5) == 0) {
strncmp           428 source3/client/mount.cifs.c 		} else if (strncmp(data, "user_xattr",10) == 0) {
strncmp           430 source3/client/mount.cifs.c 		} else if (strncmp(data, "user", 4) == 0) {
strncmp           478 source3/client/mount.cifs.c 		} else if (strncmp(data, "pass", 4) == 0) {
strncmp           502 source3/client/mount.cifs.c 		} else if (strncmp(data, "sec", 3) == 0) {
strncmp           504 source3/client/mount.cifs.c 				if (!strncmp(value, "none", 4) ||
strncmp           505 source3/client/mount.cifs.c 				    !strncmp(value, "krb5", 4))
strncmp           508 source3/client/mount.cifs.c 		} else if (strncmp(data, "ip", 2) == 0) {
strncmp           520 source3/client/mount.cifs.c 		} else if ((strncmp(data, "unc", 3) == 0)
strncmp           521 source3/client/mount.cifs.c 		   || (strncmp(data, "target", 6) == 0)
strncmp           522 source3/client/mount.cifs.c 		   || (strncmp(data, "path", 4) == 0)) {
strncmp           533 source3/client/mount.cifs.c 				if (strncmp(value, "//", 2) == 0) {
strncmp           538 source3/client/mount.cifs.c 				} else if (strncmp(value, "\\\\", 2) != 0) {	                   
strncmp           553 source3/client/mount.cifs.c 		} else if ((strncmp(data, "dom" /* domain */, 3) == 0)
strncmp           554 source3/client/mount.cifs.c 			   || (strncmp(data, "workg", 5) == 0)) {
strncmp           570 source3/client/mount.cifs.c 		} else if (strncmp(data, "cred", 4) == 0) {
strncmp           584 source3/client/mount.cifs.c 		} else if (strncmp(data, "uid", 3) == 0) {
strncmp           600 source3/client/mount.cifs.c 		} else if (strncmp(data, "gid", 3) == 0) {
strncmp           653 source3/client/mount.cifs.c 		} else if (strncmp(data, "nosuid", 6) == 0) {
strncmp           655 source3/client/mount.cifs.c 		} else if (strncmp(data, "suid", 4) == 0) {
strncmp           657 source3/client/mount.cifs.c 		} else if (strncmp(data, "nodev", 5) == 0) {
strncmp           659 source3/client/mount.cifs.c 		} else if ((strncmp(data, "nobrl", 5) == 0) || 
strncmp           660 source3/client/mount.cifs.c 			   (strncmp(data, "nolock", 6) == 0)) {
strncmp           662 source3/client/mount.cifs.c 		} else if (strncmp(data, "dev", 3) == 0) {
strncmp           664 source3/client/mount.cifs.c 		} else if (strncmp(data, "noexec", 6) == 0) {
strncmp           666 source3/client/mount.cifs.c 		} else if (strncmp(data, "exec", 4) == 0) {
strncmp           668 source3/client/mount.cifs.c 		} else if (strncmp(data, "guest", 5) == 0) {
strncmp           672 source3/client/mount.cifs.c 		} else if (strncmp(data, "ro", 2) == 0) {
strncmp           674 source3/client/mount.cifs.c 		} else if (strncmp(data, "rw", 2) == 0) {
strncmp           676 source3/client/mount.cifs.c                 } else if (strncmp(data, "remount", 7) == 0) {
strncmp           925 source3/client/mount.cifs.c 		if(strncmp(unc_name,"//",2) && strncmp(unc_name,"\\\\",2)) {
strncmp           104 source3/client/smbspool.c 	if (argc > 2 && strncmp(argv[0], "smb://", 6) &&
strncmp           105 source3/client/smbspool.c 	    strncmp(argv[1], "smb://", 6) == 0) {
strncmp           161 source3/client/smbspool.c 	} else if (strncmp(argv[0], "smb://", 6) == 0) {
strncmp           335 source3/client/tree.c   if (strncmp(signame, "expand", 6) == 0) { /* Expand called */
strncmp           439 source3/client/tree.c   else if (strncmp(signame, "collapse", 8) == 0) {
strncmp           497 source3/client/tree.c   if (strncmp(signame, "expand", 6) == 0) { /* Expand called */
strncmp           552 source3/groupdb/mapping_ldb.c 	if (strncmp((char *)key.dptr, GROUP_PREFIX, 
strncmp           598 source3/groupdb/mapping_ldb.c 	if (strncmp((char *)key.dptr, MEMBEROF_PREFIX, 
strncmp           196 source3/groupdb/mapping_tdb.c 	    || (strncmp((char *)rec->key.dptr, GROUP_PREFIX,
strncmp           550 source3/groupdb/mapping_tdb.c 	if (strncmp((const char *)rec->key.dptr, MEMBEROF_PREFIX,
strncmp           200 source3/iniparser/src/iniparser.c             if (!strncmp(d->key[j], keym, seclen+1)) {
strncmp            53 source3/intl/lang_tdb.c 		if (strncmp(lines[i], "msgid \"", 7) == 0) {
strncmp            56 source3/intl/lang_tdb.c 		if (msgid && strncmp(lines[i], "msgstr \"", 8) == 0) {
strncmp           159 source3/lib/access.c 		if (strncmp(tok, s, tok_len) == 0) {
strncmp           475 source3/lib/eventlog/eventlog.c 	if ( 0 == strncmp( start, "LEN", stop - start ) ) {
strncmp           478 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "RS1", stop - start ) ) {
strncmp           482 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "RCN", stop - start ) ) {
strncmp           484 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "TMG", stop - start ) ) {
strncmp           486 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "TMW", stop - start ) ) {
strncmp           488 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "EID", stop - start ) ) {
strncmp           490 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "ETP", stop - start ) ) {
strncmp           515 source3/lib/eventlog/eventlog.c 	else if ( 0 == strncmp( start, "ECT", stop - start ) ) {
strncmp           517 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "RS2", stop - start ) ) {
strncmp           519 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "CRN", stop - start ) ) {
strncmp           521 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "USL", stop - start ) ) {
strncmp           523 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "SRC", stop - start ) ) {
strncmp           534 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "SRN", stop - start ) ) {
strncmp           545 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "SID", stop - start ) ) {
strncmp           561 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "STR", stop - start ) ) {
strncmp           584 source3/lib/eventlog/eventlog.c 	} else if ( 0 == strncmp( start, "DAT", stop - start ) ) {
strncmp            71 source3/lib/ldb/common/ldb.c 		if (strncmp(backend->name, url, strlen(backend->name)) == 0) {
strncmp            54 source3/lib/ldb/common/ldb_ldif.c 	if (strncmp(fname, "file://", 7) != 0) {
strncmp           444 source3/lib/ldb/common/ldb_ldif.c 	if (strncmp(*s, "-\n", 2) == 0) {
strncmp           325 source3/lib/ldb/common/ldb_modules.c 			if (strncmp(options[i], LDB_MODULE_PREFIX, LDB_MODULE_PREFIX_LEN) == 0) {
strncmp          1670 source3/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if (strncmp(url, "sqlite3://", 10) != 0) {
strncmp          1087 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (strncmp((char *)key.dptr, dn, strlen(dn)) == 0) {
strncmp          1104 source3/lib/ldb/ldb_tdb/ldb_index.c 	if (strncmp((char *)key.dptr, "DN=@", 4) == 0 ||
strncmp          1105 source3/lib/ldb/ldb_tdb/ldb_index.c 	    strncmp((char *)key.dptr, "DN=", 3) != 0) {
strncmp           372 source3/lib/ldb/ldb_tdb/ldb_search.c 	    strncmp((char *)key.dptr, "DN=", 3) != 0) {
strncmp          1015 source3/lib/ldb/ldb_tdb/ldb_tdb.c 		if (strncmp(url, "tdb://", 6) != 0) {
strncmp            86 source3/lib/ldb/samba/ldif_handlers.c 	if (strncmp("S-", (const char *)v->data, 2) != 0) return False;
strncmp           250 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "vlv:", 4) == 0) {
strncmp           305 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "dirsync:", 8) == 0) {
strncmp           347 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "asq:", 4) == 0) {
strncmp           375 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "extended_dn:", 12) == 0) {
strncmp           399 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "sd_flags:", 9) == 0) {
strncmp           424 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "search_options:", 15) == 0) {
strncmp           449 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "domain_scope:", 13) == 0) {
strncmp           470 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "paged_results:", 14) == 0) {
strncmp           497 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "server_sort:", 12) == 0) {
strncmp           531 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "notification:", 13) == 0) {
strncmp           552 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "show_deleted:", 13) == 0) {
strncmp           573 source3/lib/ldb/tools/cmdline.c 		if (strncmp(control_strings[i], "permissive_modify:", 18) == 0) {
strncmp           351 source3/lib/ldb/tools/oLschema2ldif.c 		if (strncmp(c, "attributetype", 13) == 0) {
strncmp           358 source3/lib/ldb/tools/oLschema2ldif.c 		if (strncmp(c, "objectclass", 11) == 0) {
strncmp           157 source3/lib/privileges.c 	if ( strncmp((char *)rec->key.dptr, PRIVPREFIX, prefixlen) != 0)
strncmp          1244 source3/lib/system.c 	int attrnamespace = (strncmp(name, "system", 6) == 0) ? 
strncmp          1268 source3/lib/system.c 	if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT;
strncmp          1299 source3/lib/system.c 	int attrnamespace = (strncmp(name, "system", 6) == 0) ? 
strncmp          1319 source3/lib/system.c 	if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT;
strncmp          1352 source3/lib/system.c 	int attrnamespace = (strncmp(name, "system", 6) == 0) ? 
strncmp          1372 source3/lib/system.c 	if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT;
strncmp          1656 source3/lib/system.c 	int attrnamespace = (strncmp(name, "system", 6) == 0) ? 
strncmp          1665 source3/lib/system.c 	if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT;
strncmp          1693 source3/lib/system.c 	int attrnamespace = (strncmp(name, "system", 6) == 0) ? 
strncmp          1702 source3/lib/system.c 	if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT;
strncmp          1732 source3/lib/system.c 	int attrnamespace = (strncmp(name, "system", 6) == 0) ? 
strncmp          1741 source3/lib/system.c 	if (strncmp(name, "system", 6) == 0) flags |= ATTR_ROOT;
strncmp          1772 source3/lib/system.c 	int attrnamespace = (strncmp(name, "system", 6) == 0) ? 
strncmp          1800 source3/lib/system.c 	if (strncmp(name, "system", 6) == 0) myflags |= ATTR_ROOT;
strncmp          1835 source3/lib/system.c 	int attrnamespace = (strncmp(name, "system", 6) == 0) ? 
strncmp          1864 source3/lib/system.c 	if (strncmp(name, "system", 6) == 0) myflags |= ATTR_ROOT;
strncmp          1901 source3/lib/system.c 	int attrnamespace = (strncmp(name, "system", 6) == 0) ? 
strncmp          1929 source3/lib/system.c 	if (strncmp(name, "system", 6) == 0) myflags |= ATTR_ROOT;
strncmp           745 source3/lib/util.c 	if(strncmp(str, ".\\", 2) == 0) {
strncmp           797 source3/lib/util.c 	if(strncmp(str, "./", 2) == 0) {
strncmp           161 source3/lib/util_str.c 		return strncmp(ps, pt, len-n);
strncmp           169 source3/lib/util_str.c 		return strncmp(ps, pt, len-n);
strncmp          1339 source3/lib/util_str.c 			if (strncmp(s, findstr, findstr_len) == 0) {
strncmp          3206 source3/libads/ldap.c 	if (strncmp(p, ";<SID=", strlen(";<SID=")) != 0) {
strncmp           199 source3/libgpo/gpext/registry.c 	if (strncmp(*value, "**", 2) != 0) {
strncmp           780 source3/libgpo/gpo_ldap.c 		if (strncmp(parent_dn, "DC=", strlen("DC=")) == 0) {
strncmp           826 source3/libgpo/gpo_ldap.c 		if (strncmp(parent_dn, "OU=", strlen("OU=")) == 0) {
strncmp          1711 source3/libsmb/clikrb5.c 		if ((strncmp(keytab_name_req, "WRFILE:/", 8) == 0) || 
strncmp          1712 source3/libsmb/clikrb5.c 		    (strncmp(keytab_name_req, "FILE:/", 6) == 0)) {
strncmp          1747 source3/libsmb/clikrb5.c 	if (strncmp(tmp, "ANY:", 4) == 0) {
strncmp          1754 source3/libsmb/clikrb5.c 		if (strncmp(kt_str, "WRFILE:", 7) == 0) {
strncmp          1760 source3/libsmb/clikrb5.c 		if (strncmp(kt_str, "FILE:", 5) == 0) {
strncmp           332 source3/libsmb/clirap.c 				(strncmp(last_entry, p, 16) == 0)) {
strncmp          1212 source3/libsmb/libsmb_dir.c 	if (strncmp(finfo->name, ".", 1) != 0 &&
strncmp          1213 source3/libsmb/libsmb_dir.c             strncmp(finfo->name, "..", 2) != 0) {
strncmp           267 source3/libsmb/libsmb_path.c 	if (strncmp(s,SMBC_PREFIX,len) || (s[len] != '/' && s[len] != 0)) {
strncmp           275 source3/libsmb/libsmb_path.c 	if (strncmp(p, "//", 2) && strncmp(p, "\\\\", 2)) {
strncmp           230 source3/libsmb/libsmb_xattr.c                 if (strncmp(str, "S-", 2) == 0) {
strncmp           347 source3/libsmb/libsmb_xattr.c 	if (strncmp(tok, "0x", 2) == 0) {
strncmp            40 source3/modules/developer.c 			if (strncmp((*inbuf), 
strncmp          2445 source3/modules/getdate.c     if ((abbrev ? strncmp (word, tp->name, 3) : strcmp (word, tp->name)) == 0)
strncmp           744 source3/modules/getdate.y     if ((abbrev ? strncmp (word, tp->name, 3) : strcmp (word, tp->name)) == 0)
strncmp           404 source3/modules/onefs_notify.c 	if (!strncmp(path, ".ifsvar", 7)) {
strncmp            72 source3/modules/vfs_expand_msdfs.c 		if (strncmp(client_addr(get_client_fd(),addr,sizeof(addr)),
strncmp           189 source3/modules/vfs_expand_msdfs.c 	if ((strncmp(target, "msdfs:", strlen("msdfs:")) == 0) &&
strncmp            63 source3/modules/vfs_fileid.c 		if (strncmp(m->mnt_fsname, "/dev/", 5) == 0) {
strncmp           453 source3/modules/vfs_recycle.c 	if (strncmp(file_name, repository, strlen(repository)) == 0) {
strncmp            66 source3/modules/vfs_shadow_copy.c 	if (strncmp(SHADOW_COPY_PREFIX,name, sizeof(SHADOW_COPY_PREFIX)-1)==0 &&
strncmp            83 source3/modules/vfs_shadow_copy2.c 	if (strncmp(name, "@GMT-", 5) != 0) return False;
strncmp           262 source3/modules/vfs_shadow_copy2.c 	if (strncmp(basedir, handle->conn->connectpath, baselen) != 0 ||
strncmp           625 source3/modules/vfs_streams_xattr.c 		if (strncmp(names[i], SAMBA_XATTR_DOSSTREAM_PREFIX,
strncmp            40 source3/modules/weird.c 			if (strncmp((*inbuf), 
strncmp           294 source3/nmbd/nmbd_incomingrequests.c 	if ((l1==l3) && strncmp(n1,global_myname(),l3) == 0 && 
strncmp           295 source3/nmbd/nmbd_incomingrequests.c 			(l2!=l3 || strncmp(n2,global_myname(),l3) != 0))
strncmp           298 source3/nmbd/nmbd_incomingrequests.c 	if ((l2==l3) && strncmp(n2,global_myname(),l3) == 0 && 
strncmp           299 source3/nmbd/nmbd_incomingrequests.c 			(l1!=l3 || strncmp(n1,global_myname(),l3) != 0))
strncmp           632 source3/nmbd/nmbd_winsserver.c 		if (strncmp(line,"VERSION ", 8) == 0) {
strncmp           192 source3/pam_smbpass/support.c 	        && !strncmp(argv[i], smb_args[j].token, strlen(smb_args[j].token)))
strncmp           223 source3/pam_smbpass/support.c 	        && !strncmp(*argv, smb_args[j].token, strlen(smb_args[j].token)))
strncmp          8380 source3/param/loadparm.c 	if (strncmp(lines[1], "path=", 5) != 0) {
strncmp          8390 source3/param/loadparm.c 	if (strncmp(lines[2], "comment=", 8) != 0) {
strncmp          8401 source3/param/loadparm.c 	if (strncmp(lines[3], "usershare_acl=", 14) != 0) {
strncmp          8410 source3/param/loadparm.c 		if (strncmp(lines[4], "guest_ok=", 9) != 0) {
strncmp           301 source3/passdb/pdb_ldap.c 	if (!strncmp(p, "csn=", strlen("csn=")))
strncmp            73 source3/passdb/pdb_tdb.c 	if (strncmp((char *)rec->key.dptr, USERPREFIX, USERPREFIX_LEN) != 0) {
strncmp          1115 source3/passdb/pdb_tdb.c 	    || (strncmp((char *)rec->key.dptr, RIDPREFIX, prefixlen))) {
strncmp           965 source3/passdb/secrets.c 	    || (strncmp((char *)rec->key.dptr, SECRETS_DOMTRUST_ACCT_PASS,
strncmp            40 source3/printing/lpq_parse.c 			if (!strncmp(tok[ptr], Months[i],3)) {
strncmp           467 source3/printing/lpq_parse.c 		if (!strncmp(line,"\tfence priority : ",18)) {
strncmp           273 source3/printing/nt_printing.c 		if (strncmp((const char *)kbuf.dptr, FORMS_PREFIX, strlen(FORMS_PREFIX)) == 0) {
strncmp           287 source3/printing/nt_printing.c 		if (strncmp((const char *)kbuf.dptr, PRINTERS_PREFIX, strlen(PRINTERS_PREFIX)) == 0) {
strncmp           301 source3/printing/nt_printing.c 		if (strncmp((const char *)kbuf.dptr, SECDESC_PREFIX, strlen(SECDESC_PREFIX)) == 0) {
strncmp           345 source3/printing/nt_printing.c 	if ( strncmp((const char *) key.dptr, SECDESC_PREFIX, strlen(SECDESC_PREFIX) ) != 0 ) {
strncmp           467 source3/printing/nt_printing.c 	if ( strncmp((const char *) key.dptr, PRINTERS_PREFIX, strlen(PRINTERS_PREFIX) ) == 0 ) {
strncmp           470 source3/printing/nt_printing.c 	else if ( strncmp((const char *) key.dptr, SECDESC_PREFIX, strlen(SECDESC_PREFIX) ) == 0 ) {
strncmp           774 source3/printing/nt_printing.c 		if (strncmp((const char *)kbuf.dptr, FORMS_PREFIX, strlen(FORMS_PREFIX)) != 0)
strncmp           908 source3/printing/nt_printing.c 		if (!strncmp((*list)[n].name, del_name, strlen(del_name))) {
strncmp           944 source3/printing/nt_printing.c 		if (!strncmp((*list)[n].name, form->form_name, strlen(form->form_name)))
strncmp           984 source3/printing/nt_printing.c 		if (strncmp((const char *)kbuf.dptr, key, strlen(key)) != 0)
strncmp            89 source3/printing/print_svid.c 		if(!strncmp("for ", ++tmp, 4)) {
strncmp           103 source3/printing/print_svid.c 		if(!strncmp("remote to", tmp, 9))
strncmp           654 source3/printing/printing.c 	if (strncmp(fname,PRINT_SPOOL_PREFIX,strlen(PRINT_SPOOL_PREFIX)) != 0)
strncmp            54 source3/registry/reg_backend_current_version.c 	if (strncmp(path, KEY_CURRENT_VERSION_NORM, strlen(path)) != 0) {
strncmp            88 source3/registry/reg_backend_perflib.c 	if (strncmp(path, KEY_PERFLIB_NORM, strlen(path)) == 0) {
strncmp            90 source3/registry/reg_backend_perflib.c 	} else if (strncmp(path, KEY_PERFLIB_009_NORM, strlen(path)) == 0) {
strncmp           186 source3/registry/reg_backend_printing.c 	if (strncmp(path, KEY_WINNT_PRINTERS, strlen(KEY_WINNT_PRINTERS)) == 0) {
strncmp          1183 source3/registry/reg_backend_printing.c 		if (strncmp( path, print_registry[i].path, strlen(print_registry[i].path) ) == 0 )
strncmp           109 source3/registry/regfio.c 		if ( strncmp( hdr, "hbin", HBIN_HDR_SIZE ) != 0 ) {
strncmp          1452 source3/rpc_server/srv_pipe.c 	if (strncmp((char *)blob.data, "NTLMSSP", 7) != 0) {
strncmp           640 source3/rpc_server/srv_winreg_nt.c 		if (strncmp(share_path, p, strlen(share_path)) == 0) {
strncmp            38 source3/rpcclient/cmd_lsarpc.c 	if (strncmp(name, "S-", 2) == 0 &&
strncmp           820 source3/rpcclient/cmd_spoolss.c 	if (strncmp(argv[1], ".", sizeof(".")) == 0)
strncmp           887 source3/rpcclient/cmd_spoolss.c 	if (strncmp(argv[1], ".", sizeof(".")) == 0)
strncmp            84 source3/rpcclient/rpcclient.c 			if ((strncmp(text, commands->cmd_set[i].name, strlen(text)) == 0) &&
strncmp           105 source3/smbd/chgpasswd.c 		if (strncmp(dpname, "pty", 3) == 0 && strlen(dpname) == 5) {
strncmp            86 source3/smbd/fake_file.c 		if (strncmp(fname,fake_files[i].name,strlen(fake_files[i].name))==0) {
strncmp           196 source3/smbd/lanman.c 	return(strncmp(str,prefix,strlen(prefix)) == 0);
strncmp           331 source3/smbd/lanman.c 	SMB_ASSERT(strncmp(str,p->curpos,strlen(str)) == 0);
strncmp           642 source3/smbd/notify_internal.c 			cmp = strncmp(path, e->path, p_len);
strncmp           665 source3/smbd/notify_internal.c 			    strncmp(path, e->path, p_len) != 0) break;
strncmp            94 source3/smbd/pipes.c 	if ( strncmp(pipe_name,PIPE,PIPELEN) != 0 ) {
strncmp          1916 source3/smbd/process.c 	if (strncmp("::ffff:", addr, 7) == 0) {
strncmp           691 source3/smbd/seal.c 	if (strncmp((char *)pdata, "NTLMSSP", 7) == 0) {
strncmp           694 source3/smbd/service.c 	conn->printer = (strncmp(dev,"LPT",3) == 0);
strncmp           695 source3/smbd/service.c 	conn->ipc = ( (strncmp(dev,"IPC",3) == 0) ||
strncmp          1288 source3/smbd/sesssetup.c 	if (strncmp((char *)(blob1.data), "NTLMSSP", 7) == 0) {
strncmp           948 source3/smbd/vfs.c 	if (!lp_widelinks(SNUM(conn)) && (strncmp(conn->connectpath, resolved_name, con_path_len) != 0)) {
strncmp           108 source3/torture/pdbtest.c 	} else if (strncmp(s1_buf, s2_buf, s1_len)) {
strncmp           244 source3/torture/torture.c 	if (strncmp(unc_name, "\\\\", 2) &&
strncmp           245 source3/torture/torture.c 	    strncmp(unc_name, "//", 2)) {
strncmp           908 source3/torture/torture.c 		if (!strncmp(params[0],"SMB", 3)) {
strncmp          6158 source3/torture/torture.c 	if (strncmp(argv[1], "//", 2)) {
strncmp            63 source3/torture/utable.c 		if (strncmp(alt_name, "X_A_L", 5) != 0) {
strncmp            70 source3/torture/vfstest.c 			if ((strncmp(text, commands->cmd_set[i].name, strlen(text)) == 0) &&
strncmp           179 source3/utils/net.c 	     || (strncmp(argv[0], "S-1-5-21-", strlen("S-1-5-21-")) != 0)
strncmp           199 source3/utils/net.c 	     || (strncmp(argv[0], "S-1-5-21-", strlen("S-1-5-21-")) != 0)
strncmp           562 source3/utils/net_groupmap.c 		have_map = ( (strncmp(ntgroup, "S-", 2) == 0) &&
strncmp            48 source3/utils/net_idmap.c 	if (strncmp((char *)key.dptr, "S-", 2) != 0)
strncmp            68 source3/utils/net_rpc_rights.c 	if ( strncmp(name, "S-", 2) == 0 && string_to_sid(sid, name) ) {
strncmp            49 source3/utils/net_rpc_shell.c 		bool match = (strncmp(text, c->name, strlen(text)) == 0);
strncmp           738 source3/utils/ntlm_auth.c 		if(strncmp(buf, "SF ", 3) == 0){
strncmp           751 source3/utils/ntlm_auth.c 	if ((strncmp(buf, "PW ", 3) == 0)) {
strncmp           770 source3/utils/ntlm_auth.c 	if (strncmp(buf, "YR", 2) == 0) {
strncmp           774 source3/utils/ntlm_auth.c 	} else if (strncmp(buf, "KK", 2) == 0) {
strncmp           776 source3/utils/ntlm_auth.c 	} else if (strncmp(buf, "GF", 2) == 0) {
strncmp           787 source3/utils/ntlm_auth.c 	} else if (strncmp(buf, "GK", 2) == 0) {
strncmp           874 source3/utils/ntlm_auth.c 		if(strncmp(buf, "SF ", 3) == 0) {
strncmp           887 source3/utils/ntlm_auth.c 	if (strncmp(buf, "PW ", 3) == 0) {
strncmp           926 source3/utils/ntlm_auth.c 	if (strncmp(buf, "YR", 2) == 0) {
strncmp           930 source3/utils/ntlm_auth.c 	} else if (strncmp(buf, "TT", 2) == 0) {
strncmp           932 source3/utils/ntlm_auth.c 	} else if (strncmp(buf, "GF", 2) == 0) {
strncmp           944 source3/utils/ntlm_auth.c 	} else if (strncmp(buf, "GK", 2) == 0 ) {
strncmp          1139 source3/utils/ntlm_auth.c 	if (strncmp(buf, "YR", 2) == 0) {
strncmp          1142 source3/utils/ntlm_auth.c 	} else if (strncmp(buf, "KK", 2) == 0) {
strncmp          1619 source3/utils/ntlm_auth.c 	if (strncmp(buf, "PW ", 3) == 0) {
strncmp          1637 source3/utils/ntlm_auth.c 	if ( (strncmp(buf, "TT ", 3) != 0) &&
strncmp          1638 source3/utils/ntlm_auth.c 	     (strncmp(buf, "AF ", 3) != 0) &&
strncmp          1639 source3/utils/ntlm_auth.c 	     (strncmp(buf, "NA ", 3) != 0) ) {
strncmp           207 source3/utils/sharesec.c 	if (strncmp(tok, "ALLOWED", strlen("ALLOWED")) == 0) {
strncmp           209 source3/utils/sharesec.c 	} else if (strncmp(tok, "DENIED", strlen("DENIED")) == 0) {
strncmp           239 source3/utils/sharesec.c 	if (strncmp(tok, "0x", 2) == 0) {
strncmp           197 source3/utils/smbcacls.c 	if (strncmp(str, "S-", 2) == 0) {
strncmp           417 source3/utils/smbcacls.c 	if (strncmp(tok, "ALLOWED", strlen("ALLOWED")) == 0) {
strncmp           419 source3/utils/smbcacls.c 	} else if (strncmp(tok, "DENIED", strlen("DENIED")) == 0) {
strncmp           473 source3/utils/smbcacls.c 	if (strncmp(tok, "0x", 2) == 0) {
strncmp           560 source3/utils/smbcacls.c 		if (strncmp(tok,"REVISION:", 9) == 0) {
strncmp           565 source3/utils/smbcacls.c 		if (strncmp(tok,"OWNER:", 6) == 0) {
strncmp           579 source3/utils/smbcacls.c 		if (strncmp(tok,"GROUP:", 6) == 0) {
strncmp           593 source3/utils/smbcacls.c 		if (strncmp(tok,"ACL:", 4) == 0) {
strncmp           115 source3/utils/smbcquotas.c 	if (strncmp(str, "S-", 2) == 0) {
strncmp           240 source3/winbindd/idmap.c 	if (strncmp(param, "idmap_", 6) == 0) {
strncmp          1138 source3/winbindd/idmap_tdb.c 	if (strncmp((const char *)rec->key.dptr, "S-", 2) == 0) {
strncmp           488 source3/winbindd/idmap_tdb2.c 	} else if (strncmp(line, "SID:S-", 6) == 0) {
strncmp            73 source3/winbindd/winbindd_cache.c 		if (strncmp(non_centry_keys[i], (const char *)kbuf.dptr, namelen) == 0) {
strncmp          2460 source3/winbindd/winbindd_cache.c 	if (strncmp((const char *)kbuf.dptr, "UL/", 3) == 0 ||
strncmp          2461 source3/winbindd/winbindd_cache.c 	    strncmp((const char *)kbuf.dptr, "GL/", 3) == 0)
strncmp          2917 source3/winbindd/winbindd_cache.c 	if (strncmp((const char *)kbuf.dptr, "CRED/", 5) == 0) {
strncmp          2951 source3/winbindd/winbindd_cache.c 	if (strncmp((const char *)kbuf.dptr, "CRED/", 5) == 0) {
strncmp          3660 source3/winbindd/winbindd_cache.c 	if (strncmp("UA/", (const char *)kbuf.dptr, 3) == 0) {
strncmp          3673 source3/winbindd/winbindd_cache.c 				strncmp(key_val[i].keyname, (const char *)kbuf.dptr, namelen)) == 0) {
strncmp           596 source4/client/cifsdd.c 		if (strncmp(*dd_args, "bs=", 3) == 0) {
strncmp          1276 source4/client/client.c 		if (strncmp(list->file_path, name, strlen(name)) != 0) {
strncmp          2797 source4/client/client.c 	if ((info->count < MAX_COMPLETIONS - 1) && (strncmp(info->text, f->name, info->len) == 0) && (!ISDOT(f->name)) && (!ISDOTDOT(f->name))) {
strncmp          2820 source4/client/client.c 			while (strncmp(info->matches[info->count], info->matches[info->count-1], info->samelen) != 0)
strncmp          2898 source4/client/client.c 			if ((strncmp(commands[i].name, text, sp - buf) == 0) && (commands[i].name[sp - buf] == 0))
strncmp          2925 source4/client/client.c 			if (strncmp(text, commands[i].name, len) == 0) {
strncmp          2932 source4/client/client.c 					while (strncmp(matches[count], matches[count-1], samelen) != 0)
strncmp          3060 source4/client/client.c 	if (strncmp(specified_share, "\\\\", 2) == 0 ||
strncmp          3061 source4/client/client.c 	    strncmp(specified_share, "//", 2) == 0) {
strncmp            74 source4/client/mount.cifs.c 		if (strncmp(data, "user", 4) == 0) {
strncmp            87 source4/client/mount.cifs.c 	} else if (strncmp(data, "pass", 4) == 0) {
strncmp            99 source4/client/mount.cifs.c 	} else if (strncmp(data, "ip", 2) == 0) {
strncmp           108 source4/client/mount.cifs.c 	} else if ((strncmp(data, "unc", 3) == 0)
strncmp           109 source4/client/mount.cifs.c 		   || (strncmp(data, "target", 6) == 0)
strncmp           110 source4/client/mount.cifs.c 		   || (strncmp(data, "path", 4) == 0)) {
strncmp           120 source4/client/mount.cifs.c 			if (strncmp(value, "//", 2) == 0) {
strncmp           125 source4/client/mount.cifs.c 			} else if (strncmp(value, "\\\\", 2) != 0) {	                   
strncmp           138 source4/client/mount.cifs.c 	} else if ((strncmp(data, "domain", 3) == 0)
strncmp           139 source4/client/mount.cifs.c 		   || (strncmp(data, "workgroup", 5) == 0)) {
strncmp           150 source4/client/mount.cifs.c 	} else if (strncmp(data, "uid", 3) == 0) {
strncmp           154 source4/client/mount.cifs.c 	} else if (strncmp(data, "gid", 3) == 0) {
strncmp           220 source4/client/mount.cifs.c 		if(strncmp(unc_name,"//",2) && strncmp(unc_name,"\\\\",2)) {
strncmp           334 source4/client/tree.c   if (strncmp(signame, "expand", 6) == 0) { /* Expand called */
strncmp           438 source4/client/tree.c   else if (strncmp(signame, "collapse", 8) == 0) {
strncmp           496 source4/client/tree.c   if (strncmp(signame, "expand", 6) == 0) { /* Expand called */
strncmp           252 source4/dsdb/schema/schema_init.c 				if (strncmp(ctr->mappings[i].oid.oid, schema->prefixes[j].oid, oid_len) != 0) {
strncmp           411 source4/dsdb/schema/schema_init.c 		if (strncmp(prefixes[i].oid, in, prefixes[i].oid_len) != 0) {
strncmp           345 source4/heimdal/lib/hdb/hdb.c 	if (strncmp (filename, h->prefix, strlen(h->prefix)) == 0) {
strncmp           351 source4/heimdal/lib/hdb/hdb.c     if (strncmp(filename, "/", 1) == 0
strncmp           352 source4/heimdal/lib/hdb/hdb.c 	|| strncmp(filename, "./", 2) == 0
strncmp           353 source4/heimdal/lib/hdb/hdb.c 	|| strncmp(filename, "../", 3) == 0)
strncmp           411 source4/heimdal/lib/hdb/hdb.c 			    if (strncmp (filename, h->prefix, strlen(h->prefix)) == 0
strncmp           159 source4/heimdal/lib/hx509/env.c 	if (strncmp(key, env->name ,len) == 0
strncmp           218 source4/heimdal/lib/hx509/file.c 	    if (strncmp("-----BEGIN ", buf, 11) == 0) {
strncmp           253 source4/heimdal/lib/hx509/file.c 	    if (strncmp("-----END ", buf, 9) == 0) {
strncmp           251 source4/heimdal/lib/hx509/req.c     if (strncmp(path, "PKCS10:", 7) != 0) {
strncmp           410 source4/heimdal/lib/hx509/revoke.c     if (strncmp(path, "FILE:", 5) != 0) {
strncmp           618 source4/heimdal/lib/hx509/revoke.c     if (strncmp(path, "FILE:", 5) != 0) {
strncmp           162 source4/heimdal/lib/krb5/cache.c 	if(strncmp(context->cc_ops[i].prefix, name, prefix_len) == 0
strncmp           200 source4/heimdal/lib/krb5/krbhst.c     if(strncmp(p, "http://", 7) == 0){
strncmp           203 source4/heimdal/lib/krb5/krbhst.c     } else if(strncmp(p, "http/", 5) == 0) {
strncmp           207 source4/heimdal/lib/krb5/krbhst.c     }else if(strncmp(p, "tcp/", 4) == 0){
strncmp           210 source4/heimdal/lib/krb5/krbhst.c     } else if(strncmp(p, "udp/", 4) == 0) {
strncmp           295 source4/heimdal/lib/krb5/log.c     }else if(strncmp(p, "FILE", 4) == 0 && (p[4] == ':' || p[4] == '=')){
strncmp           330 source4/heimdal/lib/krb5/log.c     }else if(strncmp(p, "DEVICE", 6) == 0 && (p[6] == ':' || p[6] == '=')){
strncmp           332 source4/heimdal/lib/krb5/log.c     }else if(strncmp(p, "SYSLOG", 6) == 0 && (p[6] == '\0' || p[6] == ':')){
strncmp          1015 source4/heimdal/lib/krb5/principal.c         strncmp(instance, local_hostname, strlen(instance)) == 0 &&
strncmp            87 source4/heimdal/lib/krb5/replay.c     if(strncmp(string_name, "FILE:", 5)) {
strncmp           274 source4/heimdal/lib/krb5/send_to_kdc.c     if (strncmp (proxy, "http://", 7) == 0)
strncmp           105 source4/heimdal/lib/krb5/transited.c     }else if(strncmp(from, to, strlen(to)) == 0){
strncmp           113 source4/heimdal/lib/krb5/transited.c 	    if(strncmp(to, from, p - from) == 0)
strncmp           382 source4/heimdal/lib/roken/getarg.c 		if (strncmp (args[i].long_name, p, p_len) == 0) {
strncmp           390 source4/heimdal/lib/roken/getarg.c 		} else if (ISFLAG(args[i]) && strncmp (p, "no-", 3) == 0) {
strncmp           106 source4/heimdal/lib/roken/rkpty.c     if (strncmp(buf, s, len) != 0)
strncmp            88 source4/lib/ldb-samba/ldif_handlers.c 	if (strncmp("S-", (const char *)v->data, 2) != 0) return false;
strncmp           171 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "vlv:", 4) == 0) {
strncmp           228 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "dirsync:", 8) == 0) {
strncmp           272 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "asq:", 4) == 0) {
strncmp           306 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "extended_dn:", 12) == 0) {
strncmp           344 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "sd_flags:", 9) == 0) {
strncmp           375 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "search_options:", 15) == 0) {
strncmp           406 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "domain_scope:", 13) == 0) {
strncmp           433 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "paged_results:", 14) == 0) {
strncmp           466 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "server_sort:", 12) == 0) {
strncmp           506 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "notification:", 13) == 0) {
strncmp           533 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "show_deleted:", 13) == 0) {
strncmp           560 source4/lib/ldb/common/ldb_controls.c 		if (strncmp(control_strings[i], "permissive_modify:", 18) == 0) {
strncmp            53 source4/lib/ldb/common/ldb_ldif.c 	if (strncmp(fname, "file://", 7) != 0) {
strncmp           447 source4/lib/ldb/common/ldb_ldif.c 	if (strncmp(*s, "-\n", 2) == 0) {
strncmp           146 source4/lib/ldb/common/ldb_modules.c 		if (strncmp(builtins[i].backend_ops->name, url,
strncmp           153 source4/lib/ldb/common/ldb_modules.c 		if (strncmp(backend->ops->name, url,
strncmp           408 source4/lib/ldb/common/ldb_modules.c 			if (strncmp(options[i], LDB_MODULE_PREFIX, LDB_MODULE_PREFIX_LEN) == 0) {
strncmp          1673 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c         if (strncmp(url, "sqlite3://", 10) != 0) {
strncmp           238 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (strncmp(ldb_dn_get_linearized(msg->dn), LTDB_INDEX ":", strlen(LTDB_INDEX) + 1) != 0) {
strncmp          1508 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (strncmp((char *)key.dptr, dn, strlen(dn)) == 0) {
strncmp          1528 source4/lib/ldb/ldb_tdb/ldb_index.c 	if (strncmp((char *)key.dptr, "DN=@", 4) == 0 ||
strncmp          1529 source4/lib/ldb/ldb_tdb/ldb_index.c 	    strncmp((char *)key.dptr, "DN=", 3) != 0) {
strncmp           385 source4/lib/ldb/ldb_tdb/ldb_search.c 	    strncmp((char *)key.dptr, "DN=", 3) != 0) {
strncmp          1229 source4/lib/ldb/ldb_tdb/ldb_tdb.c 		if (strncmp(url, "tdb://", 6) != 0) {
strncmp            55 source4/lib/registry/hive.c 	if (!strncmp(peek, "regf", 4)) {
strncmp            58 source4/lib/registry/hive.c 	} else if (!strncmp(peek, "TDB file", 8)) {
strncmp           325 source4/lib/registry/patchfile.c 	if (strncmp(hdr, "CREG", 4) == 0) {
strncmp           328 source4/lib/registry/patchfile.c 	} else if (strncmp(hdr, "regf", 4) == 0) {
strncmp           333 source4/lib/registry/patchfile.c 	if (strncmp(hdr, "PReg", 4) == 0) {
strncmp           218 source4/lib/registry/patchfile_preg.c 	if (strncmp(preg_header.hdr, "PReg", 4) != 0) {
strncmp           606 source4/lib/registry/regf.c 	if (!strncmp((char *)data.data, "li", 2)) {
strncmp           619 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(li.header, "li", 2));
strncmp           627 source4/lib/registry/regf.c 	} else if (!strncmp((char *)data.data, "lf", 2)) {
strncmp           640 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(lf.header, "lf", 2));
strncmp           648 source4/lib/registry/regf.c 	} else if (!strncmp((char *)data.data, "lh", 2)) {
strncmp           661 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(lh.header, "lh", 2));
strncmp           668 source4/lib/registry/regf.c 	} else if (!strncmp((char *)data.data, "ri", 2)) {
strncmp           682 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(ri.header, "ri", 2));
strncmp           697 source4/lib/registry/regf.c 			if (!strncmp((char *)list_data.data, "li", 2)) {
strncmp           709 source4/lib/registry/regf.c 				SMB_ASSERT(!strncmp(li.header, "li", 2));
strncmp           719 source4/lib/registry/regf.c 			} else if (!strncmp((char *)list_data.data, "lh", 2)) {
strncmp           731 source4/lib/registry/regf.c 				SMB_ASSERT(!strncmp(lh.header, "lh", 2));
strncmp           814 source4/lib/registry/regf.c 	if (strncmp(subkey.header, "nk", 2)) {
strncmp           844 source4/lib/registry/regf.c 	if (!strncmp((char *)data.data, "li", 2)) {
strncmp           858 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(li.header, "li", 2));
strncmp           875 source4/lib/registry/regf.c 	} else if (!strncmp((char *)data.data, "lf", 2)) {
strncmp           889 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(lf.header, "lf", 2));
strncmp           897 source4/lib/registry/regf.c 			if (strncmp(lf.hr[i].hash, name, 4)) {
strncmp           910 source4/lib/registry/regf.c 	} else if (!strncmp((char *)data.data, "lh", 2)) {
strncmp           925 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(lh.header, "lh", 2));
strncmp           947 source4/lib/registry/regf.c 	} else if (!strncmp((char *)data.data, "ri", 2)) {
strncmp           960 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(ri.header, "ri", 2));
strncmp           975 source4/lib/registry/regf.c 			if (!strncmp((char *)list_data.data, "li", 2)) {
strncmp           985 source4/lib/registry/regf.c 				SMB_ASSERT(!strncmp(li.header, "li", 2));
strncmp           995 source4/lib/registry/regf.c 			} else if (!strncmp((char *)list_data.data, "lh", 2)) {
strncmp          1006 source4/lib/registry/regf.c 				SMB_ASSERT(!strncmp(lh.header, "lh", 2));
strncmp          1290 source4/lib/registry/regf.c 	if (!strncmp((char *)data.data, "li", 2)) {
strncmp          1303 source4/lib/registry/regf.c 		if (strncmp(li.header, "li", 2) != 0) {
strncmp          1319 source4/lib/registry/regf.c 	} else if (!strncmp((char *)data.data, "lf", 2)) {
strncmp          1331 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(lf.header, "lf", 2));
strncmp          1345 source4/lib/registry/regf.c 	} else if (!strncmp((char *)data.data, "lh", 2)) {
strncmp          1357 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(lh.header, "lh", 2));
strncmp          1370 source4/lib/registry/regf.c 	} else if (!strncmp((char *)data.data, "ri", 2)) {
strncmp          1393 source4/lib/registry/regf.c 	if (strncmp((char *)data.data, "li", 2) == 0) {
strncmp          1410 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(li.header, "li", 2));
strncmp          1437 source4/lib/registry/regf.c 	} else if (strncmp((char *)data.data, "lf", 2) == 0) {
strncmp          1454 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(lf.header, "lf", 2));
strncmp          1483 source4/lib/registry/regf.c 	} else if (strncmp((char *)data.data, "lh", 2) == 0) {
strncmp          1500 source4/lib/registry/regf.c 		SMB_ASSERT(!strncmp(lh.header, "lh", 2));
strncmp          1529 source4/lib/registry/regf.c 	} else if (strncmp((char *)data.data, "ri", 2) == 0) {
strncmp           380 source4/lib/registry/tools/regshell.c 		if (strncmp(text, regshell_cmds[i].name, len) == 0) {
strncmp           387 source4/lib/registry/tools/regshell.c 				while (strncmp(matches[count], matches[count-1], samelen) != 0)
strncmp           440 source4/lib/registry/tools/regshell.c 			if(!strncmp(text, subkeyname, len)) {
strncmp           447 source4/lib/registry/tools/regshell.c 					while (strncmp(matches[j], matches[j-1], samelen) != 0)
strncmp           115 source4/lib/socket/access.c 		if (strncmp(tok, s, tok_len) == 0)
strncmp          1754 source4/lib/wmi/wmi_wrap.c   return s ? s : strncmp((char *)v->pack, (char *)w->pack, 2*v->size);
strncmp          4243 source4/lib/wmi/wmi_wrap.c           if (strncmp(const_table[j].name, name, 
strncmp           243 source4/libcli/cliconnect.c 	if (strncmp(unc_name, "\\\\", 2) &&
strncmp           244 source4/libcli/cliconnect.c 	    strncmp(unc_name, "//", 2)) {
strncmp            45 source4/libcli/security/sddl.c 			if (strncmp(map[i].name, str, l) == 0) {
strncmp           101 source4/libcli/security/sddl.c 	if (strncmp(sddl, "S-", 2) == 0) {
strncmp           117 source4/libcli/security/sddl.c 		if (strncmp(sid_codes[i].code, sddl, 2) == 0) break;
strncmp           216 source4/libcli/security/sddl.c 	if (strncmp(tok[2], "0x", 2) == 0) {
strncmp           269 source4/nbt_server/wins/winsdb.c 	if (strncmp("winsOwner:", p, 10) != 0) {
strncmp           290 source4/nbt_server/wins/winsdb.c 	if (strncmp("expireTime:", p, 11) != 0) {
strncmp           636 source4/ntvfs/common/notify.c 			cmp = strncmp(path, e->path, p_len);
strncmp           659 source4/ntvfs/common/notify.c 			    strncmp(path, e->path, p_len) != 0) break;
strncmp            60 source4/ntvfs/posix/pvfs_rename.c 	    strncmp(name1->full_name, name2, r1-name1->full_name) != 0) {
strncmp           366 source4/ntvfs/posix/pvfs_rename.c 	if (strncmp(dir_path, name2->full_name, strlen(dir_path)) != 0 ||
strncmp          2171 source4/rpc_server/lsa/dcesrv_lsa.c 	if (strncmp("G$", r->in.name.string, 2) == 0) {
strncmp          2318 source4/rpc_server/lsa/dcesrv_lsa.c 	if (strncmp("G$", r->in.name.string, 2) == 0) {
strncmp            69 source4/rpc_server/spoolss/dcesrv_spoolss.c 	if (strncmp("\\\\", name, 2) == 0) {
strncmp           108 source4/rpc_server/spoolss/dcesrv_spoolss.c 	if (strncmp(object, XCV_PORT, strlen(XCV_PORT)) == 0) {
strncmp           120 source4/rpc_server/spoolss/dcesrv_spoolss.c 	} else if (strncmp(object, XCV_MONITOR, strlen(XCV_MONITOR)) == 0) {
strncmp           170 source4/rpc_server/spoolss/dcesrv_spoolss.c 	if (strncmp("\\\\", server_name, 2) != 0) {
strncmp          1185 source4/rpc_server/spoolss/dcesrv_spoolss.c 	if (strncmp(r->in.local_machine, "\\\\", 2))
strncmp           133 source4/smb_server/smb/service.c 	if (strncmp(service, "\\\\", 2) == 0) {
strncmp           250 source4/smb_server/smb2/tcon.c 	if (strncmp(service, "\\\\", 2) == 0) {
strncmp           336 source4/smbd/service_named_pipe.c 	if (strncmp(pipe_name, "\\pipe\\", 6) == 0) {
strncmp            67 source4/torture/basic/utable.c 		if (strncmp(alt_name, "X_A_L", 5) != 0) {
strncmp          3110 source4/torture/gentest.c 	if (strncmp(p, "//", 2) != 0) return false;
strncmp           120 source4/torture/nbench/nbench.c 		if (!strncmp(params[0],"SMB", 3)) {
strncmp           125 source4/torture/nbench/nbench.c 		if (strncmp(params[i-1], "NT_STATUS_", 10) != 0 &&
strncmp           126 source4/torture/nbench/nbench.c 		    strncmp(params[i-1], "0x", 2) != 0) {
strncmp           133 source4/torture/nbench/nbench.c 		if (strncmp(params[i-1], "0x", 2) == 0) {
strncmp           717 source4/torture/winbind/struct_based.c 		torture_assert(torture, strncmp(lp, ": ", 2) == 0,
strncmp           299 source4/utils/ntlm_auth.c 	if (strncmp(buf, "PW ", 3) == 0) {
strncmp           429 source4/utils/ntlm_auth.c 		if(strncmp(buf, "SF ", 3) == 0) {
strncmp           441 source4/utils/ntlm_auth.c 	if (strncmp(buf, "YR", 2) == 0) {
strncmp           446 source4/utils/ntlm_auth.c 	} else if ( (strncmp(buf, "OK", 2) == 0)) {
strncmp           451 source4/utils/ntlm_auth.c 	} else if ( (strncmp(buf, "TT ", 3) != 0) &&
strncmp           452 source4/utils/ntlm_auth.c 		    (strncmp(buf, "KK ", 3) != 0) &&
strncmp           453 source4/utils/ntlm_auth.c 		    (strncmp(buf, "AF ", 3) != 0) &&
strncmp           454 source4/utils/ntlm_auth.c 		    (strncmp(buf, "NA ", 3) != 0) && 
strncmp           455 source4/utils/ntlm_auth.c 		    (strncmp(buf, "UG", 2) != 0) && 
strncmp           456 source4/utils/ntlm_auth.c 		    (strncmp(buf, "PW ", 3) != 0) &&
strncmp           457 source4/utils/ntlm_auth.c 		    (strncmp(buf, "GK", 2) != 0) &&
strncmp           458 source4/utils/ntlm_auth.c 		    (strncmp(buf, "GF", 2) != 0)) {
strncmp           577 source4/utils/ntlm_auth.c 	if (strncmp(buf, "PW ", 3) == 0) {
strncmp           591 source4/utils/ntlm_auth.c 	if (strncmp(buf, "UG", 2) == 0) {
strncmp           622 source4/utils/ntlm_auth.c 	if (strncmp(buf, "GK", 2) == 0) {
strncmp           640 source4/utils/ntlm_auth.c 	if (strncmp(buf, "GF", 2) == 0) {
strncmp           351 source4/utils/oLschema2ldif.c 		if (strncmp(c, "attributetype", 13) == 0) {
strncmp           358 source4/utils/oLschema2ldif.c 		if (strncmp(c, "objectclass", 11) == 0) {