Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 7 of 7) sorted by relevance

/xen/tools/include/xen-foreign/
A Dmkheader.py144 regex = "#define\s+%s\\b" % define; variable
145 match = re.search(regex, line);
153 regex = "\\b%s\\b" % define; variable
154 output += re.sub(regex, replace, line) + "\n";
164 regex = "union\s+%s\s*\{(.*?)\n\};" % union; variable
165 match = re.search(regex, input, re.S)
174 regex = "(?:#ifdef ([A-Z_]+))?\nstruct\s+%s\s*\{(.*?)\n\};" % struct; variable
175 match = re.search(regex, input, re.S)
/xen/tools/xl/
A Dxl.c75 regex_t regex; in auto_autoballoon() local
82 ret = regcomp(&regex, in auto_autoballoon()
88 ret = regexec(&regex, info->commandline, 0, NULL, 0); in auto_autoballoon()
89 regfree(&regex); in auto_autoballoon()
/xen/tools/xenstat/libxenstat/src/
A Dxenstat_linux.c115 char *regex = "([^:]*):([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)[ ]*([^ ]*)" in parseNetDevLine() local
155 if ((ret = regcomp(&r, regex, REG_EXTENDED))) { in parseNetDevLine()
/xen/docs/misc/
A Dhypfs-paths.pandoc29 PATH can contain simple regex constructs following the Perl compatible
A Dkconfig.rst260 given string or regular expression (regex).
A Dxenstore-paths.pandoc28 PATH can contain simple regex constructs following the Perl compatible
/xen/
A DMAINTAINERS94 K: Keyword perl extended regex pattern to match content in a
101 One regex pattern per line. Multiple K: lines acceptable.

Completed in 7 milliseconds