/external/ltp/testcases/kernel/syscalls/getdents/ |
H A D | getdents.h | 47 unsigned char d_type; member in struct:linux_dirent64
|
/external/strace/tests/ |
H A D | getdents.c | 64 str_d_type(const unsigned char d_type) argument 66 switch (d_type) { 91 printf(", d_type=%s}",
|
H A D | getdents64.c | 66 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 D | getdents.c | 64 str_d_type(const unsigned char d_type) argument 66 switch (d_type) { 91 printf(", d_type=%s}",
|
H A D | getdents64.c | 66 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 D | getdents.c | 64 str_d_type(const unsigned char d_type) argument 66 switch (d_type) { 91 printf(", d_type=%s}",
|
H A D | getdents64.c | 66 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 D | dir_reader_linux.h | 27 unsigned char d_type; member in struct:base::linux_dirent
|
/external/syslinux/com32/include/sys/ |
H A D | dirent.h | 19 uint16_t d_type; member in struct:dirent
|
/external/python/cpython2/Include/ |
H A D | grammar.h | 51 int d_type; /* Non-terminal this represents */ member in struct:__anon17393
|
/external/e2fsprogs/contrib/ |
H A D | spd_readdir.c | 65 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 D | libelf.h | 104 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 D | ntfs.c | 616 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 D | rosh.c | 632 /* 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 D | ufs_fs.h | 125 __u8 d_type; /* file type */ member in struct:ufs_dir_entry::__anon21400::__anon21401
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_linux.cc | 568 unsigned char d_type; member in struct:__sanitizer::linux_dirent
|
/external/kernel-headers/original/uapi/linux/ |
H A D | coda.h | 165 u_int8_t d_type; /* file type, see below */ member in struct:venus_dirent
|
/external/google-breakpad/src/third_party/lss/ |
H A D | linux_syscall_support.h | 172 unsigned char d_type; member in struct:kernel_dirent64
|
/external/v8/tools/profviz/ |
H A D | gnuplot-4.6.3-emscripten.js | 2491 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 D | vki-linux.h | 1395 unsigned char d_type; member in struct:vki_dirent64
|