strcspn            51 lib/util/util_strlist.c 		size_t len = strcspn(string, sep);
strcspn           100 lib/util/util_strlist.c 		size_t len = strcspn(string, sep);
strcspn           111 lib/util/util_strlist.c 			len = strcspn(string, "\"");
strcspn           173 libcli/nbt/nbtname.c 		complen = strcspn(s, ".");
strcspn            88 source3/lib/ldb/common/ldb_dn.c 		p += strcspn(p, ",=\n+<>#;\\\"");
strcspn           133 source3/lib/ldb/common/ldb_dn.c 		p += strcspn(p, ",=\n+<>#;\\\"");
strcspn           231 source3/lib/ldb/common/ldb_dn.c 		if (strcspn(p, separators) != 0) /* if there are characters between quotes */
strcspn           241 source3/lib/ldb/common/ldb_dn.c 		ret = strcspn(q, separators);
strcspn           100 source3/lib/ldb/tools/oLschema2ldif.c 		n = strcspn(c, " \t$");
strcspn           123 source3/lib/ldb/tools/oLschema2ldif.c 		n = strcspn(c, "\'");
strcspn           128 source3/lib/ldb/tools/oLschema2ldif.c 		n = strcspn(c, " \t\n");
strcspn           146 source3/lib/ldb/tools/oLschema2ldif.c 	n = strcspn(c, " \t\n");
strcspn           179 source3/lib/ldb/tools/oLschema2ldif.c 			n = strcspn(c, ")");
strcspn           219 source3/lib/ldb/tools/oLschema2ldif.c 			n = strcspn(c, ")");
strcspn           238 source3/lib/ldb/tools/oLschema2ldif.c 			n = strcspn(c, ")");
strcspn           323 source3/lib/ldb/tools/oLschema2ldif.c 		c += strcspn(c, " \t\n");
strcspn           375 source3/lib/ldb/tools/oLschema2ldif.c 	n = strcspn(c, " \t");
strcspn           475 source3/smbd/quotas.c 	len=strcspn(mnttype, ":");
strcspn          1032 source3/smbd/quotas.c 	len=strcspn(mnttype, ":");
strcspn           628 source4/dsdb/samdb/cracknames.c 						      strcspn(principal->name.name_string.val[1], "."));
strcspn          1541 source4/heimdal/kdc/pkinit.c 	buf[strcspn(buf, "\n")] = '\0';
strcspn           414 source4/heimdal/kuser/kinit.c 	passwd[strcspn(passwd, "\n")] = '\0';
strcspn            81 source4/heimdal/lib/asn1/asn1_gen.c 	buf[strcspn(buf, "\r\n")] = '\0';
strcspn           231 source4/heimdal/lib/com_err/compile_et.c     Basename[strcspn(Basename, ".")] = '\0';
strcspn           204 source4/heimdal/lib/hx509/file.c 	i = strcspn(buf, "\n");
strcspn           202 source4/heimdal/lib/hx509/lock.c 	s[strcspn(s, "\n")] = '\0';
strcspn            58 source4/heimdal/lib/krb5/config_file.c 	p = ptr->s + strcspn(ptr->s, "\n");
strcspn           161 source4/heimdal/lib/krb5/config_file.c 	buf[strcspn(buf, "\r\n")] = '\0';
strcspn           257 source4/heimdal/lib/krb5/config_file.c 	buf[strcspn(buf, "\r\n")] = '\0';
strcspn           151 source4/heimdal/lib/krb5/keytab.c 	    size_t len = strcspn(context->default_keytab + 4, ",");
strcspn            90 source4/heimdal/lib/krb5/keytab_keyfile.c     buf[strcspn(buf, "\n")] = '\0';
strcspn           111 source4/heimdal/lib/krb5/keytab_keyfile.c 	buf[strcspn(buf, "\n")] = '\0';
strcspn           219 source4/heimdal/lib/krb5/krbhst.c     hi->hostname[strcspn(hi->hostname, "/")] = '\0';
strcspn          1929 source4/heimdal/lib/krb5/pkinit.c 	buf[strcspn(buf, "\n")] = '\0';
strcspn           460 source4/heimdal/lib/krb5/principal.c 	if(strcspn(princ_realm(principal), quotable_chars) == plen)
strcspn           468 source4/heimdal/lib/krb5/principal.c 	if(strcspn(princ_ncomp(principal, i), quotable_chars) == plen)
strcspn            70 source4/heimdal/lib/krb5/prompter_posix.c 	    s[strcspn(s, "\n")] = '\0';
strcspn           110 source4/heimdal/lib/roken/parse_units.c 	u_len = strcspn (p, ", \t");
strcspn           126 source4/heimdal/lib/roken/rkpty.c 	s[strcspn(s, "#\n")] = '\0';
strcspn            51 source4/heimdal/lib/roken/strsep.c     *str = *str + strcspn(*str, delim);
strcspn            54 source4/heimdal/lib/roken/strsep_copy.c     *stringp = *stringp + strcspn(*stringp, delim);
strcspn           173 source4/lib/ldb/common/ldb_dn.c 		p += strcspn(p, ",=\n+<>#;\\\"");
strcspn           296 source4/libcli/security/sddl.c 		len = strcspn(sddl+1, ")");
strcspn            66 source4/param/pyparam.c 			      strcspn(param_name, ":"));
strcspn            87 source4/param/pyparam.c 			  param_name, strcspn(param_name, ":"));
strcspn           100 source4/utils/oLschema2ldif.c 		n = strcspn(c, " \t$");
strcspn           123 source4/utils/oLschema2ldif.c 		n = strcspn(c, "\'");
strcspn           128 source4/utils/oLschema2ldif.c 		n = strcspn(c, " \t\n");
strcspn           146 source4/utils/oLschema2ldif.c 	n = strcspn(c, " \t\n");
strcspn           179 source4/utils/oLschema2ldif.c 			n = strcspn(c, ")");
strcspn           219 source4/utils/oLschema2ldif.c 			n = strcspn(c, ")");
strcspn           238 source4/utils/oLschema2ldif.c 			n = strcspn(c, ")");
strcspn           323 source4/utils/oLschema2ldif.c 		c += strcspn(c, " \t\n");
strcspn           375 source4/utils/oLschema2ldif.c 	n = strcspn(c, " \t");
strcspn           116 source4/web_server/web_server.c 		web->input.url = talloc_strndup(web, &line[4], strcspn(&line[4], " \t"));
strcspn           119 source4/web_server/web_server.c 		web->input.url = talloc_strndup(web, &line[5], strcspn(&line[5], " \t"));