Lines Matching refs:preg
9496 int regcomp(regex_t *preg, const char *pattern,
9499 int regexec(regex_t *preg, const char *string,
9501 size_t regerror(int errcode, const regex_t *preg,
9504 void regfree(regex_t *preg);
9554 passed in the argument pattern. The preg argument is a pointer to a
9616 preg structure is filled in on success, and one member of the structure
9621 use the contents of the preg structure. If, for example, you pass it to
9662 The function regexec() is called to match a compiled pattern preg
9720 or regexec() to a printable message. If preg is not NULL, the error
9730 ciated with the preg structure. The function regfree() frees all such
9731 memory, after which preg may no longer be used as a compiled expres-