Lines Matching refs:glob
0 /* glob.h -- Find a path matching a pattern.
76 Make sure this definition is seen before glob-libc.h defines types that
82 # define glob rpl_glob
97 # include "glob-libc.gl.h"
105 _GL_FUNCDECL_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags,
109 _GL_CXXALIAS_RPL (glob, int, (const char *_Restrict_ __pattern, int __flags,
114 _GL_FUNCDECL_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags,
119 _GL_CXXALIAS_SYS (glob, int, (const char *_Restrict_ __pattern, int __flags,
123 _GL_CXXALIASWARN (glob);
125 # undef glob
127 _GL_WARN_ON_USE (glob,
128 "glob is unportable - "
129 "use gnulib module glob for portability");
149 "use gnulib module glob for portability");
171 "use gnulib module glob for portability");