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

/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/kernel-headers/original/linux/
H A Dstat.h24 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/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/grub/stage2/
H A Dfsys_minix.c152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
352 if (S_ISLNK (INODE->i_mode))
362 printf ("S_ISLNK (%s)\n", dirname);
H A Dfsys_ext2fs.c233 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
602 if (S_ISLNK (INODE->i_mode))
H A Dfsys_reiserfs.c288 #define S_ISLNK(mode) (((mode) & 0170000) == 0120000) macro
1028 if (S_ISLNK (mode))
/external/openssh/
H A Ddefines.h146 #ifndef S_ISLNK
147 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
148 #endif /* S_ISLNK */
/external/mksh/src/
H A Dsh.h320 #ifndef S_ISLNK
321 #define S_ISLNK(m) ((m & 0170000) == 0120000) macro
399 #undef S_ISLNK macro
400 #define S_ISLNK(m) (/* CONSTCOND */ 0) macro

Completed in 600 milliseconds