/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 28 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_50/usr/src/lib/libast/ |
H A D | Makefile.com | 259 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 D | Makefile | 119 regex.h \
|
/titanic_50/usr/src/tools/onbld/Scm/ |
H A D | Ignore.py | 86 for regex in ignore_list: 87 if (regex.match(path)):
|
/titanic_50/usr/src/cmd/sendmail/cf/feature/ |
H A D | badmx.m4 | 21 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_50/usr/src/lib/libc/ |
H A D | Makefile.targ | 135 pics/%64.o: $(LIBCBASE)/../port/regex/%.c 137 -I$(LIBCBASE)/../port/regex \ 197 pics/%.o: $(LIBCBASE)/../port/regex/%.c 199 -I$(LIBCBASE)/../port/regex \
|
/titanic_50/usr/src/head/ |
H A D | pw.h | 37 extern char *regex(const char *, const char *, ...);
|
H A D | libgen.h | 57 extern char *regex(const char *, const char *, ...);
|
/titanic_50/usr/src/pkg/transforms/ |
H A D | publish | 33 # if the "name" property matches the regex "variant.arch", 38 # then the negative lookahead assertion in the regex will fail, and we
|
H A D | defaults | 32 # lookbehind assertion: it says "only match this regex if the 33 # previously matched text does NOT match regex r." So it will match
|
/titanic_50/usr/src/tools/cscope-fast/ |
H A D | find.c | 186 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_50/usr/src/lib/libast/common/comp/ |
H A D | libgen.h | 46 extern char* regex(const char*, const char*, ...);
|
H A D | regcmp.c | 183 regex(const char* handle, const char* subject, ...) in regex() function
|
/titanic_50/usr/src/tools/codesign/ |
H A D | findcrypto.sh | 49 regex[$n]=$r
|
/titanic_50/usr/src/man/man3head/ |
H A D | Makefile | 64 regex.h.3head \ 154 regex.3head \ 243 regex.3head := LINKSRC = regex.h.3head
|
/titanic_50/usr/src/cmd/lp/lib/filters/ |
H A D | Makefile | 38 regex.o \
|
/titanic_50/usr/src/lib/libeti/form/ |
H A D | Makefile.com | 56 regex.o \
|
/titanic_50/usr/src/cmd/auditreduce/ |
H A D | regex2.c | 112 ret = regex(p_exp[i].comp, s);
|
/titanic_50/usr/src/lib/libdevinfo/ |
H A D | devinfo_devperm.c | 436 regex_t regex; in dir_dev_acc() local 527 if (regcomp(®ex, match, REG_EXTENDED) != 0) { in dir_dev_acc() 537 regexec(®ex, name, 0, NULL, 0) == 0) { in dir_dev_acc() 563 regfree(®ex); in dir_dev_acc()
|
/titanic_50/usr/src/ucblib/libucb/ |
H A D | Makefile.com | 65 regex.o \
|
/titanic_50/usr/src/man/man5/ |
H A D | Makefile | 111 regex.5 \
|
/titanic_50/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | KernelStackRecord.java | 32 import java.util.regex.Pattern;
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_map.h | 254 #undef regex 255 #define regex _ast_regex macro
|
/titanic_50/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_map.h | 275 #undef regex 276 #define regex _ast_regex macro
|
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_map.h | 275 #undef regex 276 #define regex _ast_regex macro
|