Home
last modified time | relevance | path

Searched refs:found_bind (Results 1 – 3 of 3) sorted by relevance

/dports/dns/adns/adns-1.6.0/src/
H A Dsetup.c379 int found_bind=0; in ccf_lookup() local
390 found_bind=1; in ccf_lookup()
395 found_bind=-1; in ccf_lookup()
400 found_bind=-1; in ccf_lookup()
403 if (!found_bind) in ccf_lookup()
/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dscanelf.c1067 static const char *scanelf_file_bind(elfobj *elf, char *found_bind) in scanelf_file_bind() argument
1084 *found_bind = 1; \ in scanelf_file_bind()
1096 *found_bind = 1; in scanelf_file_bind()
1409 found_rpath, found_needed, found_interp, found_bind, found_soname, in scanelf_elfobj() local
1415 found_rpath = found_needed = found_interp = found_bind = found_soname = \ in scanelf_elfobj()
1531 case 'b': out = scanelf_file_bind(elf, &found_bind); break; in scanelf_elfobj()
1549 found_rpath || found_needed || found_interp || found_bind || \ in scanelf_elfobj()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemgnr.c317 int found_bind; in find_best_generic() local
358 found_bind = 0; in find_best_generic()
451 found_bind = bind; in find_best_generic()
459 found = (found_bind) ? found_bind : found; in find_best_generic()