Searched refs:regcomp (Results 126 - 141 of 141) sorted by relevance

123456

/macosx-10.9.5/cups-372.4/cups/test/
H A Dippfind.c2451 int err = regcomp(&(temp->re), regex, REG_NOSUB | REG_ICASE | REG_EXTENDED);
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dm32c-asm.c1711 reg_err = regcomp ((regex_t *) CGEN_INSN_RX (insn), rxbuf, REG_NOSUB);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastconf.c1558 if (regcomp(&re, pattern, REG_DISCIPLINE|REG_EXTENDED|REG_LENIENT|REG_NULL))
/macosx-10.9.5/lsof-52/lsof/
H A Darg.c710 if ((re = regcomp(&CmdRx[i].cx, xp, co))) {
/macosx-10.9.5/pcre-7/pcre/
H A Dpcretest.c1311 rc = regcomp(&preg, (char *)p, cflags);
/macosx-10.9.5/cups-372.4/cups/cups/
H A Dipp.c5334 if ((i = regcomp(&re,
5393 if ((i = regcomp(&re,
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dregcomp.c420 /* regcomp takes a regular expression as a string and compiles it.
456 regcomp (preg, pattern, cflags)
511 weak_alias (__regcomp, regcomp)
515 from either regcomp or regexec. We don't use PREG here. */
672 regcomp/regexec above without link errors. */
453 regcomp (preg, pattern, cflags) function
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregcomp.c117 regflags_t flags; /* flags arg to regcomp */
3210 regcomp(regex_t* p, const char* pattern, regflags_t flags) function
3405 * regcomp() on sized pattern
3419 r = regcomp(p, s, flags);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dacl.c2668 rc = regcomp( &re, newbuf, REG_EXTENDED|REG_ICASE );
/macosx-10.9.5/syslog-217.1.4/libsystem_asl.tproj/src/
H A Dasl_msg.c1100 if (regcomp(&rex, q, rflags) != 0) return (t & ASL_QUERY_OP_NOT_EQUAL);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/
H A Dconfigure8825 memchr memmove memset realpath regcomp \
/macosx-10.9.5/zsh-60/zsh/
H A Dconfigure8227 regcomp regexec regerror regfree \
/macosx-10.9.5/ncurses-42/ncurses/
H A Dconfigure11616 int x = regcomp(p, "", 0);
/macosx-10.9.5/sudo-72/src/
H A Dconfigure16248 regcomp setlocale nl_langinfo getaddrinfo getsid setenv \
/macosx-10.9.5/bash-92/bash-3.2/
H A Dconfigure12387 memmove pathconf putenv raise regcomp regexec \
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/
H A Dconfigure17745 if(regcomp(&re, pattern, 0)) {
[all...]

Completed in 705 milliseconds

123456