Home
last modified time | relevance | path

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

/bionic/libc/include/
Dfts.h41 typedef struct _ftsent { struct
42 struct _ftsent * _Nullable fts_cycle; /* cycle node */ argument
43 struct _ftsent * _Nullable fts_parent; /* parent directory */ argument
44 struct _ftsent * _Nullable fts_link; /* next file in directory */ argument
45 long fts_number; /* local numeric value */
46 void * _Nullable fts_pointer; /* local address value */
47 char * _Nullable fts_accpath; /* access path */
48 char * _Nullable fts_path; /* root path */
49 int fts_errno; /* errno for this node */
50 int fts_symfd; /* fd for symlink */
[all …]
/bionic/libc/fts/include/bionic/
Dfts.h41 typedef struct _ftsent { struct
42 struct _ftsent * _Nullable fts_cycle; /* cycle node */ argument
43 struct _ftsent * _Nullable fts_parent; /* parent directory */ argument
44 struct _ftsent * _Nullable fts_link; /* next file in directory */ argument
45 long fts_number; /* local numeric value */
46 void * _Nullable fts_pointer; /* local address value */
47 char * _Nullable fts_accpath; /* access path */
48 char * _Nullable fts_path; /* root path */
49 int fts_errno; /* errno for this node */
50 int fts_symfd; /* fd for symlink */
[all …]