HomeSort by: relevance | last modified time | path
    Searched refs:candidate (Results 1 - 25 of 176) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/external/bsd/kyua-testers/dist/
stacktrace.c 115 /// a valid candidate. Can be relative to the given work directory.
194 // this core file candidate.
238 char* candidate = NULL; local
242 // as the first candidate.
251 if (candidate == NULL && MAXCOMLEN > 0) {
253 candidate = try_core("%s/%s.core", directory,
258 if (candidate == NULL)
259 candidate = try_core("%s/%s.core", directory, name);
262 if (candidate == NULL)
263 candidate = try_core("%s/core.%d", directory, (int)dead_pid)
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
allowed_prefix_test.c 55 const char *candidate; member in struct:TEST_CASE
78 got_match = allowed_prefix_match(ap, tp->candidate);
110 .candidate = "/etc/other/foo",
116 .candidate = "/etc/foo/other",
122 .candidate = "/",
128 .candidate = "/whatever",
134 .candidate = "/foo/bar/whatever",
141 .candidate = "bar",
148 .candidate = "/etc/postfix/../other",
155 .candidate = "/whatever"
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
compare.c 45 int candidate,
50 a_metatarget_t *mt = mi->mi_targets[ candidate ];
58 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
74 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root,&ctrls ) != LDAP_SUCCESS )
76 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
122 candidates[ candidate ].sr_msgid = msgid;
142 asyncmeta_reset_msc(NULL, mc, candidate, 0, __FUNCTION__);
155 switch (bc->nretries[candidate]) {
160 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
167 bc->nretries[candidate]--
191 int rc, candidate = -1; local
    [all...]
delete.c 44 int candidate,
48 a_metatarget_t *mt = mi->mi_targets[ candidate ];
55 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
68 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS )
70 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
115 candidates[ candidate ].sr_msgid = msgid;
135 asyncmeta_reset_msc(NULL, mc, candidate, 0, __FUNCTION__);
148 switch (bc->nretries[candidate]) {
154 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
161 bc->nretries[candidate]--
182 int rc, candidate = -1; local
    [all...]
modrdn.c 45 int candidate,
50 a_metatarget_t *mt = mi->mi_targets[ candidate ];
58 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
127 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS )
129 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
176 candidates[ candidate ].sr_msgid = msgid;
196 asyncmeta_reset_msc(NULL, mc, candidate, 0, __FUNCTION__ );
209 switch (bc->nretries[candidate]) {
215 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
222 bc->nretries[candidate]--
253 int rc, candidate = -1; local
    [all...]
add.c 48 int candidate)
51 mc->mc_conns[candidate].msc_active--;
70 int candidate,
79 a_metatarget_t *mt = mi->mi_targets[ candidate ];
83 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
134 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls ) != LDAP_SUCCESS )
136 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
180 candidates[ candidate ].sr_msgid = msgid;
200 asyncmeta_reset_msc(NULL, mc, candidate, 0, __FUNCTION__);
213 switch (bc->nretries[candidate]) {
249 int rc, candidate = -1; local
    [all...]
modify.c 45 int candidate,
51 a_metatarget_t *mt = mi->mi_targets[ candidate ];
58 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
120 if ( asyncmeta_controls_add( op, rs, mc, candidate, bc->is_root, &ctrls) != LDAP_SUCCESS )
122 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
169 candidates[ candidate ].sr_msgid = msgid;
189 asyncmeta_reset_msc(NULL, mc, candidate, 0, __FUNCTION__);
202 switch (bc->nretries[candidate]) {
208 candidates[ candidate ].sr_msgid = META_MSGID_IGNORE;
215 bc->nretries[candidate]--
239 int rc, candidate = -1; local
    [all...]
candidates.c 3 /* candidates.c - candidate targets selection and processing for
47 * the request is spawned to all the candidate targets
56 * the target is the only candidate.
95 * returns 1 if suffix is candidate for dn, otherwise 0
116 * | T | T | not candidate |
119 * | T | F | candidate |
120 * | F | F | not candidate |
195 * returns the index of the candidate in case it is unique, otherwise
205 int i, candidate = META_TARGET_NONE; local
211 if ( candidate == META_TARGET_NONE )
    [all...]
bind.c 49 int candidate,
60 int candidate );
150 * one candidate has been tried */
157 * ONE CANDIDATE ONLY!
161 " candidate selected...\n",
199 * do not assume it's not candidate; rather
256 int candidate,
262 a_metatarget_t *mt = mi->mi_targets[ candidate ];
263 a_metasingleconn_t *msc = &mc->mc_conns[ candidate ];
271 op->o_log_prefix, candidate );
    [all...]
  /src/sys/dev/raidframe/
rf_stripelocks.c 128 /* Determines if a candidate lock request conflicts with a predecessor
133 * a candidate read conflicts with a predecessor write if any
136 * a candidate write conflicts with a predecessor read if any
139 * a candidate write conflicts with a predecessor write if any
386 RF_LockReqDesc_t *candidate, *candidate_t, *predecessor; local
487 for (candidate_t = NULL, candidate = lockDesc->waitersH;
488 candidate;) {
492 if (RANGE_OVERLAP(lockReqDesc, candidate))
496 if (RANGE_OVERLAP(t, candidate)) {
503 Dprintf8("[%d] No overlap: rejecting candidate stripeID %ld, type %c range %ld-%ld %ld-%ld table 0x%lx\n"
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
delete.c 45 int candidate = -1; local
54 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
60 assert( mc->mc_conns[ candidate ].msc_ld != NULL );
65 mt = mi->mi_targets[ candidate ];
78 if ( meta_back_controls_add( op, rs, mc, candidate, &ctrls ) != LDAP_SUCCESS )
84 rs->sr_err = ldap_delete_ext( mc->mc_conns[ candidate ].msc_ld,
86 rs->sr_err = meta_back_op_result( mc, op, rs, candidate, msgid,
90 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
candidates.c 46 * the request is spawned to all the candidate targets
55 * the target is the only candidate.
94 * returns 1 if suffix is candidate for dn, otherwise 0
115 * | T | T | not candidate |
118 * | T | F | candidate |
119 * | F | F | not candidate |
194 * returns the index of the candidate in case it is unique, otherwise
204 int i, candidate = META_TARGET_NONE; local
210 if ( candidate == META_TARGET_NONE ) {
211 candidate = i
    [all...]
compare.c 46 int candidate = -1; local
57 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
63 assert( mc->mc_conns[ candidate ].msc_ld != NULL );
68 mt = mi->mi_targets[ candidate ];
124 rc = meta_back_controls_add( op, rs, mc, candidate, &ctrls );
130 rs->sr_err = ldap_compare_ext( mc->mc_conns[ candidate ].msc_ld, mdn.bv_val,
134 rs->sr_err = meta_back_op_result( mc, op, rs, candidate, msgid,
138 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
modrdn.c 45 int candidate = -1; local
56 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR, candidates );
62 assert( mc->mc_conns[ candidate ].msc_ld != NULL );
64 mt = mi->mi_targets[ candidate ];
139 if ( meta_back_controls_add( op, rs, mc, candidate, &ctrls ) != LDAP_SUCCESS )
145 rs->sr_err = ldap_rename( mc->mc_conns[ candidate ].msc_ld,
149 rs->sr_err = meta_back_op_result( mc, op, rs, candidate, msgid,
153 if ( meta_back_retry( op, rs, &mc, candidate, LDAP_BACK_SENDERR, candidates ) ) {
bind.c 47 int candidate,
58 int candidate );
140 * one candidate has been tried */
147 * ONE CANDIDATE ONLY!
151 " candidate selected...\n",
190 * do not assume it's not candidate; rather
306 int candidate,
312 metatarget_t *mt = mi->mi_targets[ candidate ];
313 metasingleconn_t *msc = &mc->mc_conns[ candidate ];
321 op->o_log_prefix, candidate );
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
known-function-manager.cc 109 if (const known_function *candidate
113 return candidate;
121 if (const known_function *candidate
123 if (candidate->matches_call_types_p (cd))
124 return candidate;
132 if (const known_function *candidate = get_by_identifier (identifier))
133 if (candidate->matches_call_types_p (cd))
134 return candidate;
  /src/sys/uvm/
uvm_pglist.c 115 long candidate, limit, candidateidx, end, idx; local
142 candidate = roundup2(ulmax(low, uvm_physseg_get_avail_start(psi) +
153 if (candidate + num > limit) {
166 candidate = roundup2(ulmax(low, uvm_physseg_get_avail_start(psi)), alignment);
173 ((candidate ^ (candidate + num - 1)) & pagemask) != 0) {
178 candidate = (candidate + num - 1) & pagemask;
179 candidate = roundup2(candidate, alignment)
528 long limit, candidate; local
600 candidate + 1, local
    [all...]
  /src/external/bsd/atf/dist/tools/
expand.cpp 78 impl::matches_glob(const std::string& glob, const std::string& candidate)
80 return tools::text::match(candidate, glob_to_regex(glob));
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_add_passphrase.c 131 a->passphrases.candidate = -1;
143 if (a->passphrases.candidate < 0) {
149 a->passphrases.candidate = cnt;
151 } else if (a->passphrases.candidate > 1) {
153 a->passphrases.candidate--;
156 /* Pick a new passphrase candidate up. */
158 } else if (a->passphrases.candidate == 1) {
160 a->passphrases.candidate = 0;
167 } else /* There is no passphrase candidate. */
183 a->passphrases.candidate = 1
    [all...]
  /src/lib/libc/citrus/modules/
citrus_hz.c 209 escape_t *candidate, *init; local
271 candidate = NULL;
279 candidate = init;
281 if (candidate == NULL) {
282 candidate = find_escape(
284 if (candidate == NULL) {
288 candidate = init;
291 psenc->inuse = candidate;
336 escape_t *candidate, *init; local
355 candidate = INIT0(ei)
439 escape_t *candidate; local
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TypoCorrection.h 294 /// candidate is viable, without ranking potentially viable candidates.
297 /// The default predicate always returns true if the candidate is not a type
301 virtual bool ValidateCandidate(const TypoCorrection &candidate);
304 /// to a candidate (where a lower value represents a better candidate), or
305 /// returning InvalidDistance if the candidate is not at all viable. For
306 /// validation callbacks that only need to determine if a candidate is viable,
309 virtual unsigned RankCandidate(const TypoCorrection &candidate) {
310 return (!MatchesTypo(candidate) && ValidateCandidate(candidate))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-avlprop.cc 286 const std::pair<enum avlprop_type, insn_info *> candidate) const
288 switch (candidate.first)
291 return get_vlmax_ta_preferred_avl (candidate.second);
472 for (const auto &candidate : m_candidates)
475 avlprop_type_to_str (candidate.first));
476 print_rtl_single (dump_file, candidate.second->rtl ());
485 for (auto &candidate : m_candidates)
487 rtx new_avl = get_preferred_avl (candidate);
492 = m_avl_propagations->get_or_insert (candidate.second);
524 for (auto &candidate : m_candidates
    [all...]
  /src/usr.sbin/timed/timed/
Makefile 7 SRCS= acksend.c candidate.c correct.c master.c networkdelta.c readmsg.c \
  /src/external/apache2/llvm/dist/llvm/utils/gn/build/
write_vcsrevision.py 21 candidate = os.path.join(path, program)
22 if os.path.isfile(candidate) and os.access(candidate, os.X_OK):
23 return candidate
  /src/external/gpl3/gcc/dist/gcc/
spellcheck.h 102 /* Compare the edit distance between CANDIDATE and m_goal,
105 void consider (candidate_t candidate)
107 size_t candidate_len = candidate_traits::get_length (candidate);
109 /* Calculate a lower bound on the candidate's distance to the goal,
115 /* If the candidate's length is sufficiently different to that
118 the candidate immediately without needing to compute
123 /* If the candidate will be unable to beat the criterion in
130 /* Otherwise, compute the distance and see if the candidate
132 const char *candidate_str = candidate_traits::get_string (candidate);
141 /* Prefer a candidate that inserts a trailing '='
    [all...]

Completed in 66 milliseconds

1 2 3 4 5 6 7 8