Searched defs:S_ISDIR (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dstat.h26 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dstat.h26 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dprintf.c71 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dportable.h447 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro
/asus-wl-520gu-7.0.1.45/src/router/samba/source/include/
H A Dincludes.h1104 #define S_ISDIR(mode) ((mode & 0xF000) == S_IFDIR) macro

Completed in 103 milliseconds