Searched refs:S_TYPEISSHM (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsys_stat.in.h158 #ifndef S_TYPEISSHM
160 # define S_TYPEISSHM(p) (S_ISNAM ((p)->st_mode) && (p)->st_rdev == S_INSHD) macro
162 # define S_TYPEISSHM(p) 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_dir.c66 if (!S_ISREG(sb.st_mode) && !S_TYPEISSHM(&sb)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dstat.c42 if (S_TYPEISSHM(st)) return "shared memory object";

Completed in 67 milliseconds