Home
last modified time | relevance | path

Searched defs:directory_entry (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/mkhybrid/dist/
H A Dmkisofs.h134 struct directory_entry{ struct
135 struct directory_entry * next; argument
136 struct directory_entry * jnext; argument
146 struct directory_entry * parent_rec; argument
155 struct directory_entry * assoc; /* entry has a resource fork */ argument
156 hfsdirent *hfs_ent; /* HFS parameters */
157 unsigned int hfs_off; /* offset to real start of fork */
158 unsigned int hfs_type; /* type of HFS Unix file */
H A Dmulti.c171 FDECL3(parse_rr, unsigned char *, pnt, int, len, struct directory_entry *,dpnt) in FDECL3()
224 FDECL4(check_rr_dates, struct directory_entry *, dpnt, in FDECL4()
569 FDECL2(free_mdinfo, struct directory_entry ** , ptr, int, len ) in FDECL2()
622 FDECL6(check_prev_session, struct directory_entry ** , ptr, int, len, in FDECL6()
811 struct directory_entry **, pnt, in FDECL3()
955 FDECL2(merge_old_directory_into_tree, struct directory_entry *, dpnt, in FDECL2()
H A Dhash.c33 void FDECL1(add_hash, struct directory_entry *, spnt){ in FDECL1()
158 void FDECL1(add_file_hash, struct directory_entry *, de){ in FDECL1()
211 int FDECL1(delete_file_hash, struct directory_entry *, de){ in FDECL1()
H A Dname.c47 struct directory_entry *, sresult, in FDECL3()
H A Dtree.c758 static void FDECL2(update_nlink, struct directory_entry *, s_entry, int, value) in FDECL2()
777 static void FDECL1(increment_nlink, struct directory_entry *, s_entry) in FDECL1()
859 struct directory_entry *, de) in FDECL3()
1734 struct directory_entry *, de, int, flag)
H A Djoliet.c888 static int FDECL1(joliet_sort_directory, struct directory_entry **, sort_dir) in FDECL1()
H A Dwrite.c451 int FDECL1(sort_directory, struct directory_entry **, sort_dir) in FDECL1()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h70 class directory_entry; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h75 class directory_entry; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h59 class directory_entry; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h60 class directory_entry; in _GLIBCXX_VISIBILITY() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h134 directory_entry(std::string Path, llvm::sys::fs::file_type Type) in directory_entry() function