Home
last modified time | relevance | path

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

12

/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dglob.c149 static int g_lstat (Char *, struct stat *, glob_t *);
150 static DIR *g_opendir (Char *, glob_t *);
155 static int g_stat (Char *, struct stat *, glob_t *);
156 static int glob0 (const Char *, glob_t *);
157 static int glob1 (Char *, glob_t *, size_t *);
158 static int glob2 (Char *, Char *, Char *, glob_t *, size_t *);
159 static int glob3 (Char *, Char *, Char *, Char *, glob_t *, size_t *);
160 static int globextend (const Char *, glob_t *, size_t *);
161 static const Char * globtilde (const Char *, Char *, glob_t *);
162 static int globexp1 (const Char *, glob_t *);
[all …]
Dglob.hin52 #define glob_t rk_glob_t
76 } glob_t;
97 glob (const char *, int, int (*)(const char *, int), glob_t *);
100 globfree (glob_t *);
/netbsd/src/lib/libc/gen/
Dglob.c162 static int g_lstat(Char *, __gl_stat_t *, glob_t *);
163 static DIR *g_opendir(Char *, glob_t *);
165 static int g_stat(Char *, __gl_stat_t *, glob_t *);
166 static int glob0(const Char *, glob_t *, struct glob_limit *);
167 static int glob1(Char *, glob_t *, struct glob_limit *);
168 static int glob2(Char *, Char *, Char *, const Char *, glob_t *,
171 const Char *, glob_t *, struct glob_limit *);
172 static int globextend(const Char *, glob_t *, struct glob_limit *);
174 glob_t *);
175 static int globexp1(const Char *, glob_t *, struct glob_limit *);
[all …]
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dglob-libc.h115 } glob_t; typedef
163 glob_t *__restrict __pglob) __THROW;
166 extern void globfree (glob_t *__pglob) __THROW;
171 glob_t *__restrict __pglob), glob64);
173 extern void __REDIRECT_NTH (globfree, (glob_t *__pglob), globfree64);
Dglob.c201 glob_t *pglob);
250 glob_t *pglob;
738 glob_t dirs;
897 register glob_t *pglob;
1039 glob_t *pglob, int flags) in weak_alias()
1063 glob_t *pglob) in glob_in_dir()
/netbsd/src/include/
Dglob.h71 } glob_t; typedef
106 int (*)(const char *, int), glob_t * __restrict) __RENAME(__glob30);
107 void globfree(glob_t *) __RENAME(__globfree30);
/netbsd/src/lib/libc/compat/include/
Dglob.h42 int (*)(const char *, int), glob_t * __restrict);
43 void globfree(glob_t *);
/netbsd/src/tests/include/
Dt_glob.c46 glob_t g; in ATF_TC_BODY()
60 (void)memset(&g, 0, sizeof(glob_t)); in ATF_TC_BODY()
/netbsd/src/crypto/external/bsd/openssh/dist/
Dsftp-glob.c37 int (*)(const char *, int), glob_t *);
115 int (*errfunc)(const char *, int), glob_t *pglob) in sftp_glob()
Dsftp-usergroup.h20 void get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g);
Dsftp-usergroup.c154 collect_ids_from_glob(glob_t *g, int user, u_int **idsp, u_int *nidsp) in collect_ids_from_glob()
188 get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g) in get_remote_user_groups_from_glob()
Dsftp.c94 glob_t *sort_glob;
103 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
641 glob_t g; in process_get()
728 glob_t g; in process_put()
970 glob_t g; in do_globbed_ls()
1576 glob_t g; in parse_dispatch_command()
2021 glob_t g; in complete_match()
Dauth2-pubkey.c331 glob_t gl; in match_principals_file()
818 glob_t gl; in user_key_allowed()
/netbsd/src/external/bsd/tmux/dist/compat/
Dgetdtablecount.c32 glob_t g; in getdtablecount()
/netbsd/src/usr.bin/man/
Dman.c122 static int manual(char *, struct manstate *, glob_t *);
142 glob_t pg; in main()
550 manual(char *page, struct manstate *mp, glob_t *pg) in manual()
1059 glob_t pg; in printmanpath()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dcftoken.l101 glob_t matches;
/netbsd/src/external/bsd/less/dist/
Dlglob.h38 #define DECL_GLOB_LIST(list) glob_t list; size_t i;
/netbsd/src/libexec/ftpd/
Dpopen.c138 glob_t gl; in ftpd_popen()
/netbsd/src/usr.bin/whatis/
Dwhatis.c77 glob_t pg; in main()
/netbsd/src/external/gpl2/xcvs/dist/m4/
Dglob.m455 [[glob_t found;
/netbsd/src/usr.bin/apropos/
Dapropos.c80 glob_t pg; in main()
/netbsd/src/external/bsd/tmux/dist/
Dcmd-source-file.c139 glob_t g; in cmd_source_file_exec()
/netbsd/src/external/bsd/pkg_install/dist/lib/
Dfile.c250 glob_t globbed; in remove_files()
/netbsd/src/tests/lib/libc/gen/
Dt_glob.c206 glob_t gl; in run()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dfind_names.c278 glob_t glist; in find_files()

12