| /mirbsd/src/usr.sbin/httpd/src/modules/standard/ |
| D | mod_speling.c | 235 array_header *candidates = NULL; in check_speling() local 298 candidates = ap_make_array(r->pool, 2, sizeof(misspelled_file)); in check_speling() 324 sp_new = (misspelled_file *) ap_push_array(candidates); in check_speling() 335 sp_new = (misspelled_file *) ap_push_array(candidates); in check_speling() 380 sp_new = (misspelled_file *) ap_push_array(candidates); in check_speling() 389 if (candidates->nelts != 0) { in check_speling() 393 misspelled_file *variant = (misspelled_file *) candidates->elts; in check_speling() 398 qsort((void *) candidates->elts, candidates->nelts, in check_speling() 409 && (candidates->nelts == 1 in check_speling() 450 t = ap_make_array(sub_pool, candidates->nelts * 8 + 8, in check_speling() [all …]
|
| D | mod_info.c | 393 array_header *candidates = NULL; in mod_info_dirwalk() local 403 candidates = ap_make_array(p, 1, sizeof(info_fnames)); in mod_info_dirwalk() 408 fnew = (info_fnames *) ap_push_array(candidates); in mod_info_dirwalk() 413 if (candidates->nelts != 0) { in mod_info_dirwalk() 414 qsort((void *) candidates->elts, candidates->nelts, in mod_info_dirwalk() 416 for (current = 0; current < candidates->nelts; ++current) { in mod_info_dirwalk() 417 fnew = &((info_fnames *) candidates->elts)[current]; in mod_info_dirwalk()
|
| /mirbsd/src/libexec/makewhatis/OpenBSD/Makewhatis/ |
| D | Check.pm | 24 my @candidates = glob $pattern; 25 if (@candidates > 0) { 28 for my $f (@candidates) { 37 for my $f (@candidates) {
|
| /mirbsd/src/gnu/usr.bin/perl/jpl/JNI/ |
| D | Makefile.PL | 209 my ($candidates, $locations) = @_; 212 foreach my $name (@$candidates) { 225 print "Could not find @$candidates\n"; 227 print "Found @$candidates as $lib\n\n";
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | ada-lang.c | 2605 struct ada_symbol_info *candidates; in resolve_subexp() local 2612 &candidates); in resolve_subexp() 2621 switch (SYMBOL_CLASS (candidates[j].sym)) in resolve_subexp() 2644 if (SYMBOL_CLASS (candidates[j].sym) == LOC_TYPEDEF) in resolve_subexp() 2646 candidates[j] = candidates[n_candidates - 1]; in resolve_subexp() 2661 && !is_nonfunction (candidates, n_candidates)) in resolve_subexp() 2664 (candidates, n_candidates, NULL, 0, in resolve_subexp() 2675 user_select_syms (candidates, n_candidates, 1); in resolve_subexp() 2679 exp->elts[pc + 1].block = candidates[i].block; in resolve_subexp() 2680 exp->elts[pc + 2].symbol = candidates[i].sym; in resolve_subexp() [all …]
|
| /mirbsd/src/gnu/usr.bin/cvs/lib/ |
| D | regexec.c | 93 const re_node_set *candidates) internal_function; 107 const re_node_set *candidates, 113 Idx str_idx, const re_node_set *candidates) internal_function; 1761 const re_node_set *candidates; in update_cur_sifted_state() local 1762 candidates = ((mctx->state_log[str_idx] == NULL) ? NULL in update_cur_sifted_state() 1769 if (candidates) in update_cur_sifted_state() 1773 err = add_epsilon_src_nodes (dfa, dest_nodes, candidates); in update_cur_sifted_state() 1780 err = check_subexp_limits (dfa, dest_nodes, candidates, &sctx->limits, in update_cur_sifted_state() 1792 if (candidates && mctx->state_log[str_idx]->has_backref) in update_cur_sifted_state() 1794 err = sift_states_bkref (mctx, sctx, str_idx, candidates); in update_cur_sifted_state() [all …]
|
| /mirbsd/src/usr.sbin/httpd/src/main/ |
| D | http_config.c | 1266 array_header *candidates = NULL; in ap_process_resource_config() local 1306 candidates = ap_make_array(p, 1, sizeof(fnames)); in ap_process_resource_config() 1313 fnew = (fnames *) ap_push_array(candidates); in ap_process_resource_config() 1318 if (candidates->nelts != 0) { in ap_process_resource_config() 1319 qsort((void *) candidates->elts, candidates->nelts, in ap_process_resource_config() 1325 for (current = 0; current < candidates->nelts; ++current) { in ap_process_resource_config() 1326 fnew = &((fnames *) candidates->elts)[current]; in ap_process_resource_config()
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | README.hurd | 42 encounter more failures. Likely candidates are: "op/stat", "lib/io_pipe",
|
| D | Configure | 6914 ;@candidates = glob("5.*"); 6917 ;@candidates = (); 6926 foreach $d (@candidates) {
|
| /mirbsd/src/usr.bin/vi/docs/interp/ |
| D | interp | 8 language into nvi. I think that the obvious candidates are Tcl/Rush,
|
| /mirbsd/src/gnu/share/ |
| D | ltmain.sh | 3794 $echo "*** with $libname but no candidates were found. (...for file magic test)" 3796 $echo "*** with $libname and none of the candidates passed a file format test" 3846 $echo "*** with $libname but no candidates were found. (...for regex pattern test)" 3848 $echo "*** with $libname and none of the candidates passed a file format test"
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/inc/ |
| D | ppphbin | 95 # Scan for possible replacement candidates
|
| /mirbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aic7xxx.seq | 2392 * candidates for paging out an SCB if one is needed for a new command.
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlsub.pod | 1154 Functions with a prototype of C<()> are potential candidates for
|
| D | perlxs.pod | 1679 candidates to return undef or an empty list in case of failure. If the
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/ |
| D | README | 4666 B domains that are candidates for bestmx lookup
|