Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/onbld/Checks/
H A DSpellCheck.py267 regex = re.compile(r'\b%s\b' % (misspelling), re.IGNORECASE) variable
272 regex = re.compile(r'\b%s\b' % (alternate), re.IGNORECASE) variable
277 regex = re.compile(r'\b%s\b' % (alternate)) variable
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dregcmp.c190 regex(const char* handle, const char* subject, ...) in regex() function
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregex.c170 regex(const char *regexp, const char *stringp, ...) in regex() function
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c436 regex_t regex; in dir_dev_acc() local
H A Ddevfsmap.c2044 regex_t regex; in devfs_walk_device_minors() local
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregcomp.c130 regex_t* regex; /* user handle */ member
H A Dreglib.h532 const regex_t* regex; /* from regexec */ member