Searched refs:S_IFSOCK (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/linux/
H A Dstat.h13 #define S_IFSOCK 0140000 macro
30 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK)
/external/openssh/openbsd-compat/
H A Dstrmode.c62 #ifdef S_IFSOCK
63 case S_IFSOCK: /* socket */
/external/ppp/pppd/plugins/pppoatm/
H A Dpppoatm.c87 devstat.st_mode = S_IFSOCK;
/external/openssh/
H A Ddefines.h134 #ifndef S_IFSOCK
135 # define S_IFSOCK 0 macro
136 #endif /* S_IFSOCK */
H A Dauthfile.c335 if ((st.st_mode & (S_IFSOCK|S_IFCHR|S_IFIFO)) == 0 &&
363 if ((st.st_mode & (S_IFSOCK|S_IFCHR|S_IFIFO)) == 0 &&
/external/libselinux/src/
H A Dlabel_file.c363 spec_arr[nspec].mode = S_IFSOCK;
/external/genext2fs/
H A Dgenext2fs.c1704 case S_IFSOCK:
1754 case S_IFSOCK:
/external/strace/
H A Dfile.c735 { S_IFSOCK, "S_IFSOCK" },

Completed in 175 milliseconds