LOC1(3) Library Functions Manual LOC1(3)

loc1 loc2pointers to characters matched by regular expressions (LEGACY)

#include <regexp.h>

extern char *loc1;
extern char *loc2;

Refer to regexp(3) .

These variables are kept for historical reasons, but may be withdrawn in a future issue.

New applications should use , , and , which provide full internationalised regular expression functionality compatible with the ISO POSIX-2 standard, as described in the specification, re(7).

Derived from Issue 2 of the SVID.

February 1997 posix.fail