/freebsd/lib/libc/resolv/ |
H A D | res_query.c | 220 int searched = 0; in res_nsearch() local 278 searched = 1; in res_nsearch() 371 if ((dots || !searched || (statp->options & RES_NOTLDQUERY) == 0U) && in res_nsearch()
|
/freebsd/contrib/file/src/ |
H A D | BNF | 98 ;; file is searched. 106 ;; file is searched.
|
/freebsd/usr.bin/login/ |
H A D | login.access | 26 # The group file is searched only when a name does not match that of the
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_find_type.pod | 21 searched for. BIO_find_type() returns the next matching BIO or NULL if none is
|
H A D | CMS_verify.pod | 66 searched when locating the signing certificate(s). 123 The trusted certificate store is not searched for the signing certificate.
|
H A D | PKCS7_verify.pod | 73 searched when locating the signer's certificates. 120 The trusted certificate store is not searched for the signer's certificates.
|
H A D | SSL_CTX_add_session.pod | 38 cache will be searched automatically for session-resume requests (the
|
H A D | CTLOG_STORE_new.pod | 24 logs). The list can be loaded from one or more files and then searched by LogID
|
H A D | SSL_CTX_load_verify_locations.pod | 120 error occurs, no other certificate will be searched. Make sure to not
|
/freebsd/lib/libpam/pam.d/ |
H A D | README | 8 file does not exist, /etc/pam.conf is searched for entries matching
|
/freebsd/contrib/libucl/doc/ |
H A D | lua_api.md | 102 - `var {variant}`: any sort of lua variable (if userdata then metafield `__to_ucl` is searched for …
|
/freebsd/sys/contrib/openzfs/contrib/initramfs/ |
H A D | README.md | 31 will be searched. Pools may be excluded from the search by listing them in
|
/freebsd/stand/common/ |
H A D | help.common | 153 filenames, each of which will be searched for in the module_path 273 Sets the list of directories which will be searched in for modules
|
/freebsd/crypto/openssl/ |
H A D | NOTES-UNIX.md | 65 consider, `DT_RPATH` and `DT_RUNPATH`. Shared objects are searched for in
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | SearchableTable.td | 10 // generic table that can be binary-searched. Three types of objects can be
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | CoreProperties.td | 7 …usr/libdata/debug would be also searched. On platforms other than NetBSD directory /usr/lib/debug …
|
/freebsd/contrib/llvm-project/lld/docs/ELF/ |
H A D | warn_backrefs.rst | 10 ``--start-lib`` and ``--end-lib`` that archive will be searched for resolving
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | invoke-ntpsnmpd.texi | 111 For any that are directories, then a file named @file{.ntprc} is searched for
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | TargetProperties.td | 57 …Desc<"List of directories to be searched when locating debug symbol files. See also symbols.enable… 60 Desc<"List of directories to be searched when locating modules for Clang.">;
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-smime.pod.in | 179 the message are searched for the signing certificate. With this option 235 be included with the message. When verifying these will be searched for
|
/freebsd/contrib/ntp/html/hints/ |
H A D | hpux | 59 files in that directory are searched until a match is found. The
|
/freebsd/lib/libc/net/ |
H A D | getaddrinfo.c | 2836 int searched = 0; in res_searchN() local 2897 searched = 1; in res_searchN() 2971 if ((dots || !searched || !(res->options & RES_NOTLDQUERY)) && in res_searchN()
|
/freebsd/contrib/libucl/m4/ |
H A D | ax_lua.m4 | 49 # interpreter. If LUA is blank, the user's path is searched for an 104 # The paths automatically searched are:
|
/freebsd/sys/contrib/zlib/doc/ |
H A D | algorithm.txt | 27 The hash chains are searched starting with the most recent strings, to
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
H A D | TypeSystemClang.cpp | 9282 std::set<DeclContext *> searched; in DeclContextFindDeclByName() local 9292 if (!searched.insert(it->second).second) in DeclContextFindDeclByName() 9303 if (searched.find(ud->getNominatedNamespace()) == searched.end()) in DeclContextFindDeclByName() 9378 std::set<DeclContext *> searched; in CountDeclLevels() local 9396 if (searched.find(it->second) != searched.end()) in CountDeclLevels() 9407 searched.insert(it->second); in CountDeclLevels() 9419 if (searched.find(ns) == searched.end()) in CountDeclLevels()
|