ADVANCE(3) Library Functions Manual ADVANCE(3)
NAME
advance — pattern
match given a compiled regular expression (LEGACY)
SYNOPSIS
#include <regexp.h> int advance(const char *string, const char *expbuf);
DESCRIPTION
Refer to regexp(3) .
DERIVATION
Derived from Issue 2 of the SVID.
February 1997 posix.fail