summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_pppoe.c
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-02-23 16:20:55 +0000
committerknu <knu@FreeBSD.org>2001-02-23 16:20:55 +0000
commitcaa8a14382c376f9c55e5e5b70bd6bb997d4bd38 (patch)
tree84e1c36e31858c52eb3942df16eedd3e8f496d7e /sys/netgraph/ng_pppoe.c
parentc6eb25402d7b17b05db469fb5b404765335ce916 (diff)
downloadFreeBSD-src-caa8a14382c376f9c55e5e5b70bd6bb997d4bd38.zip
FreeBSD-src-caa8a14382c376f9c55e5e5b70bd6bb997d4bd38.tar.gz
Implement the following options and primaries:
-E Interpret regular expressions followed by -regex and -iregex op- tions as extended (modern) regular expressions rather than basic regular expressions (BRE's). The re_format(7) manual page fully describes both formats. -iname pattern Like -name, but the match is case insensitive. -ipath pattern Like -path, but the match is case insensitive. -regex pattern True if the whole path of the file matches pattern using regular expression. To match a file named ``./foo/xyzzy'', you can use the regular expression ``.*/[xyz]*'' or ``.*/foo/.*'', but not ``xyzzy'' or ``/foo/''. -iregex pattern Like -regex, but the match is case insensitive. These are meant to be compatible with other find(1) implementations such as GNU's or NetBSD's except regexp library differences. Reviewed by: sobomax, dcs, and some other people on -current
Diffstat (limited to 'sys/netgraph/ng_pppoe.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud