Searched defs:d_type (Results 1 - 20 of 20) sorted by relevance

/external/ltp/testcases/kernel/syscalls/getdents/
H A Dgetdents.h47 unsigned char d_type; member in struct:linux_dirent64
/external/strace/tests/
H A Dgetdents.c64 str_d_type(const unsigned char d_type) argument
66 switch (d_type) {
91 printf(", d_type=%s}",
H A Dgetdents64.c66 unsigned char d_type; member in struct:__anon19224
73 str_d_type(const unsigned char d_type) argument
75 switch (d_type) {
92 ", d_reclen=%u, d_type=%s, d_name=",
93 d->d_ino, d->d_off, d->d_reclen, str_d_type(d->d_type));
/external/strace/tests-m32/
H A Dgetdents.c64 str_d_type(const unsigned char d_type) argument
66 switch (d_type) {
91 printf(", d_type=%s}",
H A Dgetdents64.c66 unsigned char d_type; member in struct:__anon19290
73 str_d_type(const unsigned char d_type) argument
75 switch (d_type) {
92 ", d_reclen=%u, d_type=%s, d_name=",
93 d->d_ino, d->d_off, d->d_reclen, str_d_type(d->d_type));
/external/strace/tests-mx32/
H A Dgetdents.c64 str_d_type(const unsigned char d_type) argument
66 switch (d_type) {
91 printf(", d_type=%s}",
H A Dgetdents64.c66 unsigned char d_type; member in struct:__anon19356
73 str_d_type(const unsigned char d_type) argument
75 switch (d_type) {
92 ", d_reclen=%u, d_type=%s, d_name=",
93 d->d_ino, d->d_off, d->d_reclen, str_d_type(d->d_type));
/external/libchrome/base/files/
H A Ddir_reader_linux.h27 unsigned char d_type; member in struct:base::linux_dirent
/external/syslinux/com32/include/sys/
H A Ddirent.h19 uint16_t d_type; member in struct:dirent
/external/python/cpython2/Include/
H A Dgrammar.h51 int d_type; /* Non-terminal this represents */ member in struct:__anon17393
/external/e2fsprogs/contrib/
H A Dspd_readdir.c65 unsigned char d_type; member in struct:dirent_s
223 ds->d_type = d->d_type;
335 dirstruct->ret_dir.d_type = ds->d_type;
358 entry->d_type = ds->d_type;
381 dirstruct->ret_dir64.d_type = ds->d_type;
405 entry->d_type
[all...]
/external/elfutils/libelf/
H A Dlibelf.h104 Elf_Type d_type; /* Type of this piece of data. */ member in struct:__anon6263
383 memory representation. The Elf_Data d_type is set based on the
384 section type if known. Otherwise d_type is set to ELF_T_BYTE. If
385 the section contains compressed data then d_type is always set to
/external/syslinux/core/fs/ntfs/
H A Dntfs.c616 enum dirent_type d_type; local
639 d_type = get_inode_mode(mrec);
640 if (d_type == DT_DIR) { /* directory stuff */
662 } else if (d_type == DT_REG) { /* file stuff */
711 inode->mode = d_type;
1205 dirent->d_type = get_inode_mode(mrec);
/external/syslinux/com32/rosh/
H A Drosh.c632 /* Convert a d_type to a single char in human readable format
633 * d_type d_type to convert
636 char rosh_d_type2char_human(unsigned char d_type) argument
639 switch (d_type) {
673 /* Convert a d_type to a single char by ls's prefix standards for -l
674 * d_type d_type to convert
677 char rosh_d_type2char_lspre(unsigned char d_type) argument
680 switch (d_type) {
712 rosh_d_type2char_lssuf(unsigned char d_type) argument
[all...]
/external/syslinux/extlinux/
H A Dufs_fs.h125 __u8 d_type; /* file type */ member in struct:ufs_dir_entry::__anon21400::__anon21401
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc568 unsigned char d_type; member in struct:__sanitizer::linux_dirent
/external/kernel-headers/original/uapi/linux/
H A Dcoda.h165 u_int8_t d_type; /* file type, see below */ member in struct:venus_dirent
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h172 unsigned char d_type; member in struct:kernel_dirent64
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js2491 var ___dirent_struct_layout={__size__:1040,d_ino:0,d_name:4,d_off:1028,d_reclen:1032,d_type:1036};function _open(path, oflag, varargs) {
3410 HEAP8[(((entry)+(offsets.d_type))|0)]=type
[all...]
/external/valgrind/include/vki/
H A Dvki-linux.h1395 unsigned char d_type; member in struct:vki_dirent64

Completed in 1047 milliseconds