Searched defs:re (Results 1 - 4 of 4) sorted by relevance

/solaris-userland-s11u3/components/ruby/puppet/files/
H A Dupdate_smf.py42 import re namespace
49 COMMENT_PATTERN = re.compile(".*# ?(.*)")
50 CONFIG_VALUE_PATTERN = re.compile("([\S]+)\s*=\s*(\S*)")
/solaris-userland-s11u3/tools/python/pkglint/
H A Duserland.py34 import re namespace
76 re.compile('^/lib(/.*)?$'),
77 re.compile('^/usr/'),
78 re.compile('^\$ORIGIN/')
81 re.compile('^.*/64(/.*)?$'),
82 re.compile('^.*/amd64(/.*)?$'),
83 re.compile('^.*/sparcv9(/.*)?$'),
84 re.compile('^.*/i86pc-solaris-64(/.*)?$'), # perl path
85 re.compile('^.*/sun4-solaris-64(/.*)?$'), # perl path
86 re
[all...]
/solaris-userland-s11u3/components/openstack/neutron/files/services/vpn/device_drivers/
H A Dsolaris_ipsec.py89 import re namespace
209 prog = re.compile('^vpn_\d+_site_\d+')
283 m = re.search('Label', line)
365 pass_in_rule = re.compile('pass in quick on')
829 m = re.search('object already exists', str(stderr))
850 if re.search('Interface already exists', str(stderr)):
875 m = re.search('entry exists', str(stderr))
912 far_subnet = re.compile(subnet['cidr'])
976 m = re.search('Label', line)
1181 if re
[all...]
/solaris-userland-s11u3/components/openstack/ironic/files/drivers/modules/
H A Dsolaris_ipmitool.py28 import re namespace
1329 if re.search("->", console_data):
1334 elif re.search("y/n", console_data):
1375 if re.search(string, line):
2052 re_obj = re.search('Boot Device Selector : (.+)?\n', out)

Completed in 23 milliseconds