Searched refs:dep (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.cpp423 struct dirent* dep; local
424 while ((dep = ::readdir(dp)) != NULL) {
425 path entryp = p / dep->d_name;
426 insert(value_type(dep->d_name, file_info(entryp)));
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp580 struct dirent* dep; local
581 while ((dep = ::readdir(dp)) != NULL) {
582 path entryp = p / dep->d_name;
583 insert(value_type(dep->d_name, file_info(entryp)));
/bind-9.11.3/contrib/dlz/example/win32/
H A Ddxdriver.mak235 !IF EXISTS("dxdriver.dep")
236 !INCLUDE "dxdriver.dep"
238 !MESSAGE Warning: cannot find "dxdriver.dep"
/bind-9.11.3/util/
H A Dmerge_copyrights111 } elsif ($base =~ /\.(def|dep|dsp|dsw|mak|sln)$/i) {
/bind-9.11.3/lib/isccfg/
H A Daclconf.c478 cfg_aclconfctx_t *ctx, dns_aclelement_t *dep)
487 REQUIRE(dep != NULL);
489 de = *dep;
604 *dep = de;
477 parse_geoip_element(const cfg_obj_t *obj, isc_log_t *lctx, cfg_aclconfctx_t *ctx, dns_aclelement_t *dep) argument

Completed in 25 milliseconds