码迷,mamicode.com
首页 > 其他好文 > 详细

glob/globfree--找出匹配模式的路径名

时间:2017-06-11 23:25:33      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:路径名   code   mat   search   name   int   flags   free   logs   

语法

       #include <glob.h>

       int glob(const char *pattern, int flags,
                int (*errfunc) (const char *epath, int eerrno),
                glob_t *pglob);
       void globfree(glob_t *pglob);

解析

The  glob()  function searches for all the pathnames matching pattern according to the rules used by the shell (see glob(7)).

glob()用于搜索路径下所有匹配的文件,便于后续处理。

glob/globfree--找出匹配模式的路径名

标签:路径名   code   mat   search   name   int   flags   free   logs   

原文地址:http://www.cnblogs.com/embedded-linux/p/6986654.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!