Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/clients/tools/
H A Dldapdelete.c209 if( contoper == 0 ) break; in main()
213 while ((rc == 0 || contoper) && fgets(buf, sizeof(buf), fp) != NULL) { in main()
H A Dcommon.h54 extern int contoper;
H A Dldapmodrdn.c209 else while ((rc == 0 || contoper) && fgets(buf, sizeof(buf), fp) != NULL) { in main()
H A Dldapmodify.c291 while (( rc == 0 || contoper ) && ( ldifrc = ldif_read_record( ldiffp, &nextline, in main()
H A Dcommon.c66 int contoper = 0; variable
429 contoper++; in tool_args()
H A Dldapsearch.c1571 if ( !contoper ) in main()