Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/lib/libast/common/
H A DRELEASE28 09-12-11 regex/regcomp.c: posix semantics for [z-a]
29 09-12-11 regex/regcomp.c: fix BRE/ERE ^^ logic
30 09-12-11 regex/regcomp.c: fix regcomb() for REG_LEFT|REG_RIGHT
31 09-12-11 regex/regcomp.c: bm complete=0 if REX_END
39 09-11-11 regex.h,regcomp.c: add REG_CLASS_ESCAPE, \ inside [...] literal by default
40 09-11-03 regex/regcache.c: change to variable length pattern strings
67 09-04-22 include/regex.h,regex/regcomp.c: add REG_REGEXP <regexp.h> compatibility
102 08-11-04 regex/regcomp.c: fix locale [!-...] and [^-...] re-initialization
108 08-09-04 regex/regnexec.c: fix nested delimiter match beyond end of subject
133 08-05-14 regex/regcomp.c,regcoll.c: fix UTF-8 collation sequence logic
[all …]
/titanic_41/usr/src/lib/libast/
H A DMakefile.com259 common/regex/regalloc.o \
260 common/regex/regcache.o \
261 common/regex/regclass.o \
262 common/regex/regcoll.o \
263 common/regex/regcomp.o \
264 common/regex/regdecomp.o \
265 common/regex/regerror.o \
266 common/regex/regexec.o \
267 common/regex/regfatal.o \
268 common/regex/reginit.o \
[all …]
H A DMakefile119 regex.h \
/titanic_41/usr/src/tools/onbld/Scm/
H A DIgnore.py86 for regex in ignore_list:
87 if (regex.match(path)):
/titanic_41/usr/src/cmd/sendmail/cf/feature/
H A Dbadmx.m421 Kbadmx regex -a<BADMX> ^(([0-9]{1,3}\.){3}[0-9]){0,1}\.$
23 KBadMXIP regex -a<BADMXIP> ifelse(defn(`_ARG_'), `', `^(127\.|10\.|0\.0\.0\.0)', `_ARG_')
/titanic_41/usr/src/pkg/transforms/
H A Dpublish33 # if the "name" property matches the regex "variant.arch",
38 # then the negative lookahead assertion in the regex will fail, and we
H A Ddefaults32 # lookbehind assertion: it says "only match this regex if the
33 # previously matched text does NOT match regex r." So it will match
/titanic_41/usr/src/head/
H A Dpw.h37 extern char *regex(const char *, const char *, ...);
H A Dlibgen.h57 extern char *regex(const char *, const char *, ...);
/titanic_41/usr/src/tools/cscope-fast/
H A Dfind.c186 if (*s != '\0' && regex(regexp, s) != NULL) { in findsymbol()
211 if (regex(regexp, s) != NULL) { in findsymbol()
337 if (*s != '\0' && regex(regexp, s) != NULL) { in finddef()
689 if (regex(regexp, s) != NULL) { in findfile()
900 if (regex(regexp, s) != NULL) { in findterm()
989 return (regex(regexp, s) ? YES : NO); in match()
/titanic_41/usr/src/lib/libast/common/comp/
H A Dlibgen.h46 extern char* regex(const char*, const char*, ...);
H A Dregcmp.c183 regex(const char* handle, const char* subject, ...) in regex() function
/titanic_41/usr/src/tools/codesign/
H A Dfindcrypto.sh49 regex[$n]=$r
/titanic_41/usr/src/man/man3head/
H A DMakefile63 regex.h.3head \
152 regex.3head \
241 regex.3head := LINKSRC = regex.h.3head
/titanic_41/usr/src/cmd/lp/lib/filters/
H A DMakefile38 regex.o \
/titanic_41/usr/src/lib/libeti/form/
H A DMakefile.com56 regex.o \
/titanic_41/usr/src/cmd/auditreduce/
H A Dregex2.c112 ret = regex(p_exp[i].comp, s);
/titanic_41/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c436 regex_t regex; in dir_dev_acc() local
527 if (regcomp(&regex, match, REG_EXTENDED) != 0) { in dir_dev_acc()
537 regexec(&regex, name, 0, NULL, 0) == 0) { in dir_dev_acc()
563 regfree(&regex); in dir_dev_acc()
/titanic_41/usr/src/lib/libc/
H A DMakefile.targ191 pics/%.o: $(LIBCBASE)/../port/regex/%.c
193 -I$(LIBCBASE)/../port/regex \
/titanic_41/usr/src/ucblib/libucb/
H A DMakefile.com65 regex.o \
/titanic_41/usr/src/man/man5/
H A DMakefile107 regex.5 \
/titanic_41/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DKernelStackRecord.java32 import java.util.regex.Pattern;
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h254 #undef regex
255 #define regex _ast_regex macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h275 #undef regex
276 #define regex _ast_regex macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h275 #undef regex
276 #define regex _ast_regex macro

123