Home
last modified time | relevance | path

Searched refs:dnbuf (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Daclparse.c215 char dnbuf[SLAP_LDAPDN_MAXLEN + 2]; in check_scope() local
223 AC_MEMCPY( dnbuf, be->be_nsuffix[0].bv_val, in check_scope()
225 dnbuf[be->be_nsuffix[0].bv_len] = '$'; in check_scope()
226 dnbuf[be->be_nsuffix[0].bv_len + 1] = '\0'; in check_scope()
228 if ( regcomp( &re, dnbuf, REG_EXTENDED|REG_ICASE ) ) { in check_scope()