Home
last modified time | relevance | path

Searched refs:glob_t (Results 1 – 15 of 15) sorted by relevance

/titanic_50/usr/src/lib/libast/common/include/
H A Dglob.h40 typedef struct _glob_ glob_t; typedef
68 void* (*gl_diropen)(glob_t*, const char*);
69 char* (*gl_dirnext)(glob_t*, void*);
70 void (*gl_dirclose)(glob_t*, void*);
71 int (*gl_type)(glob_t*, const char*, int);
72 int (*gl_attr)(glob_t*, const char*, int);
84 char* (*gl_nextdir)(glob_t*, char*);
139 extern int glob(const char*, int, int(*)(const char*,int), glob_t*);
140 extern void globfree(glob_t*);
/titanic_50/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef
77 __V_* (*gl_diropen) __PROTO__((glob_t*, const char*));
78 char* (*gl_dirnext) __PROTO__((glob_t*, __V_*));
79 void (*gl_dirclose) __PROTO__((glob_t*, __V_*));
80 int (*gl_type) __PROTO__((glob_t*, const char*, int));
81 int (*gl_attr) __PROTO__((glob_t*, const char*, int));
93 char* (*gl_nextdir) __PROTO__((glob_t*, char*));
149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
150 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/titanic_50/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef
77 __V_* (*gl_diropen) __PROTO__((glob_t*, const char*));
78 char* (*gl_dirnext) __PROTO__((glob_t*, __V_*));
79 void (*gl_dirclose) __PROTO__((glob_t*, __V_*));
80 int (*gl_type) __PROTO__((glob_t*, const char*, int));
81 int (*gl_attr) __PROTO__((glob_t*, const char*, int));
93 char* (*gl_nextdir) __PROTO__((glob_t*, char*));
149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
150 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/titanic_50/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef
77 __V_* (*gl_diropen) __PROTO__((glob_t*, const char*));
78 char* (*gl_dirnext) __PROTO__((glob_t*, __V_*));
79 void (*gl_dirclose) __PROTO__((glob_t*, __V_*));
80 int (*gl_type) __PROTO__((glob_t*, const char*, int));
81 int (*gl_attr) __PROTO__((glob_t*, const char*, int));
93 char* (*gl_nextdir) __PROTO__((glob_t*, char*));
149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
150 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/titanic_50/usr/src/lib/libast/i386/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef
77 __V_* (*gl_diropen) __PROTO__((glob_t*, const char*));
78 char* (*gl_dirnext) __PROTO__((glob_t*, __V_*));
79 void (*gl_dirclose) __PROTO__((glob_t*, __V_*));
80 int (*gl_type) __PROTO__((glob_t*, const char*, int));
81 int (*gl_attr) __PROTO__((glob_t*, const char*, int));
93 char* (*gl_nextdir) __PROTO__((glob_t*, char*));
149 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
150 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c138 static int g_lstat(Char *, struct stat *, glob_t *);
139 static DIR *g_opendir(Char *, glob_t *);
141 static int g_stat(Char *, struct stat *, glob_t *);
142 static int glob0(const Char *, glob_t *, size_t *);
143 static int glob1(Char *, Char *, glob_t *, size_t *);
145 glob_t *, size_t *);
147 Char *, Char *, glob_t *, size_t *);
148 static int globextend(const Char *, glob_t *, size_t *);
150 globtilde(const Char *, Char *, size_t, glob_t *);
151 static int globexp1(const Char *, glob_t *, size_t *);
[all …]
/titanic_50/usr/src/head/
H A Dglob.h80 typedef struct glob_t { struct
118 } glob_t; argument
175 glob_t *_RESTRICT_KYWD);
176 extern void globfree(glob_t *);
/titanic_50/usr/src/lib/libc/port/regex/
H A Dglob.c181 static int g_lstat(wcat_t *, struct stat *, glob_t *);
182 static DIR *g_opendir(wcat_t *, glob_t *);
184 static int g_stat(wcat_t *, struct stat *, glob_t *);
185 static int glob0(const wcat_t *, glob_t *, struct glob_lim *,
187 static int glob1(wcat_t *, wcat_t *, glob_t *, struct glob_lim *,
190 wcat_t *, glob_t *, struct glob_lim *,
193 wcat_t *, wcat_t *, glob_t *, struct glob_lim *,
195 static int globextend(const wcat_t *, glob_t *, struct glob_lim *,
198 const wcat_t *globtilde(const wcat_t *, wcat_t *, size_t, glob_t *);
199 static int globexp1(const wcat_t *, glob_t *, struct glob_lim *,
[all …]
/titanic_50/usr/src/lib/libast/common/misc/
H A Dglob.c78 gl_diropen(glob_t* gp, const char* path) in gl_diropen()
88 gl_dirnext(glob_t* gp, void* handle) in gl_dirnext()
111 gl_dirclose(glob_t* gp, void* handle) in gl_dirclose()
121 gl_type(glob_t* gp, const char* path, int flags) in gl_type()
144 gl_attr(glob_t* gp, const char* path, int flags) in gl_attr()
154 gl_nextdir(glob_t* gp, char* dir) in gl_nextdir()
185 errorcheck(register glob_t* gp, const char* path) in errorcheck()
231 addmatch(register glob_t* gp, const char* dir, const char* pat, register const char* rescan, char* … in addmatch()
293 glob_dir(glob_t* gp, globlist_t* ap) in glob_dir()
567 glob(const char* pattern, int flags, int (*errfn)(const char*, int), register glob_t* gp) in glob()
[all …]
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-glob.c36 int (*)(const char *, int), glob_t *);
141 int (*errfunc)(const char *, int), glob_t *pglob) in remote_glob()
H A Dsftp.c95 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
543 glob_t g; in process_get()
609 glob_t g; in process_put()
787 glob_t g; in do_globbed_ls()
1052 glob_t g; in parse_dispatch_command()
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dexpand.c78 static char *nextdir(glob_t *gp, char *dir) in nextdir()
95 glob_t gdata; in path_expand()
97 register glob_t *gp= &gdata; in path_expand()
/titanic_50/usr/src/cmd/filesync/
H A Deval.c880 glob_t gt; in add_glob()
/titanic_50/usr/src/cmd/mandoc/
H A Dmain.c534 glob_t globinfo; in fs_lookup()
/titanic_50/usr/src/lib/libc/port/
H A Dllib-lc1171 int(*errfunc)(const char *epath, int eerrno), glob_t *restrict pglob);
1172 extern void globfree(glob_t *pglob);