HomeSort by: relevance | last modified time | path
    Searched defs:slimitp (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 587 char *slimitp; local
612 slimitp = strchr( cvalue, '/' );
613 if ( slimitp != NULL ) {
614 *slimitp++ = '\0';
618 if ( slimitp != NULL && *slimitp != '\0' ) {
619 ival = strtol( slimitp, &next, 10 );
621 fprintf( stderr, _("Unable to parse sync control value \"%s\"\n"), slimitp );

Completed in 35 milliseconds