HomeSort by relevance Sort by last modified time
    Searched refs:_ftsent (Results 51 - 58 of 58) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
fts.h 39 struct _ftsent *fts_cur; /* current node */
40 struct _ftsent *fts_child; /* linked list of children */
41 struct _ftsent **fts_array; /* sort array */
63 typedef struct _ftsent { struct
64 struct _ftsent *fts_cycle; /* cycle node */
65 struct _ftsent *fts_parent; /* parent directory */
66 struct _ftsent *fts_link; /* next file in directory */
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
fts.h 39 struct _ftsent *fts_cur; /* current node */
40 struct _ftsent *fts_child; /* linked list of children */
41 struct _ftsent **fts_array; /* sort array */
63 typedef struct _ftsent { struct
64 struct _ftsent *fts_cycle; /* cycle node */
65 struct _ftsent *fts_parent; /* parent directory */
66 struct _ftsent *fts_link; /* next file in directory */
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
fts.h 39 struct _ftsent *fts_cur; /* current node */
40 struct _ftsent *fts_child; /* linked list of children */
41 struct _ftsent **fts_array; /* sort array */
63 typedef struct _ftsent { struct
64 struct _ftsent *fts_cycle; /* cycle node */
65 struct _ftsent *fts_parent; /* parent directory */
66 struct _ftsent *fts_link; /* next file in directory */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
fts.h 41 struct _ftsent *fts_cur; /* current node */
42 struct _ftsent *fts_child; /* linked list of children */
43 struct _ftsent **fts_array; /* sort array */
65 typedef struct _ftsent { struct
66 struct _ftsent *fts_cycle; /* cycle node */
67 struct _ftsent *fts_parent; /* parent directory */
68 struct _ftsent *fts_link; /* next file in directory */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
fts.h 41 struct _ftsent *fts_cur; /* current node */
42 struct _ftsent *fts_child; /* linked list of children */
43 struct _ftsent **fts_array; /* sort array */
65 typedef struct _ftsent { struct
66 struct _ftsent *fts_cycle; /* cycle node */
67 struct _ftsent *fts_parent; /* parent directory */
68 struct _ftsent *fts_link; /* next file in directory */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
fts.h 41 struct _ftsent *fts_cur; /* current node */
42 struct _ftsent *fts_child; /* linked list of children */
43 struct _ftsent **fts_array; /* sort array */
65 typedef struct _ftsent { struct
66 struct _ftsent *fts_cycle; /* cycle node */
67 struct _ftsent *fts_parent; /* parent directory */
68 struct _ftsent *fts_link; /* next file in directory */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
fts.h 41 struct _ftsent *fts_cur; /* current node */
42 struct _ftsent *fts_child; /* linked list of children */
43 struct _ftsent **fts_array; /* sort array */
65 typedef struct _ftsent { struct
66 struct _ftsent *fts_cycle; /* cycle node */
67 struct _ftsent *fts_parent; /* parent directory */
68 struct _ftsent *fts_link; /* next file in directory */
  /bionic/libc/bionic/
fts.c 873 struct _ftsent **a;

Completed in 412 milliseconds

1 23