| /src/usr.bin/what/ |
| what.c | 55 static void search(void); 93 search(); 101 search(void) function
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| gdb_regex.cc | 51 compiled_regex::search (const char *string, function in class:compiled_regex
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| gdb_regex.cc | 51 compiled_regex::search (const char *string, function in class:compiled_regex
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/ |
| discovery.py | 44 ts, relative = search(parent) 71 def search(path): function in function:getTestSuite 92 ts, relative = search(item) 101 parent = search(path_in_suite[:-1]) 119 def search(path_in_suite): function in function:getLocalConfig 126 return search(path_in_suite) 185 # Otherwise we have a directory to search for tests, start by getting the 198 # Search for tests. 204 # Search subdirectories.
|
| /src/external/bsd/openldap/dist/servers/slapd/back-perl/ |
| SampleLDAP.pm | 50 sub search { subroutine
|
| /src/sys/dev/ |
| radio_if.h | 48 int (*search)(void *, int); member in struct:radio_hw_if
|
| /src/external/apache2/llvm/dist/clang/utils/ |
| token-delta.py | 72 res = self.search(c, sets) 83 def search(self, c, sets): member in class:DeltaAlgorithm
|
| /src/external/bsd/elftosb/dist/common/ |
| SearchPath.cpp | 21 //! This function will create the global path search object if it has 39 //! is relative, then it is joined with search paths one after another until a matching 40 //! file is located or all search paths are exhausted. If the \a base is absolute, 47 //! any of the search paths. Otherwise only the search paths are considered. 51 //! \retval true A matching file was found among the search paths. The contents of \a result 54 bool PathSearcher::search(const std::string & base, target_type_t targetType, bool searchCwd, std::string & result) function in class:PathSearcher 77 // Iterate over all search paths.
|
| /src/external/gpl3/gcc/dist/maintainer-scripts/ |
| bugzilla-close-candidate.py | 68 def search(): function 113 search()
|
| branch_changer.py | 202 def search(api_key, remove, add, limit, doit): function 251 search(args.api_key, args.remove, args.add, args.limit, args.doit)
|
| /src/external/gpl3/gcc.old/dist/maintainer-scripts/ |
| bugzilla-close-candidate.py | 68 def search(): function 113 search()
|
| branch_changer.py | 202 def search(api_key, remove, add, limit, doit): function 251 search(args.api_key, args.remove, args.add, args.limit, args.doit)
|
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| driver-arm.cc | 124 const char *search[] = {NULL, "arch"}; local 129 search[0] = argv[0]; 130 for (opt = 0; opt < ARRAY_SIZE (search); opt++) 132 if (strcmp (configure_default_options[i].name, search[opt]) == 0) 133 return concat ("-m", search[opt], "=",
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/pstl/ |
| glue_algorithm_impl.h | 191 // [alg.search] 195 search(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __s_first, function 206 search(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __s_first, function 209 return std::search(std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last, std::equal_to<>());
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| driver-arm.cc | 124 const char *search[] = {NULL, "arch"}; local 129 search[0] = argv[0]; 130 for (opt = 0; opt < ARRAY_SIZE (search); opt++) 132 if (strcmp (configure_default_options[i].name, search[opt]) == 0) 133 return concat ("-m", search[opt], "=",
|
| /src/games/rogue/ |
| trap.c | 230 search(short n, boolean is_auto) function
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/parallel/ |
| algobase.h | 44 #include <parallel/search.h> 479 search(_FIterator1 __begin1, _FIterator1 __end1, function in namespace:__parallel 482 { return _GLIBCXX_STD_A::search( 500 return search(__begin1, __end1, __begin2, __end2, __pred, 512 { return search(__begin1, __end1, __begin2, __end2, __pred, 519 search(_FIterator1 __begin1, _FIterator1 __end1, function in namespace:__parallel
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/pstl/ |
| glue_algorithm_impl.h | 201 // [alg.search] 205 search(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __s_first, function 218 search(_ExecutionPolicy&& __exec, _ForwardIterator1 __first, _ForwardIterator1 __last, _ForwardIterator2 __s_first, function 221 return std::search(std::forward<_ExecutionPolicy>(__exec), __first, __last, __s_first, __s_last, std::equal_to<>());
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| abbrev.h | 79 struct abbrev_info search; local 80 search.number = abbrev_number; 83 &search,
|
| /src/tests/lib/libc/string/ |
| t_memmem.c | 115 char *search = src + pg - i; local 117 search[-1] = str[0]; 118 search[0] = str[0]; 119 search[1] = str[0]; 121 ATF_CHECK(memmem(search, i, match, i) != search);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| ossl_store_test.c | 43 OSSL_STORE_SEARCH *search = NULL; local 48 && TEST_ptr(search = OSSL_STORE_SEARCH_by_alias("nothing")) 53 && TEST_true(OSSL_STORE_find(sctx, search)); 55 OSSL_STORE_SEARCH_free(search); 64 OSSL_STORE_SEARCH *search = NULL; local 66 ret = TEST_ptr_null(search = OSSL_STORE_SEARCH_by_key_fingerprint( 68 OSSL_STORE_SEARCH_free(search);
|
| /src/external/bsd/nvi/dist/ex/ |
| tag.h | 32 char **paths; /* Array of search paths for this cscope. */ 33 char *pbuf; /* Search path buffer. */ 34 size_t pblen; /* Search path buffer length. */ 87 db_recno_t slno; /* Search line number. */ 88 CHAR_T *search; /* Search string. */ member in struct:_tag 89 size_t slen; /* Search string length. */
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPConnection.cpp | 284 LDAPSearchResults* LDAPConnection::search(const string& base, int scope, function in class:LDAPConnection 287 DEBUG(LDAP_DEBUG_TRACE,"LDAPConnection::search" << endl); 294 msgq = LDAPAsynConnection::search(base,scope, filter, attrs, attrsOnly,
|
| /src/external/cddl/osnet/dist/cmd/zpool/ |
| zpool_iter.c | 150 * Search for any new pools, adding them to the list. We only add pools when no 188 zpool_node_t search, *node; local 190 search.zn_handle = zhp; 191 if ((node = uu_avl_find(zlp->zl_avl, &search, NULL, NULL)) != NULL) {
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| spa_errlog.c | 96 spa_error_entry_t search; local 119 search.se_bookmark = *zb; 120 if (avl_find(tree, &search, &where) != NULL) {
|