/titanic_44/usr/src/lib/print/libpapi-lpd/common/ |
H A D | lpd-query.c | 300 (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 D | getresponse.c | 103 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 D | grep.c | 639 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 D | regex.h | 77 #define REG_EXTENDED 0x01 /* Use Extended Regular Expressions */ macro
|
/titanic_44/usr/src/lib/libast/common/regex/ |
H A D | regdecomp.c | 406 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 D | regcomp.c | 2152 …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 D | reglib.h | 79 #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 D | psexp.c | 95 REG_EXTENDED)) != 0) { in psexp_compile()
|
/titanic_44/usr/src/lib/libast/common/include/ |
H A D | regex.h | 45 #define REG_EXTENDED 0x00000002 /* enable ( | ) */ macro
|
/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | regcmp.c | 168 c = regcomp(&re->re, s, REG_EXTENDED|REG_LENIENT|REG_NULL); in regcmp()
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | regex.h | 27 #define REG_EXTENDED 0x00000002 /* enable ( | ) */ macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | regex.h | 27 #define REG_EXTENDED 0x00000002 /* enable ( | ) */ macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | regex.h | 27 #define REG_EXTENDED 0x00000002 /* enable ( | ) */ macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | regex.h | 27 #define REG_EXTENDED 0x00000002 /* enable ( | ) */ macro
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | an_to_ln.c | 238 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 D | grep.c | 157 regflags |= REG_EXTENDED; in main() 252 regflags |= REG_EXTENDED; in main()
|
/titanic_44/usr/src/cmd/sed/ |
H A D | main.c | 141 rflags = REG_EXTENDED; in main()
|
/titanic_44/usr/src/cmd/ssh/ssh/ |
H A D | sshconnect.c | 564 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 D | pfexecd.c | 135 if (regcomp(®c, regexpr, REG_EXTENDED) != 0) in init_isa_regex()
|
/titanic_44/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_pool.c | 494 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 D | libzfs_jni_dataset.c | 297 if (regcomp(&re, REGEX_ZFS_NAME, REG_EXTENDED) != 0 || in set_name_in_DatasetBean()
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | error.c | 196 …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 D | pkinit_matching.c | 354 ret = regcomp(&rc->regexp, value, REG_EXTENDED); in parse_rule_component()
|
/titanic_44/usr/src/lib/libdevinfo/ |
H A D | devinfo_devperm.c | 527 if (regcomp(®ex, match, REG_EXTENDED) != 0) { in dir_dev_acc()
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 184 if ((cflags®_EXTENDED) && (cflags®_NOSPEC)) in regcomp() 233 if (cflags®_EXTENDED) in regcomp()
|