summaryrefslogtreecommitdiffstats
path: root/lib/glob.c
Commit message (Collapse)AuthorAgeFilesLines
* glob: do not unnecessarily opendir() a directorySascha Hauer2018-04-061-7/+8
| | | | | | | opendir() can trigger automounts, so do not use it when the pattern we examine doesn't have any wildcards. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* whole tree: remove trailing whitespacesDu Huanpeng2016-04-211-1/+1
| | | | | Signed-off-by: Du Huanpeng <u74147@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* glob: fix GLOB_SORTSascha Hauer2012-08-031-2/+2
| | | | | | | The arguments to collated_compare are actually pointers to pointers to char, not pointers to char. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* glob: Add sorted output supportSascha Hauer2012-05-141-6/+5
| | | | | | | This allows us for example to execute init scripts in the correct order. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* glob: activate GLOB_NOCHECK flagSascha Hauer2012-04-301-6/+4
| | | | | | Needed for hush. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* glob: sparse fixesSascha Hauer2010-10-211-24/+12
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add globbing supportSascha Hauer2008-03-091-0/+471