]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Introduce the GLOB_MAXPATH flag, which allows the user to limit the
authorJonathan Lemon <jlemon@FreeBSD.org>
Mon, 19 Mar 2001 19:10:06 +0000 (19:10 +0000)
committerJonathan Lemon <jlemon@FreeBSD.org>
Mon, 19 Mar 2001 19:10:06 +0000 (19:10 +0000)
commitbae8632f82abfc086afbc1ad186b41e40f8d9c60
tree3ead2fda29eb28b2a727ccf4308d7ee4e1352b2a
parentc534fd78eb00df59ec2d39540e088d1fdfcc31d8
Introduce the GLOB_MAXPATH flag, which allows the user to limit the
number of paths which glob(3) will return.  Remove the hardcoded limit
from the last commit, which restores the previous unbounded behavior.

Document the new flag in the manual page.
include/glob.h
lib/libc/gen/glob.3
lib/libc/gen/glob.c