Home
last modified time | relevance | path

Searched defs:_ftsent (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dftsfake.h74 typedef struct _ftsent { struct
80 char *fts_accpath; /* access path */
81 char *fts_path; /* root path */
84 int fts_symfd; /* fd for symlink */
89 ino_t fts_ino; /* inode */
90 dev_t fts_dev; /* device */
92 u_int16_t fts_nlink; /* link count */
95 nlink_t fts_nlink; /* link count */
97 int fts_nlink; /* link count */
103 short fts_level; /* depth (-1 to N) */
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
H A Dcompat_fts.h54 typedef struct _ftsent { struct
55 struct _ftsent *fts_cycle; /* cycle node */ argument
58 char *fts_accpath; /* access path */
59 char *fts_path; /* root path */
60 int fts_errno; /* errno for this node */
61 size_t fts_pathlen; /* strlen(fts_path) */
64 ino_t fts_ino; /* inode */
65 dev_t fts_dev; /* device */
66 nlink_t fts_nlink; /* link count */
71 int fts_level; /* depth (-1 to N) */
[all …]
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/include/
H A Dfts.h63 typedef struct _ftsent { struct
69 char *fts_accpath; /* access path */
70 char *fts_path; /* root path */
71 int fts_errno; /* errno for this node */
72 int fts_symfd; /* fd for symlink */
76 ino_t fts_ino; /* inode */
77 dev_t fts_dev; /* device */
78 nlink_t fts_nlink; /* link count */
83 int fts_level; /* depth (-1 to N) */
110 unsigned short fts_spare; /* unused */
[all …]
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dfts.h65 typedef struct _ftsent { struct
66 struct _ftsent *fts_cycle; /* cycle node */ argument
71 char *fts_accpath; /* access path */
72 char *fts_path; /* root path */
73 int fts_errno; /* errno for this node */
74 int fts_symfd; /* fd for symlink */
78 ino_t fts_ino; /* inode */
79 dev_t fts_dev; /* device */
80 nlink_t fts_nlink; /* link count */
85 short fts_level; /* depth (-1 to N) */
[all …]
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dfts.h65 typedef struct _ftsent { struct
66 struct _ftsent *fts_cycle; /* cycle node */ argument
71 char *fts_accpath; /* access path */
72 char *fts_path; /* root path */
73 int fts_errno; /* errno for this node */
74 int fts_symfd; /* fd for symlink */
78 ino_t fts_ino; /* inode */
79 dev_t fts_dev; /* device */
80 nlink_t fts_nlink; /* link count */
85 short fts_level; /* depth (-1 to N) */
[all …]
/dports/net-mgmt/nfdump/nfdump-1.6.20/bin/
H A Dfts_compat.h67 typedef struct _ftsent { struct
68 struct _ftsent *fts_cycle; /* cycle node */ argument
73 char *fts_accpath; /* access path */
74 char *fts_path; /* root path */
75 int fts_errno; /* errno for this node */
76 int fts_symfd; /* fd for symlink */
80 ino_t fts_ino; /* inode */
81 dev_t fts_dev; /* device */
82 nlink_t fts_nlink; /* link count */
86 short fts_level; /* depth (-1 to N) */
[all …]
/dports/net/owamp/owamp-3.3/owampd/
H A Dfts.h73 struct _ftsent { struct
74 struct _ftsent *fts_cycle; /* cycle node */ argument
79 char *fts_accpath; /* access path */
80 char *fts_path; /* root path */
81 int fts_errno; /* errno for this node */
82 int fts_symfd; /* fd for symlink */
86 ino_t fts_ino; /* inode */
87 dev_t fts_dev; /* device */
88 nlink_t fts_nlink; /* link count */
92 short fts_level; /* depth (-1 to N) */
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/nt/
H A Dfts-nt.h94 typedef struct _ftsent { struct
95 struct _ftsent *fts_cycle; /* cycle node */ argument
101 char *fts_accpath; /* access path */
103 char *fts_path; /* root path */
105 int fts_errno; /* errno for this node */
108 size_t fts_pathlen; /* strlen(fts_path) */
113 fts_ino_t fts_ino; /* inode */
114 fts_dev_t fts_dev; /* device */
115 fts_nlink_t fts_nlink; /* link count */
119 long fts_level; /* depth (-1 to N) */
[all …]
/dports/ftp/bsdftpd-ssl/bsdftpd-ssl-1.1.0/contrib/libbsdport/include/
H A Dfts.h68 typedef struct _ftsent { struct
69 struct _ftsent *fts_cycle; /* cycle node */ argument
74 char *fts_accpath; /* access path */
75 char *fts_path; /* root path */
76 int fts_errno; /* errno for this node */
77 int fts_symfd; /* fd for symlink */
81 ino_t fts_ino; /* inode */
82 dev_t fts_dev; /* device */
83 nlink_t fts_nlink; /* link count */
87 short fts_level; /* depth (-1 to N) */
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dcompat_fts.h57 typedef struct _ftsent { struct
58 struct _ftsent *fts_cycle; /* cycle node */ argument
61 char *fts_accpath; /* access path */
62 char *fts_path; /* root path */
63 int fts_errno; /* errno for this node */
64 size_t fts_pathlen; /* strlen(fts_path) */
67 ino_t fts_ino; /* inode */
68 dev_t fts_dev; /* device */
69 nlink_t fts_nlink; /* link count */
74 int fts_level; /* depth (-1 to N) */
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/include/
H A Dfts.h86 typedef struct _ftsent { struct
87 struct _ftsent *fts_cycle; /* cycle node */ argument
92 char *fts_accpath; /* access path */
93 char *fts_path; /* root path */
94 int fts_errno; /* errno for this node */
95 int fts_symfd; /* fd for symlink */
99 __fts_ino_t fts_ino; /* inode */
100 __fts_dev_t fts_dev; /* device */
101 __fts_nlink_t fts_nlink; /* link count */
105 __fts_level_t fts_level; /* depth (-1 to N) */
[all …]
/dports/lang/gawk/gawk-5.1.1/extension/
H A Dgawkfts.h80 typedef struct _ftsent { struct
81 struct _ftsent *fts_cycle; /* cycle node */ argument
86 char *fts_accpath; /* access path */
87 char *fts_path; /* root path */
88 int fts_errno; /* errno for this node */
89 int fts_symfd; /* fd for symlink */
93 ino_t fts_ino; /* inode */
94 dev_t fts_dev; /* device */
95 unsigned int fts_nlink; /* link count */
99 int fts_level; /* depth (-1 to N) */
[all …]
/dports/security/amavisd-milter/amavisd-milter-1.7.0/compat/
H A Dfts_compat.h83 typedef struct _ftsent { struct
84 struct _ftsent *fts_cycle; /* cycle node */ argument
89 char *fts_accpath; /* access path */
90 char *fts_path; /* root path */
91 int fts_errno; /* errno for this node */
92 int fts_symfd; /* fd for symlink */
96 __fts_ino_t fts_ino; /* inode */
97 dev_t fts_dev; /* device */
98 __fts_nlink_t fts_nlink; /* link count */
102 short fts_level; /* depth (-1 to N) */
[all …]
/dports/ftp/tnftpd/tnftpd-20200704/libnetbsd/
H A Dftpfts.h87 typedef struct _ftsent { struct
88 struct _ftsent *fts_cycle; /* cycle node */ argument
93 char *fts_accpath; /* access path */
94 char *fts_path; /* root path */
95 int fts_errno; /* errno for this node */
96 int fts_symfd; /* fd for symlink */
100 __fts_ino_t fts_ino; /* inode */
101 __fts_dev_t fts_dev; /* device */
102 __fts_nlink_t fts_nlink; /* link count */
106 __fts_level_t fts_level; /* depth (-1 to N) */
[all …]
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/lib/fts/
H A Dfts.h89 typedef struct _ftsent { struct
90 struct _ftsent *fts_cycle; /* cycle node */ argument
91 struct _ftsent *fts_parent; /* parent directory */ argument
95 char *fts_accpath; /* access path */
96 char *fts_path; /* root path */
98 int fts_symfd; /* fd for symlink */
102 __fts_ino_t fts_ino; /* inode */
103 __fts_dev_t fts_dev; /* device */
104 __fts_nlink_t fts_nlink; /* link count */
108 __fts_level_t fts_level; /* depth (-1 to N) */
[all …]
/dports/sysutils/fpart/fpart-1.4.0/src/
H A Dfts.h101 typedef struct _ftsent { struct
102 struct _ftsent *fts_cycle; /* cycle node */ argument
108 char *fts_accpath; /* access path */
109 char *fts_path; /* root path */
110 int fts_errno; /* errno for this node */
111 int fts_symfd; /* fd for symlink */
115 __ino_t fts_ino; /* inode */
116 __dev_t fts_dev; /* device */
117 __nlink_t fts_nlink; /* link count */
121 long fts_level; /* depth (-1 to N) */
[all …]
/dports/archivers/rpm4/rpm-4.16.1.3/misc/
H A Drpmfts.h96 typedef struct _ftsent { struct
97 struct _ftsent *fts_cycle; /*!< cycle node */ argument
102 char *fts_accpath; /*!< access path */
103 char *fts_path; /*!< root path */
104 int fts_errno; /*!< errno for this node */
105 int fts_symfd; /*!< fd for symlink */
109 ino_t fts_ino; /*!< inode */
110 dev_t fts_dev; /*!< device */
111 nlink_t fts_nlink; /*!< link count */
115 short fts_level; /*!< depth (-1 to N) */
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dfts_.h199 typedef struct _ftsent { struct
200 struct _ftsent *fts_cycle; /* cycle node */ argument
201 struct _ftsent *fts_parent; /* parent directory */ argument
206 long fts_number; /* local numeric value */
207 void *fts_pointer; /* local address value */
208 char *fts_accpath; /* access file name */
211 int fts_symfd; /* fd for symlink */
212 size_t fts_pathlen; /* strlen(fts_path) */
218 ptrdiff_t fts_level; /* depth (-1 to N) */
220 size_t fts_namelen; /* strlen(fts_name) */
[all …]
/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Dfts_.h199 typedef struct _ftsent { struct
200 struct _ftsent *fts_cycle; /* cycle node */ argument
201 struct _ftsent *fts_parent; /* parent directory */ argument
206 long fts_number; /* local numeric value */
207 void *fts_pointer; /* local address value */
208 char *fts_accpath; /* access file name */
211 int fts_symfd; /* fd for symlink */
212 size_t fts_pathlen; /* strlen(fts_path) */
218 ptrdiff_t fts_level; /* depth (-1 to N) */
220 size_t fts_namelen; /* strlen(fts_name) */
[all …]
/dports/textproc/gnugrep/grep-3.7/lib/
H A Dfts_.h199 typedef struct _ftsent { struct
200 struct _ftsent *fts_cycle; /* cycle node */ argument
201 struct _ftsent *fts_parent; /* parent directory */ argument
206 long fts_number; /* local numeric value */
207 void *fts_pointer; /* local address value */
208 char *fts_accpath; /* access file name */
211 int fts_symfd; /* fd for symlink */
212 size_t fts_pathlen; /* strlen(fts_path) */
218 ptrdiff_t fts_level; /* depth (-1 to N) */
220 size_t fts_namelen; /* strlen(fts_name) */
[all …]
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dfts_.h199 typedef struct _ftsent { struct
200 struct _ftsent *fts_cycle; /* cycle node */ argument
201 struct _ftsent *fts_parent; /* parent directory */ argument
206 long fts_number; /* local numeric value */
208 char *fts_accpath; /* access file name */
211 int fts_symfd; /* fd for symlink */
212 size_t fts_pathlen; /* strlen(fts_path) */
218 ptrdiff_t fts_level; /* depth (-1 to N) */
220 size_t fts_namelen; /* strlen(fts_name) */
225 nlink_t fts_n_dirs_remaining;
[all …]
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dfts_.h201 typedef struct _ftsent { struct
202 struct _ftsent *fts_cycle; /* cycle node */ argument
203 struct _ftsent *fts_parent; /* parent directory */ argument
208 long fts_number; /* local numeric value */
210 char *fts_accpath; /* access file name */
213 int fts_symfd; /* fd for symlink */
214 size_t fts_pathlen; /* strlen(fts_path) */
220 ptrdiff_t fts_level; /* depth (-1 to N) */
222 size_t fts_namelen; /* strlen(fts_name) */
227 nlink_t fts_n_dirs_remaining;
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dfts.h98 typedef struct _ftsent { struct
99 struct _ftsent *fts_cycle; /* cycle node */ argument
104 char *fts_accpath; /* access path */
105 char *fts_path; /* root path */
106 int fts_errno; /* errno for this node */
107 int fts_symfd; /* fd for symlink */
111 ino_t fts_ino; /* inode */
112 dev_t fts_dev; /* device */
113 nlink_t fts_nlink; /* link count */
117 short fts_level; /* depth (-1 to N) */
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/
H A Dfts.h98 typedef struct _ftsent { struct
99 struct _ftsent *fts_cycle; /* cycle node */ argument
104 char *fts_accpath; /* access path */
105 char *fts_path; /* root path */
106 int fts_errno; /* errno for this node */
107 int fts_symfd; /* fd for symlink */
111 ino_t fts_ino; /* inode */
112 dev_t fts_dev; /* device */
113 nlink_t fts_nlink; /* link count */
117 short fts_level; /* depth (-1 to N) */
[all …]
/dports/security/clamav/clamav-0.104.2/clamonacc/misc/
H A Dpriv_fts.h128 typedef struct _ftsent { struct
129 struct _ftsent *fts_cycle; /* cycle node */ argument
130 struct _ftsent *fts_parent; /* parent directory */ argument
134 char *fts_accpath; /* access path */
135 char *fts_path; /* root path */
137 int fts_symfd; /* fd for symlink */
141 ino_t fts_ino; /* inode */
142 dev_t fts_dev; /* device */
143 nlink_t fts_nlink; /* link count */
147 short fts_level; /* depth (-1 to N) */
[all …]

12