Home
last modified time | relevance | path

Searched refs:searched (Results 1 – 25 of 85) sorted by relevance

1234

/freebsd/lib/libc/resolv/
H A Dres_query.c220 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 DBNF98 ;; file is searched.
106 ;; file is searched.
/freebsd/usr.bin/login/
H A Dlogin.access26 # The group file is searched only when a name does not match that of the
/freebsd/crypto/openssl/doc/man3/
H A DBIO_find_type.pod21 searched for. BIO_find_type() returns the next matching BIO or NULL if none is
H A DCMS_verify.pod66 searched when locating the signing certificate(s).
123 The trusted certificate store is not searched for the signing certificate.
H A DPKCS7_verify.pod73 searched when locating the signer's certificates.
120 The trusted certificate store is not searched for the signer's certificates.
H A DSSL_CTX_add_session.pod38 cache will be searched automatically for session-resume requests (the
H A DCTLOG_STORE_new.pod24 logs). The list can be loaded from one or more files and then searched by LogID
H A DSSL_CTX_load_verify_locations.pod120 error occurs, no other certificate will be searched. Make sure to not
/freebsd/lib/libpam/pam.d/
H A DREADME8 file does not exist, /etc/pam.conf is searched for entries matching
/freebsd/contrib/libucl/doc/
H A Dlua_api.md102 - `var {variant}`: any sort of lua variable (if userdata then metafield `__to_ucl` is searched for …
/freebsd/sys/contrib/openzfs/contrib/initramfs/
H A DREADME.md31 will be searched. Pools may be excluded from the search by listing them in
/freebsd/stand/common/
H A Dhelp.common153 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 DNOTES-UNIX.md65 consider, `DT_RPATH` and `DT_RUNPATH`. Shared objects are searched for in
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSearchableTable.td10 // generic table that can be binary-searched. Three types of objects can be
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td7 …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 Dwarn_backrefs.rst10 ``--start-lib`` and ``--end-lib`` that archive will be searched for resolving
/freebsd/contrib/ntp/ntpsnmpd/
H A Dinvoke-ntpsnmpd.texi111 For any that are directories, then a file named @file{.ntprc} is searched for
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td57 …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 Dopenssl-smime.pod.in179 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 Dhpux59 files in that directory are searched until a match is found. The
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c2836 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 Dax_lua.m449 # 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 Dalgorithm.txt27 The hash chains are searched starting with the most recent strings, to
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9282 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()

1234