HomeSort by: relevance | last modified time | path
    Searched refs:try_one (Results 1 - 5 of 5) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
nbdb_clnt.c 78 /* try_one - single request attempt */
80 static int try_one(const char *service_path, const char *type, function
161 status = try_one(STR(service_path), type, path, timeout, delay, why);
  /src/crypto/external/bsd/heimdal/dist/lib/kafs/
afssys.c 415 try_one (int syscall_num) function
541 if (try_one (tmp) == 0)
553 if (try_one (tmp) == 0) {
566 if (try_one (AFS_SYSCALL) == 0)
586 if (try_one (AFS_SYSCALL2) == 0)
591 if (try_one (AFS_SYSCALL3) == 0)
  /src/external/gpl3/gcc/dist/gcc/
tree-eh.cc 3253 if (gtry *try_one = dyn_cast <gtry *> (one))
3255 if (gimple_try_kind (try_one) == GIMPLE_TRY_FINALLY
3257 optimize_double_finally (try_one, try_two);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-eh.cc 3249 if (gtry *try_one = dyn_cast <gtry *> (one))
3251 if (gimple_try_kind (try_one) == GIMPLE_TRY_FINALLY
3253 optimize_double_finally (try_one, try_two);
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 3062 try_one (void) function
3369 try_one();

Completed in 26 milliseconds