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

  /src/external/bsd/openldap/dist/servers/slapd/
slapauth.c 44 do_check( Connection *c, Operation *op, struct berval *id ) function
124 rc = do_check( &conn, op, &authcID );
148 rc = do_check( &conn, op, &authcID );
166 rc = do_check( &conn, op, &id );
  /src/external/bsd/atf/dist/tools/
requirements_test.cpp 50 do_check(const std::string& expected, const vars_map& metadata, function in namespace:__anon6395
70 do_check("", metadata);
78 do_check("Requires the '__fake_arch__' architecture", metadata);
87 do_check("", metadata);
95 do_check("Requires one of the '__foo__ __bar__ __baz__' architectures",
109 do_check("", metadata, config);
117 do_check("Required configuration variable 'var1' not defined", metadata,
129 do_check("", metadata, config);
139 do_check("Required configuration variable 'var2' not defined", metadata,
151 do_check("", metadata)
    [all...]
  /src/usr.bin/cksum/
cksum.c 163 int i, check_warn, do_check; local
170 do_check = 0;
225 do_check = 1;
283 if (do_check) {
  /src/external/gpl3/gcc/dist/gcc/fortran/
intrinsic.cc 314 do_check (gfc_intrinsic_sym *specific, gfc_actual_arglist *arg) function
346 gfc_internal_error ("do_check(): too many args");
4815 t = do_check (specific, *ap);
5149 if (!do_check (isym, c->ext.actual))
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
intrinsic.cc 313 do_check (gfc_intrinsic_sym *specific, gfc_actual_arglist *arg) function
345 gfc_internal_error ("do_check(): too many args");
4805 t = do_check (specific, *ap);
5135 if (!do_check (isym, c->ext.actual))
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
syncprov.c 2478 int do_check = 0, have_psearches, foundit, csn_changed = 0; local
2572 do_check = 1;
2578 do_check = 1;
2590 if ( do_check ) {

Completed in 50 milliseconds