Searched defs:glob_t (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A Dbsd_glob.h60 } glob_t; typedef in typeref:struct:__anon84
83 int bsd_glob(const char *, int, int (*)(const char *, int), glob_t *);
84 void bsd_globfree(glob_t *);
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef in typeref:struct:_glob_
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*));
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
152 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/osnet-11/usr/src/lib/libast/common/include/
H A Dglob.h40 typedef struct _glob_ glob_t; typedef in typeref:struct:_glob_
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*);
141 extern int glob(const char*, int, int(*)(const char*,int), glob_t*);
142 extern void globfree(glob_t*);
/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef in typeref:struct:_glob_
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*));
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
152 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef in typeref:struct:_glob_
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*));
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
152 extern __MANGLE__ void globfree __PROTO__((glob_t*));
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dglob.h49 typedef struct _glob_ glob_t; typedef in typeref:struct:_glob_
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*));
151 extern __MANGLE__ int glob __PROTO__((const char*, int, int(*)(const char*,int), glob_t*));
152 extern __MANGLE__ void globfree __PROTO__((glob_t*));

Completed in 35 milliseconds