Searched refs:regex (Results 1 - 25 of 127) sorted by relevance

123456

/illumos-gate/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 *, ...);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dlibgen.h46 extern char* regex(const char*, const char*, ...);
H A Dre_comp.c29 #include <regex.h>
H A Dfnmatch.c30 #include <regex.h>
36 int reg; /* regex flag */
H A Dregcmp.c29 #include <regex.h>
183 regex(const char* handle, const char* subject, ...) function
/illumos-gate/usr/src/tools/onbld/Checks/
H A DSpellCheck.py255 regex = re.compile(r'\b%s\b' % (misspelling), re.IGNORECASE) variable
256 entry = (regex, misspelling, correct)
260 regex = re.compile(r'\b%s\b' % (alternate), re.IGNORECASE) variable
261 entry = (regex, alternate, correct)
/illumos-gate/usr/src/tools/codesign/
H A Dfindcrypto.sh49 regex[$n]=$r
63 if expr "$s" : ".*${regex[i]}" >/dev/null; then
/illumos-gate/usr/src/tools/onbld/Scm/
H A DIgnore.py43 syntax = 'regex'
62 elif (syntax == 'regex'):
86 for regex in ignore_list:
87 if (regex.match(path)):
/illumos-gate/usr/src/cmd/pgrep/
H A Dpsexp.h34 #include <regex.h>
/illumos-gate/usr/src/cmd/devfsadm/
H A Dzfs_link.c26 #include <regex.h>
H A Dzut_link.c26 #include <regex.h>
H A Dfssnap_link.c29 #include <regex.h>
H A Dramdisk_link.c29 #include <regex.h>
H A Dlofi_link.c27 #include <regex.h>
/illumos-gate/usr/src/test/zfs-tests/tests/functional/vdev_zaps/
H A Dvdev_zaps.kshlib20 function get_conf_section # regex conf
23 typeset regex="$1"
26 dsk_line=$(grep -n "$regex" "$conf" | awk -F: '{print $1}')
/illumos-gate/usr/src/cmd/sed/
H A Dmisc.c39 #include <regex.h>
/illumos-gate/usr/src/lib/fm/libfmd_log/common/
H A Dfmd_log.h33 #include <regex.h>
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_util.h33 #include <regex.h>
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregerror.c42 #include <regex.h>
72 RERR(REG_INVARG, "invalid argument to regex routine"),
H A Dregfree.c41 #include <regex.h>
/illumos-gate/usr/src/lib/libast/common/string/
H A Dchresc.c37 #include <regex.h>
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A DMakefile38 regex.o \
/illumos-gate/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/regini
[all...]
/illumos-gate/usr/src/lib/libeti/form/
H A DMakefile.com56 regex.o \

Completed in 161 milliseconds

123456