Home
last modified time | relevance | path

Searched refs:found (Results 1 – 25 of 908) sorted by relevance

12345678910>>...37

/mirbsd/src/gnu/usr.bin/perl/lib/Pod/
DPerldoc.pm426 my @found = $self->grand_search_init(\@pages);
427 exit (IS_VMS ? 98962 : 1) unless @found;
431 print join("\n", @found), "\n";
435 $self->tweak_found_pathnames(\@found);
437 return $self->page_module_file(@found) if $self->opt_m;
438 DEBUG > 2 and print "Found: [@found]\n";
440 return $self->render_and_page(\@found);
677 my($self, $pages, @found) = @_;
686 push(@found, $_) if m,/$searchfor(?:\.(?:pod|pm))?\z,i;
696 push @found, $_ if $self->opt_m or $self->containspod($_);
[all …]
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/Liblist/
DKid.pm55 my($found) = 0;
154 $found++;
209 unless( $found ) {
260 my $found = 0;
289 $found++;
320 $found++;
332 $found++;
357 return ('','','','', ($give_libs ? \@libs : ())) unless $found;
409 my(@dirs,@libs,$dir,$lib,%found,@fndlibs,$ldlib);
526 if ($cand eq 'VAXCCURSE') { unshift @{$found{$ctype}}, $cand; }
[all …]
/mirbsd/src/gnu/usr.bin/binutils/binutils/
Darsup.c73 bfd_boolean found = FALSE; in map_over_list() local
81 found = TRUE; in map_over_list()
86 if (! found) in map_over_list()
295 int found = 0; in ar_delete() local
302 found = 1; in ar_delete()
310 if (!found) in ar_delete()
357 int found = 0; in ar_replace() local
376 found = 1; in ar_replace()
386 if (!found) in ar_replace()
455 int found = 0; in ar_extract() local
[all …]
Daddr2line.c122 static bfd_boolean found; variable
134 if (found) in find_address_in_section()
148 found = bfd_find_nearest_line (abfd, section, syms, pc - vma, in find_address_in_section()
178 found = FALSE; in translate_addresses()
181 if (! found) in translate_addresses()
221 found = FALSE; in translate_addresses()
223 found = bfd_find_inliner_info (abfd, &filename, &functionname, &line); in translate_addresses()
224 } while (found); in translate_addresses()
/mirbsd/src/lib/libncurses/src/ncurses/trace/
Dlib_traceatr.c180 char *found = 0; in _nc_altcharset_name() local
226 found = cp; in _nc_altcharset_name()
231 if (found != 0) { in _nc_altcharset_name()
232 ch = ChCharOf(*found); in _nc_altcharset_name()
246 const char *found; in _tracechtype2() local
249 if ((found = _nc_altcharset_name(ChAttrOf(ch), ch)) != 0) { in _tracechtype2()
250 (void) _nc_trace_bufcat(bufnum, found); in _tracechtype2()
283 const char *found; in _tracecchar_t2() local
288 if ((found = _nc_altcharset_name(attr, CharOfD(ch))) != 0) { in _tracecchar_t2()
289 (void) _nc_trace_bufcat(bufnum, found); in _tracecchar_t2()
/mirbsd/src/distrib/common/
Dupgrade.sh111 'noauto' option is absent, and /sbin/mount_<fstype> is found, and the fstype is
159 found=0
162 found=1
165 if (( !found )); then
191 found=
193 [[ -d $i ]] && found=$i
195 [[ -n $found ]] && rm -rf /mnt/usr/include/gxx
198 found=
200 [[ -d $i ]] && found=$i
202 [[ -n $found ]] && rm -rf /mnt/usr/include/objc
/mirbsd/src/sys/dev/pci/
Dif_dc_pci.c221 int found = 0; local
285 found = 1;
294 found = 1;
304 found = 1;
322 found = 1;
332 found = 1;
344 found = 1;
353 found = 1;
366 found = 1;
375 found = 1;
[all …]
/mirbsd/src/usr.bin/telnet/
Dgenget.c78 char **c, **found; in genget() local
84 found = 0; in genget()
90 if (found) in genget()
92 found = c; in genget()
94 return(found); in genget()
/mirbsd/src/libexec/ld.so/
Dresolve.c316 int found = 0; in _dl_find_symbol() local
332 found = 1; in _dl_find_symbol()
333 goto found; in _dl_find_symbol()
340 found = 1; in _dl_find_symbol()
346 found = 1; in _dl_find_symbol()
348 if (weak_object != NULL && found == 0) { in _dl_find_symbol()
351 found = 1; in _dl_find_symbol()
355 if (found == 0) { in _dl_find_symbol()
362 found = 1; in _dl_find_symbol()
397 found = 1; in _dl_find_symbol()
[all …]
/mirbsd/src/usr.bin/ssh/
Dhostfile.c196 const char *host, const Key *key, int keytype, Key *found, int *numret) in check_host_in_hostfile_by_key_or_type() argument
255 if (!hostfile_read_key(&cp, &kbits, found)) in check_host_in_hostfile_by_key_or_type()
263 if (found->type == keytype) { in check_host_in_hostfile_by_key_or_type()
270 if (!hostfile_check_key(kbits, found, host, filename, linenum)) in check_host_in_hostfile_by_key_or_type()
274 if (key_equal(key, found)) { in check_host_in_hostfile_by_key_or_type()
299 Key *found, int *numret) in check_host_in_hostfile() argument
304 found, numret)); in check_host_in_hostfile()
309 int keytype, Key *found, int *numret) in lookup_key_in_hostfile_by_type() argument
312 keytype, found, numret) == HOST_FOUND); in lookup_key_in_hostfile_by_type()
Dauth2-pubkey.c182 Key *found; in user_key_allowed2() local
197 found = key_new(key->type); in user_key_allowed2()
208 if (key_read(found, &cp) != 1) { in user_key_allowed2()
222 if (key_read(found, &cp) != 1) { in user_key_allowed2()
228 if (key_equal(found, key) && in user_key_allowed2()
233 fp = key_fingerprint(found, SSH_FP_MD5, SSH_FP_HEX); in user_key_allowed2()
235 key_type(found), fp); in user_key_allowed2()
242 key_free(found); in user_key_allowed2()
Dssh-keysign.c152 int key_fd[2], i, found, version = 2, fd; in main() local
192 found = 0; in main()
201 found = 1; in main()
203 if (!found) in main()
222 found = 0; in main()
226 found = 1; in main()
230 if (!found) in main()
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
DManifest.pm99 my $found = manifind();
101 %all = (%$found, %$read);
146 my $found = {};
157 $found->{$name} = "";
167 return $found;
232 my $found = manifind();
236 foreach my $file (_sort keys %$found){
252 my $found = manifind($p);
262 unless ( exists $found->{$file} ) {
275 my $found = manifind($p);
[all …]
/mirbsd/src/usr.sbin/httpd/src/helpers/
Dslo.sh69 found='no'
87 found=yes;
92 found=yes;
97 found=yes
104 if [ "x$found" = "xyes" ]; then
111 if [ "x$found" = "xyes" ]; then
/mirbsd/src/gnu/usr.bin/perl/lib/ExtUtils/t/
DMM_OS2.t152 my $found = 0;
175 $found++;
190 $found++;
198 $found++;
205 $found++;
210 last if $found == 4;
212 last if $found == 4;
/mirbsd/src/lib/libncurses/src/ncurses/tinfo/
Dmake_keys.c52 bool found = FALSE; in lookup() local
55 found = TRUE; in lookup()
59 if (!found) { in lookup()
62 found = TRUE; in lookup()
67 return found ? n : UNKNOWN; in lookup()
Dname_match.c81 int code, found; in _nc_name_match() local
90 found = FALSE; in _nc_name_match()
94 found = TRUE; in _nc_name_match()
98 if (found) in _nc_name_match()
/mirbsd/src/usr.bin/apropos/
Dapropos.c61 static int *found, foundman; variable
102 if ((found = malloc((u_int)argc * sizeof(int))) == NULL) in main()
104 memset(found, 0, argc * sizeof(int)); in main()
126 if (found[p - argv]) in main()
165 found[p - argv] = 1; in apropos()
170 found[p - argv] = 1; in apropos()
/mirbsd/src/lib/libncurses/src/ncurses/base/
Dresizeterm.c172 bool found; in decrease_size() local
179 found = FALSE; in decrease_size()
187 found = TRUE; in decrease_size()
194 } while (found); in decrease_size()
205 bool found; in increase_size() local
212 found = FALSE; in increase_size()
220 found = TRUE; in increase_size()
227 } while (found); in increase_size()
/mirbsd/src/sys/dev/isa/
Di82365_isa.c96 int val, found; local
116 found = 0;
126 found++;
131 found++;
136 found++;
141 found++;
146 if (!found)
/mirbsd/src/usr.bin/whatis/
Dwhatis.c56 static int *found, foundman; variable
96 if ((found = malloc((u_int)argc * sizeof(int))) == NULL) in main()
98 memset(found, 0, argc * sizeof(int)); in main()
122 if (found[p - argv]) in main()
157 found[p - argv] = 1; in whatis()
162 found[p - argv] = 1; in whatis()
/mirbsd/src/sys/netisdn/
Di4b_l2if.c144 int i, found; in i4b_dl_establish_ind() local
151 found = 0; in i4b_dl_establish_ind()
160 found++; in i4b_dl_establish_ind()
164 if(found == 0) in i4b_dl_establish_ind()
183 int found = 0; in i4b_dl_establish_cnf() local
193 found++; in i4b_dl_establish_cnf()
197 if(found == 0) in i4b_dl_establish_cnf()
216 int found = 0; in i4b_dl_release_ind() local
224 found = 0; in i4b_dl_release_ind()
233 found++; in i4b_dl_release_ind()
[all …]
/mirbsd/src/libexec/makewhatis/OpenBSD/Makewhatis/
DCheck.pm21 sub found($$) subroutine
66 next if found("$base/$i.*", $filename);
71 next if found("$base/$i.*", $filename);
74 next if found("$base/$i.*", $filename);
/mirbsd/src/usr.sbin/httpd/src/modules/standard/
Dmod_alias.c304 char *found = NULL; in try_alias_list() local
314 found = ap_pregsub(r->pool, p->real, r->uri, in try_alias_list()
316 if (found && doesc) { in try_alias_list()
317 found = ap_escape_uri(r->pool, found); in try_alias_list()
322 found = ap_pstrdup(r->pool, ""); in try_alias_list()
334 found = ap_pstrcat(r->pool, p->real, escurl, NULL); in try_alias_list()
337 found = ap_pstrcat(r->pool, p->real, r->uri + l, NULL); in try_alias_list()
341 if (found) { in try_alias_list()
349 return found; in try_alias_list()
/mirbsd/src/usr.sbin/cron/
Denv.c73 int count, found; in env_set() local
80 found = -1; in env_set()
83 found = count; in env_set()
87 if (found != -1) { in env_set()
94 free(envp[found]); in env_set()
95 envp[found] = envtmp; in env_set()

12345678910>>...37