Searched defs:theInt (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c260 msgtype, delrdn, theInt, sizelimit, err; local
477 theInt = atoi(line);
478 if (theInt == 0){
576 theInt = atoi(line);
577 ldap_set_option(ld, LDAP_OPT_PROTOCOL_VERSION, &theInt);
714 theInt = 0;
720 theInt = 1;
722 theInt = atoi( line );
724 if (theInt){
879 theInt
[all...]

Completed in 46 milliseconds