Searched refs:directory (Results 1 - 25 of 105) sorted by relevance

12345

/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A Dfs.hpp59 //! The path class represents the route to a file or directory in the
141 //! \brief Checks whether this path points to the root directory or not.
144 //! directory or not. The checks made by this are extremely simple (so
202 class directory;
323 // The "directory" class.
327 //! \brief A class representing a file system directory.
329 //! The directory class represents a group of files in the file system and
330 //! corresponds to exactly one directory.
332 class directory : public std::map< std::string, file_info > { class in namespace:atf::fs
335 //! \brief Constructs a new directory
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dfs.hpp55 //! The path class represents the route to a file or directory in the
122 //! \brief Checks whether this path points to the root directory or not.
125 //! directory or not. The checks made by this are extremely simple (so
178 class directory;
295 // The "directory" class.
299 //! \brief A class representing a file system directory.
301 //! The directory class represents a group of files in the file system and
302 //! corresponds to exactly one directory.
304 class directory : public std::map< std::string, file_info > { class in namespace:tools::fs
307 //! \brief Constructs a new directory
[all...]
/bind-9.11.3/bin/tests/system/catz/ns2/
H A Dnamed.conf.in30 zone-directory "zonedir";
36 zone-directory "nonexistent";
/bind-9.11.3/contrib/dlz/modules/ldap/testing/
H A Dslapd.conf36 # this is the directory that the LDAP server will create the
38 directory /var/lib/ldap
/bind-9.11.3/bin/tests/system/checkconf/
H A Dinline-bad.conf14 key-directory "/var/lib/bind/example.net";
H A Dinline-no.conf14 key-directory "/var/lib/bind/example.net";
H A Dmax-ttl.conf10 directory ".";
H A Dmaxttl-bad.conf10 directory ".";
H A Dwarn-keydir.conf10 * key-directory defined but doesn't exist.
13 directory ".";
19 key-directory "test.keydir";
H A Dinline-good.conf15 key-directory "/var/lib/bind/example.net";
/bind-9.11.3/bin/tests/system/reclimit/ns1/
H A Dnamed.conf12 directory ".";
/bind-9.11.3/lib/dns/include/dns/
H A Ddnssec.h172 const char *directory, isc_mem_t *mctx,
179 const char *directory, isc_stdtime_t now,
290 dns_dnssec_findmatchingkeys(dns_name_t *origin, const char *directory,
294 dns_dnssec_findmatchingkeys2(dns_name_t *origin, const char *directory,
298 * Search 'directory' for K* key files matching the name in 'origin'.
318 const char *directory, isc_mem_t *mctx,
325 * Omit duplicates. If 'publickey' is ISC_FALSE, search 'directory' for
/bind-9.11.3/bin/tests/system/views/ns2/
H A Dnamed2.conf56 key-directory "internal";
88 key-directory "external";
/bind-9.11.3/conftools/perllib/dnsconf/
H A Dnamed1.conf13 directory "/etc/namedb"
/bind-9.11.3/bin/tests/system/chain/ns7/
H A Dnamed.conf12 directory ".";
/bind-9.11.3/bin/tests/system/fetchlimit/ns3/
H A Dnamed1.conf16 directory ".";
H A Dnamed2.conf16 directory ".";
H A Dnamed3.conf16 directory ".";
/bind-9.11.3/bin/tests/system/geoip/
H A Doptions.conf22 geoip-directory "data";
/bind-9.11.3/bin/tests/system/keymgr/
H A Dpolicy.sample19 directory "keydir";
/bind-9.11.3/bin/tests/system/pipelined/ns4/
H A Dnamed.conf16 directory ".";
/bind-9.11.3/bin/tests/system/reclimit/ns3/
H A Dnamed1.conf12 directory ".";
H A Dnamed2.conf12 directory ".";
H A Dnamed3.conf12 directory ".";
H A Dnamed4.conf12 directory ".";

Completed in 1774 milliseconds

12345