Searched defs:S_ISLNK (Results 1 - 7 of 7) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dstat.h19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/external/e2fsprogs/misc/
H A Dchattr.c43 #ifndef S_ISLNK /* So we can compile even with gcc-warn */
45 # define S_ISLNK(mode) __S_ISTYPE((mode), __S_IFLNK) macro
47 # define S_ISLNK(mode) 0 macro
/external/e2fsprogs/util/
H A Dsymlinks.c24 #ifndef S_ISLNK
25 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK)) macro
291 if (S_ISLNK(st.st_mode)) {
377 else if (S_ISLNK(st.st_mode))
/external/bison/linux-lib/sys/
H A Dstat.h402 # undef S_ISLNK macro
447 #ifndef S_ISLNK
449 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
451 # define S_ISLNK(m) 0 macro
/external/bison/darwin-lib/sys/
H A Dstat.h402 # undef S_ISLNK macro
447 #ifndef S_ISLNK
449 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
451 # define S_ISLNK(m) 0 macro
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_reliantunix.h255 #if !defined(S_ISLNK) && defined(S_IFLNK)
256 #define S_ISLNK(mode) ((mode&0xA000) == 0xC000) macro
/external/mksh/src/
H A Dsh.h325 #ifndef S_ISLNK
326 #define S_ISLNK(m) ((m & 0170000) == 0120000) macro
419 #undef S_ISLNK macro
420 #define S_ISLNK(m) (/* CONSTCOND */ 0) macro

Completed in 371 milliseconds