Searched refs:search (Results 1 - 25 of 26) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/search/
H A Dtdestroy.c3 #include <search.h>
H A Dinsque.c1 #include <search.h>
H A Dlsearch.c1 #include <search.h>
H A Dhsearch.c4 #include <search.h>
H A Dtsearch_avl.c2 #include <search.h>
/seL4-camkes-master/projects/util_libs/libpci/include/pci/
H A Dhelper_gen.py27 r = re.search(r'^#define PCI_VENDOR_ID_([A-Z0-9_]+)\s+(\w+)', line);
42 rv = re.search(r'^#define PCI_VENDOR_ID_([A-Z0-9_]+)\s+(\w+)', line);
46 r = re.search(r'^#define PCI_DEVICE_ID_([A-Z0-9]+_[A-Z0-9_]+)\s+(\w+)', line);
/seL4-camkes-master/projects/musllibc/src/network/
H A Dresolvconf.c8 int __get_resolv_conf(struct resolvconf *conf, char *search, size_t search_sz) argument
18 if (search) *search = 0;
71 if (!search) continue;
72 if ((strncmp(line, "domain", 6) && strncmp(line, "search", 6))
79 memcpy(search, p, l+1);
H A Dlookup_name.c174 char search[256]; local
179 if (__get_resolv_conf(&conf, search, sizeof search) < 0) return -1;
181 /* Count dots, suppress search when >=ndots or name ends in
184 if (dots >= conf.ndots || name[l-1]=='.') *search = 0;
189 /* Name with search domain appended is setup in canon[]. This both
196 for (p=search; *p; p=z) {
/seL4-camkes-master/projects/picotcp/modules/
H A Dpico_arp.c136 struct pico_arp search, *found; local
137 search.ipv4.addr = dst->addr;
138 found = pico_tree_findKey(&arp_tree, &search);
147 struct pico_arp*search; local
150 search = index->keyValue;
151 if(memcmp(&(search->eth.addr), &dst->addr, 6) == 0)
152 return &search->ipv4;
328 struct pico_arp search; local
332 search.ipv4.addr = hdr->src.addr;
335 found = pico_tree_findKey(&arp_tree, &search);
545 struct pico_arp*search; local
[all...]
H A Dpico_hotplug_detection.c128 struct pico_hotplug_device search = { local
139 hotplug_dev = (struct pico_hotplug_device*)pico_tree_findKey(&Hotplug_device_tree, &search);
183 struct pico_hotplug_device search = { local
187 hotplug_dev = (struct pico_hotplug_device*)pico_tree_findKey(&Hotplug_device_tree, &search);
H A Dpico_dev_mock.c37 struct mock_device search = { local
40 struct mock_device*mock = pico_tree_findKey(&mock_device_tree, &search);
74 struct mock_device search = { local
77 struct mock_device*mock = pico_tree_findKey(&mock_device_tree, &search);
170 struct mock_device search = { local
173 struct mock_device*mock = pico_tree_findKey(&mock_device_tree, &search);
H A Dpico_aodv.c68 struct pico_aodv_node search; local
69 memcpy(&search.dest, addr, sizeof(union pico_address));
70 return pico_tree_findKey(&aodv_nodes, &search);
/seL4-camkes-master/projects/camkes-tool/camkes/templates/tests/
H A Dtestbadidioms.py42 if regex.search(line) is not None:
/seL4-camkes-master/projects/camkes-tool/tools/
H A Dgoanna_wrapper.py98 s = suppression_mark.search(source_line)
H A Dcheck_deps.py60 m = re.search(r'^pylint\s+(\d+\.\d+)', output, flags=re.MULTILINE)
/seL4-camkes-master/tools/seL4/misc/
H A Dfilter.py23 if line and not COMMENT.search(line):
H A Dstyle.py51 if regex.search(fname):
/seL4-camkes-master/tools/cogent/cogent/examples/search/
H A DMakefile11 NAME=search
/seL4-camkes-master/projects/camkes-tool/camkes/ast/
H A Dlocation.py70 m = re.search(r'^Syntax error in input at \'(?P<token>[^\']*)\' '
/seL4-camkes-master/projects/seL4_libs/libsel4test/tools/
H A Dextract_results.py84 matches = re.search(regexp, data)
/seL4-camkes-master/tools/seL4/cmake-tool/helpers/
H A Dshoehorn.py98 match = re.search(cpio_magic, payload.read())
/seL4-camkes-master/projects/picotcp/test/python/
H A Dtopology.py148 if (self.gw and re.search("172\.16\."+`self.eth1.net`, self.gw)):
159 if (self.gw and re.search("172\.16\."+`self.eth2.net`+".", self.gw)):
/seL4-camkes-master/projects/musllibc/src/time/
H A D__tz.c124 static const char search[] = local
161 for (try=search; !map && *try; try+=l+1) {
256 /* Binary search for 'most-recent rule before t'. */
/seL4-camkes-master/projects/camkes-tool/camkes/parser/
H A DfdtQueryEngine.py149 if not regex.search(currpath):
332 wants us to search, then use that data set:
339 # Else search all nodes in the entire FDT
394 """ If there is a path query which we can use to cut the search set down,
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/
H A Dltmain.sh2417 -LLIBDIR search LIBDIR for required installed libraries
4098 # Add the dll search path components to the executable PATH
4671 /* no slashes; search PATH */
4752 /* search backwards for last DIR_SEPARATOR */
6532 # Remove this search path later
6537 # Remove this search path later
6657 # search path.
6682 # We only need to search for static libraries
6731 # search path.
7036 # Add the search path
[all...]

Completed in 220 milliseconds

12