Searched refs:dirent (Results 26 - 50 of 437) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dlist-cmd.c80 const svn_dirent_t *dirent,
105 if (dirent->kind == svn_node_file)
150 apr_time_exp_lt(&exp_time, dirent->time);
151 if (apr_time_sec(now - dirent->time) < (365 * 86400 / 2)
152 && apr_time_sec(dirent->time - now) < (365 * 86400 / 2))
171 if (dirent->last_author)
173 const int author_width = (int)strlen(dirent->last_author);
183 if (dirent->kind == svn_node_file)
185 SVN_ERR(svn_cl__format_file_size(&sizestr, dirent->size,
192 dirent
77 print_dirent(void *baton, const char *path, const svn_dirent_t *dirent, const svn_lock_t *lock, const char *abs_path, const char *external_parent_url, const char *external_target, apr_pool_t *scratch_pool) argument
215 print_dirent_xml(void *baton, const char *path, const svn_dirent_t *dirent, const svn_lock_t *lock, const char *abs_path, const char *external_parent_url, const char *external_target, apr_pool_t *scratch_pool) argument
[all...]
/freebsd-13-stable/lib/libc/gen/
H A Dreaddir-compat11.c39 #include <dirent.h>
55 freebsd11_cvtdirent(struct freebsd11_dirent *dstdp, struct dirent *srcdp)
75 struct dirent *dp;
100 struct dirent xentry, *xresult;
H A Dclosedir.c38 #include <dirent.h>
H A Dgen-compat.h32 #include <dirent.h>
H A Dopendir.c39 #include <dirent.h>
100 return (strcmp((*(const struct dirent * const *)p1)->d_name,
101 (*(const struct dirent * const *)p2)->d_name));
117 struct dirent **dpv;
214 struct dirent *dp;
216 dp = (struct dirent *) ddptr;
231 struct dirent *xp;
247 struct dirent *dp = dpv[n];
263 dpv = malloc((n+1) * sizeof(struct dirent *));
H A Drewinddir.c38 #include <dirent.h>
H A Dtelldir.h104 struct dirent *_readdir_unlocked(DIR *, int);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dextdirent.h34 #include <sys/dirent.h>
38 * dirent provides additional informational flag bits for each
39 * directory entry. This dirent will be returned instead of the
40 * standard dirent if a VOP_READDIR() requests dirent flags via
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h36 /* NeXT's readdir() is BSD (struct direct) not POSIX (struct dirent) */
37 #define dirent direct macro
/freebsd-13-stable/lib/libc/sys/
H A Dgetdirentries.c35 #include <dirent.h>
47 struct dirent *dst;
53 dst = (struct dirent *)de;
57 rlen = roundup(offsetof(struct dirent, d_name) + src->d_namlen + 1, 8);
69 dst = (struct dirent *)((char *)dst + rlen);
95 * the dst buffer due to changes in efficiency in packing dirent
/freebsd-13-stable/contrib/ofed/libibumad/
H A Dsysfs.c46 #include <dirent.h>
145 (((uintptr_t)&((struct dirent *)0)->d_name + \
146 ((namlen)+1)*sizeof(((struct dirent *)0)->d_name[0]) + 3) & ~3)
149 sys_scandir(const char *dirname, struct dirent ***namelist,
150 int (*select)(const struct dirent *),
151 int (*compar)(const struct dirent **, const struct dirent **))
153 struct dirent **names;
154 struct dirent **names2;
155 struct dirent *d
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dlist.c128 svn_dirent_t dirent = { 0 }; local
133 dirent.has_props = svn_hash__get_bool(attrs, "has-props", FALSE);
138 dirent.kind = svn_node_kind_from_word(kind_word);
141 SVN_ERR(svn_cstring_atoi64(&dirent.size, size));
143 dirent.size = SVN_INVALID_FILESIZE;
146 SVN_ERR(svn_revnum_parse(&dirent.created_rev, crev, NULL));
148 dirent.created_rev = SVN_INVALID_REVNUM;
151 SVN_ERR(svn_time_from_cstring(&dirent.time, date, scratch_pool));
154 dirent.last_author = list_ctx->author;
157 SVN_ERR(list_ctx->receiver(dirent_path, &dirent,
[all...]
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestldap.c108 apr_finfo_t dirent; local
115 status = apr_dir_read(&dirent, APR_FINFO_MIN | APR_FINFO_NAME, thedir);
123 if (strstr(dirent.name, ".der")) {
125 cert->path = apr_pstrcat (p, DIRNAME, "/", dirent.name, NULL);
129 if (strstr(dirent.name, ".b64")) {
131 cert->path = apr_pstrcat (p, DIRNAME, "/", dirent.name, NULL);
/freebsd-13-stable/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h128 # include <dirent.h>
129 # define D_NAMLEN(dirent) strlen((dirent)->d_name)
131 # define dirent direct
132 # define D_NAMLEN(dirent) (dirent)->d_namlen
/freebsd-13-stable/crypto/heimdal/appl/rcp/
H A Drcp_locl.h47 #include <dirent.h>
/freebsd-13-stable/stand/libsa/
H A Dnullfs.c102 int null_readdir(struct open_file *f, struct dirent *d)
/freebsd-13-stable/lib/libsecureboot/
H A Dveta.c37 #include <dirent.h>
77 struct dirent *de;
/freebsd-13-stable/contrib/opie/
H A Dopie_cfg.h19 <dirent.h> to make *BSD happy.
77 #include <dirent.h>
79 #define dirent direct macro
/freebsd-13-stable/usr.sbin/pw/
H A Drm_r.c36 #include <dirent.h>
48 struct dirent *e;
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dreaddir.cc34 #include <dirent.h>
75 struct dirent *de;
76 vector<struct dirent> ents(2);
77 vector<struct dirent> empty_ents(0);
126 struct dirent *de;
153 * some additional non-standardized fields in the returned dirent.
188 * The dirent.d_off field can be used with lseek to position the directory so
189 * that getdirentries will return the subsequent dirent.
195 vector<struct dirent> ents0(2);
196 vector<struct dirent> ents
[all...]
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzpl.h120 void *dirent; member in struct:zpl_dir_context
126 .dirent = _dirent, \
135 return (!ctx->actor(ctx->dirent, name, namelen, ctx->pos, ino, type));
141 return (ctx->actor(ctx->dirent, ".", 1, ctx->pos,
148 return (ctx->actor(ctx->dirent, "..", 2, ctx->pos,
/freebsd-13-stable/usr.bin/diff/
H A Ddiffdir.c28 #include <dirent.h>
39 static int selectfile(const struct dirent *);
40 static void diffit(struct dirent *, char *, size_t, char *, size_t, int);
50 struct dirent *dent1, **dp1, **edp1, **dirp1 = NULL;
51 struct dirent *dent2, **dp2, **edp2, **dirp2 = NULL;
172 diffit(struct dirent *dp, char *path1, size_t plen1, char *path2, size_t plen2,
221 selectfile(const struct dirent *dp)
/freebsd-13-stable/include/
H A Dglob.h65 struct dirent *(*gl_readdir)(void *);
/freebsd-13-stable/contrib/tcsh/
H A Dglob.h55 struct dirent *(*gl_readdir) (void *);
/freebsd-13-stable/contrib/kyua/utils/fs/
H A Ddirectory.cpp34 #include <dirent.h>
134 ::dirent _dirent;
199 ::dirent* result;

Completed in 224 milliseconds

1234567891011>>