separators 208 source3/lib/ldb/common/ldb_dn.c static char *seek_to_separator(char *string, const char *separators) separators 213 source3/lib/ldb/common/ldb_dn.c if (string == NULL || separators == NULL) return NULL; separators 231 source3/lib/ldb/common/ldb_dn.c if (strcspn(p, separators) != 0) /* if there are characters between quotes */ separators 241 source3/lib/ldb/common/ldb_dn.c ret = strcspn(q, separators);