Home
last modified time | relevance | path

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

/netbsd/external/bsd/openldap/dist/libraries/librewrite/
H A Dsubst.c37 struct rewrite_submatch *submatch = NULL, *tmpsm; in rewrite_subst_compile() local
78 tmpsm = ( struct rewrite_submatch * )realloc( submatch, in rewrite_subst_compile()
80 if ( tmpsm == NULL ) { in rewrite_subst_compile()
83 submatch = tmpsm; in rewrite_subst_compile()