Home
last modified time | relevance | path

Searched refs:regex (Results 1 – 25 of 73) sorted by last modified time

123

/illumos-gate/usr/src/test/libc-tests/tests/
H A DMakefile32 regex \
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-libctest.p5m171 dir path=opt/libc-tests/tests/regex
172 dir path=opt/libc-tests/tests/regex/data
173 file path=opt/libc-tests/tests/regex/data/basic.dat mode=0444
174 file path=opt/libc-tests/tests/regex/data/basic.out mode=0444
175 file path=opt/libc-tests/tests/regex/data/bug16127.dat mode=0444
176 file path=opt/libc-tests/tests/regex/data/bug16127.out mode=0444
177 file path=opt/libc-tests/tests/regex/data/categorize.dat mode=0444
178 file path=opt/libc-tests/tests/regex/data/categorize.out mode=0444
179 file path=opt/libc-tests/tests/regex/data/forcedassoc.dat mode=0444
180 file path=opt/libc-tests/tests/regex/data/forcedassoc.out mode=0444
[all …]
H A Dsystem-library.man3c.inc1081 link path=usr/share/man/man3c/regex.3c target=regcmp.3c
H A Dsystem-header.p5m157 file path=usr/include/ast/regex.h
525 file path=usr/include/regex.h
1825 link path=usr/share/man/man3head/regex.3head target=regex.h.3head
1826 file path=usr/share/man/man3head/regex.h.3head
/illumos-gate/usr/src/test/libc-tests/runfiles/
H A Ddefault.run75 [/opt/libc-tests/tests/regex/regex_test]
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com977 regex.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com1031 regex.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com1004 regex.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile965 regex.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile1191 regex.3c \
2306 regex.3c := LINKSRC = regcmp.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1672 regex;
/illumos-gate/usr/src/man/man7/
H A DMakefile116 regex.7 \
/illumos-gate/exception_lists/
H A Dcstyle694 usr/src/test/libc-tests/tests/regex/testregex.c
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A DMakefile20 TESTDIR= $(ROOTOPTPKG)/tests/regex
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE320 expr: switch to <regex.h>
/illumos-gate/usr/src/tools/onbld/Checks/
H A DSpellCheck.py267 regex = re.compile(r'\b%s\b' % (misspelling), re.IGNORECASE) variable
268 entry = (regex, misspelling, correct)
272 regex = re.compile(r'\b%s\b' % (alternate), re.IGNORECASE) variable
273 entry = (regex, alternate, correct)
277 regex = re.compile(r'\b%s\b' % (alternate)) variable
278 entry = (regex, alternate, correct)
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemSolver.java35 import java.util.regex.*;
H A DExpression.java31 import java.util.regex.*;
/illumos-gate/usr/src/cmd/more/
H A Dmore.c1352 if (regex(s, Line) != NULL) in search()
/illumos-gate/usr/src/ucblib/libucb/
H A DMakefile.com68 regex.o \
/illumos-gate/usr/src/lib/libc/
H A DMakefile.targ142 pics/%64.o: $(LIBCBASE)/../port/regex/%.c
144 -I$(LIBCBASE)/../port/regex \
209 pics/%.o: $(LIBCBASE)/../port/regex/%.c
211 -I$(LIBCBASE)/../port/regex \
/illumos-gate/usr/src/cmd/logadm/
H A Dglob.c271 if (regex(re, dp->d_name, ret0)) { in glob_reglob()
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c623 return (regex(cstr,xcomm) ? 1 : 0); in cmatch()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dfind.c184 if (*s != '\0' && regex(regexp, s) != NULL) { in findsymbol()
209 if (regex(regexp, s) != NULL) { in findsymbol()
335 if (*s != '\0' && regex(regexp, s) != NULL) { in finddef()
687 if (regex(regexp, s) != NULL) { in findfile()
898 if (regex(regexp, s) != NULL) { in findterm()
987 return (regex(regexp, s) ? YES : NO); in match()
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py86 for regex in ignore_list:
87 if (regex.match(path)):

123