edge              258 source3/lib/ldb/common/ldb_dn.c static char *ldb_dn_trim_string(char *string, const char *edge)
edge              263 source3/lib/ldb/common/ldb_dn.c 	s = string + strspn(string, edge);
edge              267 source3/lib/ldb/common/ldb_dn.c 	while (p > s && strchr(edge, *p)) {