Searched refs:S_ISPORT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-sys_stat.c51 S_ISPORT (S_IFREG),
196 verify (!S_ISPORT (S_IFBLK));
197 verify (!S_ISPORT (S_IFCHR));
198 verify (!S_ISPORT (S_IFDIR));
199 verify (!S_ISPORT (S_IFIFO));
200 verify (!S_ISPORT (S_IFREG));
202 verify (!S_ISPORT (S_IFLNK));
205 verify (!S_ISPORT (S_IFSOCK));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsys_stat.in.h120 #ifndef S_ISPORT /* Solaris 10 and up */
121 # define S_ISPORT(m) 0 macro

Completed in 115 milliseconds