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

/fuchsia/zircon/third_party/ulib/musl/src/network/
H A Dresolvconf.c8 int __get_resolv_conf(struct resolvconf* conf, char* search, size_t search_sz) { argument
17 if (search)
18 *search = 0;
79 if (!search)
81 if ((strncmp(line, "domain", 6) && strncmp(line, "search", 6)) || !isspace(line[6]))
89 memcpy(search, p, l + 1);
/fuchsia/zircon/third_party/tools/android/
H A Dmkbootimg103 match = re.search(r'^(\d{1,3})(?:\.(\d{1,3})(?:\.(\d{1,3}))?)?', x)
119 match = re.search(r'^(\d{4})-(\d{2})-(\d{2})', x)
/fuchsia/zircon/scripts/
H A Dsymbolize244 # will get searched twice, but relative to the entire search time,
268 help="List of build directories to search instead of the default (out/x64)")
461 m = Symbolizer.zircon_nm_codestart.search(nm_result)
565 if Symbolizer.zircon_crash_re.search(line):
569 m = Symbolizer.zircon_pc_re.search(line)
H A Dzircon.elf-gdb.py41 return re.search(r"x86-64", _get_architecture())
45 return re.search(r"aarch64", _get_architecture())
558 symbol_match = re.search(r"0x[0-9a-f]+", output)
875 """ From $pc, search the base address to the page size
/fuchsia/zircon/third_party/ulib/musl/src/time/
H A D__tz.c134 static const char search[] = "/usr/share/zoneinfo/\0/share/zoneinfo/\0/etc/zoneinfo/\0";
178 for (try = search; !map && *try; try += l + 1) {
282 /* Binary search for 'most-recent rule before t'. */
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Drb.h177 a_prefix##search(a_rbt_type *rbtree, const a_type *key); \
410 a_prefix##search(a_rbt_type *rbtree, const a_type *key) { \

Completed in 90 milliseconds