Searched refs:search (Results 51 - 75 of 1101) sorted by relevance

1234567891011>>

/netbsd-current/sys/arch/hpcmips/tx/
H A Dtxsim.c94 CFARGS(.search = txsim_search));
102 CFARGS(.search = txsim_search));
109 CFARGS(.search = txsim_search));
/netbsd-current/external/bsd/elftosb/dist/common/
H A DSearchPath.h30 //! Global search object singleton.
41 //! \brief Add a new search path to the end of the list.
44 //! \brief Attempts to locate a file by using the search paths.
45 bool search(const std::string & base, target_type_t targetType, bool searchCwd, std::string & result);
49 string_list_t m_paths; //!< Ordered list of paths to search.
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Dtable.h44 /* List of directories to search when opening a pushed file. Current
65 table_include *search,
/netbsd-current/lib/libc/stdlib/
H A Dinsque.c35 #include <search.h>
H A Dtfind.c4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
22 #include <search.h>
/netbsd-current/external/gpl3/gdb.old/dist/sim/ppc/
H A Dtable.h44 /* List of directories to search when opening a pushed file. Current
65 table_include *search,
/netbsd-current/external/mit/xorg/bin/xman/
H A DMakefile7 search.c globals.c main.c misc.c tkfuncs.c vendor.c
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmacro.h31 Macro *search(const utf8_t *name, size_t namelen);
/netbsd-current/external/apache2/llvm/dist/llvm/utils/
H A DDSAclean.py26 if re.compile("label(\s*)=(\s*)\"\s%tmp(.\w*)*(\s*)\"").search(buffer):
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sock/
H A DMakefile.in20 SRCS = init.c config.c opensock.c search.c bind.c unbind.c add.c \
22 OBJS = init.lo config.lo opensock.lo search.lo bind.lo unbind.lo add.lo \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A DMakefile.in22 SRCS = init.c config.c search.c message_queue.c bind.c add.c compare.c \
25 OBJS = init.lo config.lo search.lo message_queue.lo bind.lo add.lo compare.lo \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A DMakefile.in16 SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
19 OBJS = init.lo config.lo search.lo bind.lo unbind.lo add.lo compare.lo \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-perl/
H A DMakefile.in17 SRCS = init.c search.c close.c config.c bind.c compare.c \
19 OBJS = init.lo search.lo close.lo config.lo bind.lo compare.lo \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A DMakefile.in21 add.cpp bind.cpp compare.cpp delete.cpp modify.cpp modrdn.cpp search.cpp
24 add.lo bind.lo compare.lo delete.lo modify.lo modrdn.lo search.lo
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/
H A DMakefile.in16 SRCS = init.c config.c search.c bind.c compare.c operational.c \
19 OBJS = init.lo config.lo search.lo bind.lo compare.lo operational.lo \
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A DMakefile.in16 SRCS = init.c config.c search.c bind.c unbind.c add.c compare.c \
19 OBJS = init.lo config.lo search.lo bind.lo unbind.lo add.lo compare.lo \
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dnspace.h26 Dsymbol *search(const Loc &loc, Identifier *ident, int flags = SearchLocalsOnly);
/netbsd-current/external/mit/libcbor/dist/docs/doxygen/search/
H A Dsearch.js1 function convertToId(search)
4 for (i=0;i<search.length;i++)
6 var c = search.charAt(i);
52 /* A class handling everything associated with the search panel.
102 // Called when focus is added or removed from the search field.
120 // show search selection popup
132 // show search selection popup
153 // Called when the content of the search field is changed.
186 else if (e.keyCode==27) // Escape out of the search field
199 if (searchValue != this.lastSearchValue) // search valu
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dstoreutl.c20 int expected, int criterion, OSSL_STORE_SEARCH *search,
72 OSSL_STORE_SEARCH *search = NULL; local
105 BIO_printf(bio_err, "%s: only one search type can be given.\n",
259 if ((search = OSSL_STORE_SEARCH_by_name(subject)) == NULL) {
271 if ((search = OSSL_STORE_SEARCH_by_issuer_serial(issuer, serial))
278 if ((search = OSSL_STORE_SEARCH_by_key_fingerprint(digest,
287 if ((search = OSSL_STORE_SEARCH_by_alias(alias)) == NULL) {
307 expected, criterion, search,
316 OSSL_STORE_SEARCH_free(search);
337 int expected, int criterion, OSSL_STORE_SEARCH *search,
336 process(const char *uri, const UI_METHOD *uimeth, PW_CB_DATA *uidata, int expected, int criterion, OSSL_STORE_SEARCH *search, int text, int noout, int recursive, int indent, BIO *out, const char *prog) argument
[all...]
/netbsd-current/external/gpl2/grep/dist/src/
H A DMakefile.am8 grep_SOURCES = grep.c dfa.c kwset.c search.c \
H A Dvms_fab.c44 fab_stat = sys$search (&fab);
68 sys$search command.
76 fab_stat = sys$search (&fab);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/wind/
H A Dgen-bidi.py83 m = re.search('^ *([0-9A-F]+)-([0-9A-F]+) *$', l)
90 m = re.search('^ *([0-9A-F]+) *$', l)
/netbsd-current/external/bsd/openldap/dist/contrib/ldapc++/examples/
H A DreadSchema.cpp30 LDAPSearchResults* entries = lc->search("",
44 entries = lc->search(schemabase, LDAPConnection::SEARCH_BASE, "(objectClass=*)",
/netbsd-current/external/bsd/openldap/dist/tests/data/
H A Dslapd-ldapgluepeople.conf47 by * search
H A Dslapd-ldapgluegroups.conf46 by * search

Completed in 192 milliseconds

1234567891011>>