Searched refs:search (Results 101 - 125 of 186) sorted by relevance

12345678

/freebsd-12-stable/usr.bin/vi/
H A DMakefile51 options_f.c put.c recover.c screen.c search.c seq.c util.c
/freebsd-12-stable/usr.sbin/bluetooth/bluetooth-config/
H A Dbluetooth-config.sh243 /usr/sbin/sdpcontrol -a "${bdaddress}" search HID | \
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dsa.c1170 sa_lot_t search; local
1178 search.lot_num = SA_LAYOUT_NUM(hdr, type);
1179 tb = avl_find(&sa->sa_layout_num_tree, &search, &loc);
1492 sa_lot_t *tb, search; local
1504 search.lot_num = SA_LAYOUT_NUM(hdr, bonustype);
1506 tb = avl_find(&sa->sa_layout_num_tree, &search, &loc);
H A Dvdev_removal.c922 range_seg_t search; local
924 search.rs_start = start + maxalloc;
925 search.rs_end = search.rs_start;
926 range_seg_t *rs = avl_find(&segs->rt_root, &search, &where);
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStructuredData.h490 collection::const_iterator search = m_dict.find(key_cs); local
491 return search != m_dict.end();
/freebsd-12-stable/release/picobsd/tinyware/msh/
H A Dsh1.c28 * default shell, search rules
31 char search[] = ":/bin:/usr/bin"; variable
75 setval(path, search);
/freebsd-12-stable/share/mk/
H A Dbsd.crunchgen.mk9 # CRUNCH_SRCDIRS: lists directories to search for included programs
/freebsd-12-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_hsearch.c69 #include <search.h>
192 "Checks that searching doesn't overwrite previous search results");
356 "Checks that searching doesn't overwrite previous search results");
/freebsd-12-stable/contrib/googletest/googlemock/scripts/
H A Dgmock_doctor.py160 if re.search(regex, msg):
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-filter-unittest.py358 param_tests_present = PARAM_TEST_REGEX.search(
/freebsd-12-stable/contrib/bmake/
H A Ddir.c106 * which match the pattern on the search path.
108 * Dir_FindFile Searches for a file on a given search path.
117 * is searched for along the default search path.
121 * Dir_AddDir Add a directory to a search path.
123 * Dir_MakeFlags Given a search path and a command flag, create
128 * Dir_Destroy Destroy an element of a search path. Frees up all
131 * search path.
132 * Dir_ClearPath Resets a search path to the empty list.
151 * A search path consists of a Lst of Path structures. A Path structure
164 * the multi-level transformation code in suff.c, which tends to search
621 Hash_Search search; /* Index into the directory's table */ local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/store/
H A Dloader_file.c757 * When a search expression is given, these are filled in.
968 static int file_find(OSSL_STORE_LOADER_CTX *ctx, OSSL_STORE_SEARCH *search) argument
972 * the given search type.
975 if (OSSL_STORE_SEARCH_get_type(search) == OSSL_STORE_SEARCH_BY_NAME) {
987 hash = X509_NAME_hash(OSSL_STORE_SEARCH_get0_name(search));
1223 /* If there are no search criteria, all names are accepted */
/freebsd-12-stable/sbin/routed/
H A Dradix.c68 static struct radix_node *rn_addmask(void *n_arg, int search, int skip);
303 * the search and satisfaction test and put the
415 rn_addmask(void *n_arg, int search, int skip) argument
452 if (x || search)
/freebsd-12-stable/contrib/ee/
H A Dee.c137 struct text *srch_line; /* temporary pointer for search routine */
158 int case_sen; /* case sensitive search flag */
193 unsigned char *srch_str; /* pointer for search string */
194 unsigned char *u_srch_str; /* pointer to non-case sensitive search */
301 int search P_((int display_message));
351 {"", NULL, NULL, NULL, NULL, -1}, /* 2. case sensitive search*/
397 {"", NULL, NULL, search, NULL, TRUE},
1242 search(TRUE);
1320 search(TRUE);
1606 search(TRU
2579 search(display_message) /* search for string in srch_str */ function
[all...]
/freebsd-12-stable/contrib/binutils/ld/
H A Dldlang.c2308 lang_input_statement_type *search;
2310 for (search = (lang_input_statement_type *) input_file_chain.head;
2311 search != NULL;
2312 search = (lang_input_statement_type *) search->next_real_file)
2316 via the search directory lookup mechanism. */
2317 const char *filename = search->local_sym_name;
2324 if (search == NULL)
2325 search = new_afile (name, lang_input_file_is_search_file_enum,
2330 if (search
2306 lang_input_statement_type *search; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp2708 // If no super class conforms to the protocol, we should not search
4213 // Bypass this search if we've never seen an instance/class method
4231 // Prevent the search from reaching this container again. This is
4271 search(protocol->getReferencedProtocols());
4278 search(category->getReferencedProtocols());
4286 search(category);
4288 search(Interface);
4292 search(Interface);
4303 search(Cat);
4307 search(supe
4320 void search(const ObjCProtocolList &protocols) { function in class:__anon3179::OverrideSearch
4325 void search(const ObjCContainerDecl *container) { function in class:__anon3179::OverrideSearch
[all...]
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Devent_rpcgen.py1456 if not have_c_comment and re.search(r'/\*', line):
1457 if re.search(r'/\*.*?\*/', line):
1464 if not re.search(r'\*/', line):
/freebsd-12-stable/contrib/libevent/
H A Devent_rpcgen.py1456 if not have_c_comment and re.search(r'/\*', line):
1457 if re.search(r'/\*.*?\*/', line):
1464 if not re.search(r'\*/', line):
/freebsd-12-stable/contrib/file/src/
H A Dfile.h180 char s[MAXstring]; /* the search string or regex pattern */
439 const char *s; /* start of search in original source */
440 size_t s_len; /* length of search region */
443 } search; member in struct:magic_set
/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp292 void search(Function &first_callee, std::vector<Function *> &path) { function in struct:DFS
308 // Terminate the search if tail recursion is found, or more generally if
332 DFS(&end, images, exe_ctx).search(*first_callee, path);
365 // objects are needed to search the lazy call graph for intervening frames.
742 // Do a binary search in case the stack frame is already in our cache
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp526 auto StartPos = std::search(Data.begin(), Data.end(),
539 StartPos = std::search(EndPos, Data.end(),
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
H A Drb.h181 a_prefix##search(a_rbt_type *rbtree, const a_type *key); \
414 a_prefix##search(a_rbt_type *rbtree, const a_type *key) { \
/freebsd-12-stable/contrib/less/
H A Dcommand.c73 static int search_type; /* The previous type of search */
154 * Set up the display to start a new search command.
513 * Handle a char of a search command.
686 /* Incremental search: do a search after every input char. */
696 if (search(st | SRCH_INCR, pattern, 1) != 0)
700 /* Redraw the search prompt and search string. */
1042 * If SRCH_PAST_EOF is set, continue the search thru multiple files.
1078 n = search(search_typ
[all...]
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_sg.c826 search:
834 goto search;
/freebsd-12-stable/sys/net/
H A Dradix.c224 * Most common case: search exact prefix/mask
358 * the search and satisfaction test and put the
492 rn_addmask(void *n_arg, struct radix_mask_head *maskhead, int search, int skip) argument
525 if (x || search)
979 /* printf("about to search\n"); */

Completed in 494 milliseconds

12345678