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

/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapdelete.c35 static int contoper; variable
86 contoper = 0;
129 while ((rc == 0 || contoper) &&
153 ++contoper;
H A Dldapmodrdn.c20 static int contoper, remove_oldrdn; variable
53 contoper = remove_oldrdn = 0;
128 else while ( (rc == 0 || contoper) &&
196 if ( (rc == 0 || contoper) && haverdn ) /* second type of sequence */
212 ++contoper;
H A Dldapmodify.c42 static int newval, contoper, force, valsfromfiles, display_binary_values; variable
290 while (( rc == 0 || contoper ) &&
407 contoper = 1;

Completed in 143 milliseconds