Home
last modified time | relevance | path

Searched defs:regex (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/openbmc/poky/meta/lib/oeqa/sdk/
H A Dcontext.py26 def _hasPackage(self, manifest, pkg, regex=False): argument
39 def hasHostPackage(self, pkg, regex=False): argument
42 def hasTargetPackage(self, pkg, multilib=False, regex=False): argument
/openbmc/u-boot/env/
H A Dattr.c115 char *regex; member
124 char regex[strlen(name) + 3]; in regex_callback() local
/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dpmbus_driver_device.cpp197 std::regex regex{"in(\\d+)_label"}; in isLabelFile() local
231 std::regex regex{"vout(\\d+)"}; in readPageFromLabelFile() local
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddevice_callouts.cpp103 std::regex regex{"i2c-[0-9]+/([0-9]+)-00([0-9a-f]{2})"}; in getI2CSearchKeys() local
134 std::regex regex{"slave@([0-9a-f]{2}):"}; in getFSISearchKeys() local
177 std::regex regex{"spi_master/spi(\\d+)/"}; in getSPISearchKeys() local
/openbmc/openbmc-test-automation/lib/
H A Dvar_funcs.py778 def match_struct(structure, match_dict, regex=False): argument
838 def filter_struct(structure, filter_dict, regex=False, invert=False): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dui-bootstrap-tpls-0.11.0.js8 …i.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.boo… function
H A Dui-bootstrap-tpls-0.11.0.min.js8 …i.bootstrap.accordion","ui.bootstrap.alert","ui.bootstrap.bindHtml","ui.bootstrap.buttons","ui.boo… function
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprogress.py115 def __init__(self, d, regex=r'(\d+)%', outfile=None): argument
130 def __init__(self, d, regex, outfile=None): argument
/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify.cpp61 std::regex regex{"v-?([0-9]+)\\.([0-9]+)\\.([0-9]+)", std::regex::extended}; in parse() local
/openbmc/u-boot/tools/
H A Dproftool.c48 regex_t regex; /* Regex to use if name starts with / */ member
300 static int regex_report_error(regex_t *regex, int err, const char *op, in regex_report_error()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dtypes.py77 def regex(value, regexflags=None): function
/openbmc/linux/tools/bpf/
H A Dbpf_jit_disasm.c182 regex_t regex; in get_last_jit_image() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c329 char regex[256]; in efi_get_next_variable_name() local
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.cpp326 std::regex regex{ in parseTocLine() local
/openbmc/hiomapd/vpnor/
H A Dtable.cpp352 std::regex regex{ in parseTocLine() local
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dwget.py386 def _parse_path(self, regex, s): argument
/openbmc/linux/tools/thermal/thermometer/
H A Dthermometer.c47 regex_t regex; member
/openbmc/linux/kernel/trace/
H A Dtrace.h1493 struct regex { struct
1497 regex_match_func match; argument
H A Dtrace_events_filter.c80 struct regex *regex; member
/openbmc/linux/tools/perf/arch/x86/util/
H A Diostat.c229 regex_t regex; in iio_root_port_parse_str() local
/openbmc/u-boot/cmd/
H A Defidebug.c692 char regex[256]; in do_efi_boot_dump() local
/openbmc/linux/tools/mm/
H A Dpage_owner_sort.c249 static bool check_regcomp(regex_t *pattern, const char *regex) in check_regcomp()
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1662 def _match(self, regex, path): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py83 regex = re.compile( variable in GitURLValidator
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp723 std::regex regex(" "); in procInfo() local

12