Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dhomedir.c1590 char *resc, *repc; in homedir_match() local
1608 for ( resc = result, repc = r->replace; in homedir_match()
1609 result_size > 1 && *repc != '\0'; in homedir_match()
1610 ++repc, ++resc, --result_size ) { in homedir_match()
1611 switch ( *repc ) { in homedir_match()
1613 ++repc; in homedir_match()
1614 n = ( *repc ) - '0'; in homedir_match()
1620 r->replace, (long)( repc - r->replace ), n ); in homedir_match()
1635 ++repc; in homedir_match()
1639 *resc = *repc; in homedir_match()
[all …]