Home
last modified time | relevance | path

Searched refs:REG_EXTENDED (Results 1 – 25 of 41) sorted by relevance

12

/titanic_44/usr/src/lib/print/libpapi-lpd/common/
H A Dlpd-query.c300 (void) regcomp(&job_re, job_expr, REG_EXTENDED|REG_ICASE); in parse_lpd_query()
307 (void) regcomp(&wjob_re, wjob_expr, REG_EXTENDED|REG_ICASE); in parse_lpd_query()
308 (void) regcomp(&whjob_re, whjob_expr, REG_EXTENDED|REG_ICASE); in parse_lpd_query()
309 (void) regcomp(&wline_re, wline_expr, REG_EXTENDED|REG_ICASE); in parse_lpd_query()
346 REG_EXTENDED|REG_ICASE); in parse_lpd_query()
351 (void) regcomp(&proc_re, proc_expr, REG_EXTENDED|REG_ICASE); in parse_lpd_query()
352 (void) regcomp(&idle_re, idle_expr, REG_EXTENDED|REG_ICASE); in parse_lpd_query()
374 (void) regcomp(&doc1_re, doc1_expr, REG_EXTENDED|REG_ICASE); in parse_lpd_query()
375 (void) regcomp(&doc2_re, doc2_expr, REG_EXTENDED|REG_ICASE); in parse_lpd_query()
/titanic_44/usr/src/common/util/
H A Dgetresponse.c103 while (regcomp(&preg_yes, yesexpr, REG_EXTENDED | REG_NOSUB) != 0 || in init_yes()
104 regcomp(&preg_no, noexpr, REG_EXTENDED | REG_NOSUB) != 0) { in init_yes()
/titanic_44/usr/src/lib/libcmd/common/
H A Dgrep.c639 state.options |= REG_EXTENDED; in grep_main()
649 state.options |= REG_EXTENDED|REG_LENIENT; in grep_main()
665 state.options |= REG_EXTENDED; in grep_main()
671 state.options &= ~(REG_AUGMENTED|REG_EXTENDED); in grep_main()
686 state.options |= REG_EXTENDED|REG_LENIENT; in grep_main()
785 if ((state.options & REG_LITERAL) && (state.options & (REG_AUGMENTED|REG_EXTENDED))) in grep_main()
/titanic_44/usr/src/head/
H A Dregex.h77 #define REG_EXTENDED 0x01 /* Use Extended Regular Expressions */ macro
/titanic_44/usr/src/lib/libast/common/regex/
H A Dregdecomp.c406 switch (flags & (REG_AUGMENTED|REG_EXTENDED|REG_SHELL)) in regdecomp()
412 case REG_AUGMENTED|REG_EXTENDED: in regdecomp()
415 case REG_EXTENDED: in regdecomp()
H A Dregcomp.c2152 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2153 env->flags |= REG_AUGMENTED|REG_EXTENDED; in grp()
2158 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2162 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2163 env->flags |= REG_EXTENDED; in grp()
2168 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2173 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2187 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
2188 env->flags |= REG_EXTENDED|REG_CLASS_ESCAPE; in grp()
2192 …env->flags &= ~(REG_AUGMENTED|REG_EXTENDED|REG_LITERAL|REG_SHELL|REG_LEFT|REG_RIGHT|REG_CLASS_ESCA… in grp()
[all …]
H A Dreglib.h79 #define REG_COMP (REG_DELIMITED|REG_ESCAPE|REG_EXTENDED|REG_FIRST|REG_ICASE|REG_NOSUB|REG_NEWLINE|R…
/titanic_44/usr/src/cmd/pgrep/
H A Dpsexp.c95 REG_EXTENDED)) != 0) { in psexp_compile()
/titanic_44/usr/src/lib/libast/common/include/
H A Dregex.h45 #define REG_EXTENDED 0x00000002 /* enable ( | ) */ macro
/titanic_44/usr/src/lib/libast/common/comp/
H A Dregcmp.c168 c = regcomp(&re->re, s, REG_EXTENDED|REG_LENIENT|REG_NULL); in regcmp()
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dregex.h27 #define REG_EXTENDED 0x00000002 /* enable ( | ) */ macro
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dregex.h27 #define REG_EXTENDED 0x00000002 /* enable ( | ) */ macro
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dregex.h27 #define REG_EXTENDED 0x00000002 /* enable ( | ) */ macro
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dregex.h27 #define REG_EXTENDED 0x00000002 /* enable ( | ) */ macro
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dan_to_ln.c238 if (!regcomp(&match_exp, regexp, REG_EXTENDED) && in aname_do_match()
295 if (!regcomp(&match_exp, regexp, REG_EXTENDED)) { in do_replacement()
/titanic_44/usr/src/cmd/grep_xpg4/
H A Dgrep.c157 regflags |= REG_EXTENDED; in main()
252 regflags |= REG_EXTENDED; in main()
/titanic_44/usr/src/cmd/sed/
H A Dmain.c141 rflags = REG_EXTENDED; in main()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c564 if ((rerr = regcomp(&yesre, nl_langinfo(YESEXPR), REG_EXTENDED)) != 0) { in confirm()
572 if ((rerr = regcomp(&nore, nl_langinfo(NOEXPR), REG_EXTENDED)) != 0) { in confirm()
/titanic_44/usr/src/cmd/pfexecd/
H A Dpfexecd.c135 if (regcomp(&regc, regexpr, REG_EXTENDED) != 0) in init_isa_regex()
/titanic_44/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c494 if (regcomp(&re, "^(/dev/dsk/.*)s[0-9]+$", REG_EXTENDED) == 0) { in populate_DiskVirtualDeviceBean()
510 if (regcomp(&re, "^(/dev/dsk/.*)s[0-9]+/old$", REG_EXTENDED) == in populate_DiskVirtualDeviceBean()
H A Dlibzfs_jni_dataset.c297 if (regcomp(&re, REGEX_ZFS_NAME, REG_EXTENDED) != 0 || in set_name_in_DatasetBean()
/titanic_44/usr/src/lib/libast/common/misc/
H A Derror.c196 …state.match = newof(0, regex_t, 1, 0))) && regcomp(error_state.match, v, REG_EXTENDED|REG_LENIENT)) in setopt()
/titanic_44/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c354 ret = regcomp(&rc->regexp, value, REG_EXTENDED); in parse_rule_component()
/titanic_44/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c527 if (regcomp(&regex, match, REG_EXTENDED) != 0) { in dir_dev_acc()
/titanic_44/usr/src/lib/libc/port/locale/
H A Dregcomp.c184 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp()
233 if (cflags&REG_EXTENDED) in regcomp()

12