| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| D | glob.c | 149 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 …]
|
| D | glob.hin | 52 #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/ |
| D | glob.c | 162 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/ |
| D | glob-libc.h | 115 } 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);
|
| D | glob.c | 201 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/ |
| D | glob.h | 71 } 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/ |
| D | glob.h | 42 int (*)(const char *, int), glob_t * __restrict); 43 void globfree(glob_t *);
|
| /netbsd/src/tests/include/ |
| D | t_glob.c | 46 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/ |
| D | sftp-glob.c | 37 int (*)(const char *, int), glob_t *); 115 int (*errfunc)(const char *, int), glob_t *pglob) in sftp_glob()
|
| D | sftp-usergroup.h | 20 void get_remote_user_groups_from_glob(struct sftp_conn *conn, glob_t *g);
|
| D | sftp-usergroup.c | 154 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()
|
| D | sftp.c | 94 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()
|
| D | auth2-pubkey.c | 331 glob_t gl; in match_principals_file() 818 glob_t gl; in user_key_allowed()
|
| /netbsd/src/external/bsd/tmux/dist/compat/ |
| D | getdtablecount.c | 32 glob_t g; in getdtablecount()
|
| /netbsd/src/usr.bin/man/ |
| D | man.c | 122 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/ |
| D | cftoken.l | 101 glob_t matches;
|
| /netbsd/src/external/bsd/less/dist/ |
| D | lglob.h | 38 #define DECL_GLOB_LIST(list) glob_t list; size_t i;
|
| /netbsd/src/libexec/ftpd/ |
| D | popen.c | 138 glob_t gl; in ftpd_popen()
|
| /netbsd/src/usr.bin/whatis/ |
| D | whatis.c | 77 glob_t pg; in main()
|
| /netbsd/src/external/gpl2/xcvs/dist/m4/ |
| D | glob.m4 | 55 [[glob_t found;
|
| /netbsd/src/usr.bin/apropos/ |
| D | apropos.c | 80 glob_t pg; in main()
|
| /netbsd/src/external/bsd/tmux/dist/ |
| D | cmd-source-file.c | 139 glob_t g; in cmd_source_file_exec()
|
| /netbsd/src/external/bsd/pkg_install/dist/lib/ |
| D | file.c | 250 glob_t globbed; in remove_files()
|
| /netbsd/src/tests/lib/libc/gen/ |
| D | t_glob.c | 206 glob_t gl; in run()
|
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | find_names.c | 278 glob_t glist; in find_files()
|