Searched refs:DT_SOCK (Results 1 – 14 of 14) sorted by relevance
/external/strace/xlat/ |
D | dirent_types.h | 27 #if defined(DT_SOCK) || (defined(HAVE_DECL_DT_SOCK) && HAVE_DECL_DT_SOCK) 28 XLAT(DT_SOCK),
|
D | dirent_types.in | 8 DT_SOCK
|
/external/syslinux/com32/include/sys/ |
D | dirent.h | 31 DT_SOCK = 12, enumerator
|
/external/syslinux/core/fs/pxe/ |
D | ftp_readdir.c | 40 return DT_SOCK; in dirtype()
|
/external/syslinux/com32/modules/ |
D | ls.c | 34 case DT_SOCK: in type_str()
|
D | dir.c | 34 case DT_SOCK: in type_str()
|
/external/syslinux/com32/rosh/ |
D | rosh.c | 661 case DT_SOCK: in rosh_d_type2char_human() 699 case DT_SOCK: in rosh_d_type2char_lspre() 725 case DT_SOCK: in rosh_d_type2char_lssuf()
|
/external/squashfs-tools/kernel/fs/squashfs/ |
D | dir.c | 41 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/external/syslinux/core/fs/ext2/ |
D | ext2.c | 19 DT_BLK, DT_FIFO, DT_SOCK, DT_LNK, in ext2_cvt_type() enumerator
|
/external/syslinux/core/fs/ufs/ |
D | ufs.c | 365 case UFS_DTYPE_SOCKET: return DT_SOCK; in get_inode_mode()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 56 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
D | inode.c | 59 DT_UNKNOWN, DT_DIR, DT_REG, DT_LNK, DT_BLK, DT_CHR, DT_FIFO, DT_SOCK
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 299 if (dent->d_type != DT_SOCK && in openCtrlConnection()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_cli.c | 4275 if (dent->d_type != DT_SOCK && dent->d_type != DT_UNKNOWN) in wpa_cli_get_default_ifname()
|