Lines Matching refs:preg
8978 int regcomp(regex_t *preg, const char *pattern,
8981 int regexec(regex_t *preg, const char *string,
8984 size_t regerror(int errcode, const regex_t *preg,
8987 void regfree(regex_t *preg);
9037 passed in the argument pattern. The preg argument is a pointer to a
9099 preg structure is filled in on success, and one member of the structure
9104 use the contents of the preg structure. If, for example, you pass it to
9145 The function regexec() is called to match a compiled pattern preg
9203 or regexec() to a printable message. If preg is not NULL, the error
9213 ciated with the preg structure. The function regfree() frees all such
9214 memory, after which preg may no longer be used as a compiled expres-