strspn            480 lib/replace/replace.c 	s += strspn(s, delim);
strspn             55 lib/util/util_strlist.c 			string += strspn(string, sep);
strspn            105 lib/util/util_strlist.c 			string += strspn(string, sep);
strspn            184 source3/lib/ldb/common/ldb_dn.c 	p += strspn(p, " \n"); /* skip white spaces */
strspn            229 source3/lib/ldb/common/ldb_dn.c 		p += strspn(p, " \n"); /* skip white spaces after the quote */
strspn            263 source3/lib/ldb/common/ldb_dn.c 	s = string + strspn(string, edge);
strspn             89 source3/lib/ldb/tools/oLschema2ldif.c 	return (string + strspn(string, " \t\n"));
strspn            106 source3/lib/ldb/tools/oLschema2ldif.c 		c += strspn(c, " \t$");
strspn            415 source3/torture/masktest.c 		if (strspn(file+l, ".") == strlen(file+l)) continue;
strspn           1544 source4/heimdal/kdc/pkinit.c 	p = buf + strspn(buf, " \t");
strspn            104 source4/libcli/security/sddl.c 		size_t len = strspn(sddl+2, "-0123456789");
strspn            267 source4/torture/masktest.c 		if (strspn(file+l, ".") == strlen(file+l)) continue;
strspn             89 source4/utils/oLschema2ldif.c 	return (string + strspn(string, " \t\n"));
strspn            106 source4/utils/oLschema2ldif.c 		c += strspn(c, " \t$");