Home
last modified time | relevance | path

Searched refs:S_IFSOCK (Results 1 – 25 of 43) sorted by relevance

12

/external/strace/xlat/
Dmodetypes.h14 #if defined(S_IFSOCK) || (defined(HAVE_DECL_S_IFSOCK) && HAVE_DECL_S_IFSOCK)
15 XLAT(S_IFSOCK),
Dmodetypes.in2 S_IFSOCK
/external/syslinux/com32/include/sys/
Dstat.h13 #define S_IFSOCK 0140000 macro
29 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/external/python/cpython2/Lib/
Dstat.py36 S_IFSOCK = 0140000 variable
59 return S_IFMT(mode) == S_IFSOCK
/external/kernel-headers/original/uapi/linux/
Dstat.h10 #define S_IFSOCK 0140000 macro
27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/external/python/cpython3/Lib/
Dstat.py42 S_IFSOCK = 0o140000 # socket file variable
72 return S_IFMT(mode) == S_IFSOCK
/external/python/cpython3/Modules/
D_stat.c66 #ifndef S_IFSOCK
67 # define S_IFSOCK 0140000 macro
100 # define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK)
521 if (PyModule_AddIntMacro(m, S_IFSOCK)) return NULL; in PyInit__stat()
/external/syslinux/core/fs/ext2/
Dext2_fs.h48 #define S_IFSOCK 0140000 // Socket macro
58 #define T_IFSOCK (S_IFSOCK >> S_IFSHIFT)
/external/syslinux/com32/lib/sys/
Dfstat.c51 buf->st_mode = S_IFSOCK | 0444; in fstat()
/external/ltp/testcases/kernel/syscalls/getxattr/
Dgetxattr02.c152 if (mknod(SOCK, S_IFSOCK | 0777, 0) == -1) in setup()
/external/selinux/libselinux/utils/
Dselabel_lookup_best_match.c47 return S_IFSOCK; in string_to_mode()
Dmatchpathcon.c58 return S_IFSOCK; in string_to_mode()
/external/libcxx/test/support/
Dfilesystem_dynamic_test_helper.py78 mode = 0o600 | stat.S_IFSOCK
/external/ltp/testcases/kernel/syscalls/setxattr/
Dsetxattr02.c184 SAFE_MKNOD(SOCK, S_IFSOCK | 0777, 0); in setup()
/external/ltp/testcases/kernel/syscalls/mknod/
Dmknod07.c57 #define SOCKET_MODE (S_IFSOCK | S_IRWXU | S_IRWXG | S_IRWXO)
/external/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat02.c52 #define SOCKMODE (S_IFSOCK | S_IRUSR | S_IRGRP | S_IROTH)
/external/ppp/pppd/plugins/pppoatm/
Dpppoatm.c87 devstat.st_mode = S_IFSOCK; in setdevname_pppoatm()
/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_file_test.c160 show_result(mknod(mknod_sock_path, S_IFSOCK, 0)); in stage_file_test()
Dtomoyo_new_file_test.c437 show_result(mknod(filename, S_IFSOCK | 0644, 0), 1); in stage_file_test()
440 show_result(mknod(filename, S_IFSOCK | 0644, 0), 0); in stage_file_test()
/external/python/cpython2/Lib/plat-atheos/
DIN.py571 S_IFSOCK = 0140000 variable
593 def S_ISSOCK(m): return (((m) & S_IFMT) == S_IFSOCK)
/external/selinux/libselinux/src/
Dlabel_file.h117 return S_IFSOCK; in string_to_mode()
/external/squashfs-tools/squashfs-tools/
Dunsquash-1.c92 i.mode = S_IFSOCK | header.base.mode; in read_inode_1()
/external/squashfs-tools/kernel/fs/squashfs/
Dinode.c331 inode->i_mode |= S_IFSOCK; in squashfs_read_inode()
/external/e2fsprogs/misc/
Dcreate_inode.c258 case S_IFSOCK: in do_mknod_internal()
797 case S_IFSOCK: in __populate_fs()
/external/f2fs-tools/fsck/
Df2fs.h433 [S_IFSOCK >> S_SHIFT] = F2FS_FT_SOCK,

12