Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c701 char *maxattrp; in handle_private_option() local
718 maxattrp = strchr( cvalue, '/' ); in handle_private_option()
719 if ( maxattrp == NULL ) { in handle_private_option()
724 *maxattrp++ = '\0'; in handle_private_option()
725 cookiep = strchr( maxattrp, '/' ); in handle_private_option()
755 num = sscanf( maxattrp, "%d", &tmp ); in handle_private_option()
759 maxattrp ); in handle_private_option()