Searched refs:S_ISLNK (Results 1 - 25 of 52) sorted by relevance

123

/external/kernel-headers/original/uapi/linux/
H A Dstat.h19 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) 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/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
H A De4defrag.c1791 if (S_ISLNK(buf.st_mode)) {
/external/oprofile/libutil/
H A Dop_file.c102 S_ISLNK(lstat_buf.st_mode)) {
/external/bison/lib/
H A Dsys_stat.in.h90 # undef S_ISLNK
135 #ifndef S_ISLNK
137 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
139 # define S_ISLNK(m) 0
/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/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/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/chromium_org/chrome/browser/
H A Dprocess_singleton_posix_unittest.cc137 ASSERT_TRUE(S_ISLNK(statbuf.st_mode));
143 ASSERT_TRUE(S_ISLNK(statbuf.st_mode));
/external/yaffs2/yaffs2/utils/
H A Dmkyaffs2image.c399 if(S_ISLNK(stats.st_mode) ||
429 if(S_ISLNK(stats.st_mode))
H A Dmkyaffsimage.c412 if(S_ISLNK(stats.st_mode) ||
438 if(S_ISLNK(stats.st_mode))
/external/chromium_org/base/files/
H A Dfile_posix.cc120 is_symbolic_link = S_ISLNK(stat_info.st_mode);
H A Dfile_util_posix.cc106 if (S_ISLNK(stat_info.st_mode)) {
622 if (S_ISLNK(st.st_mode))
/external/e2fsprogs/ext2ed/
H A Ddir_com.c268 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) {/* Symbolic link ? */
H A Dinode_com.c251 if (S_ISLNK (type_data.u.t_ext2_inode.i_mode)) {
/external/ltrace/
H A Doptions.c502 } else if (S_ISREG(st.st_mode) || S_ISLNK(st.st_mode)) {
/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
H A Deval.c1535 (!S_ISLNK(lstatb.st_mode) ||
1546 (S_ISLNK(lstatb.st_mode) && stat_check() > 0 &&
H A Dmisc.c1477 if (S_ISLNK(sb.st_mode)) {
/external/oprofile/opjitconv/
H A Dopjitconv.c279 if (S_ISLNK(file_stat.st_mode)) {
/external/qemu/distrib/ext4_utils/src/
H A Dmake_ext4fs.c225 } else if (S_ISLNK(stat.st_mode)) {
/external/fio/
H A Ddiskutil.c389 if (!S_ISDIR(st.st_mode) || S_ISLNK(st.st_mode))
/external/libcap-ng/libcap-ng-0.7/src/
H A Dcap-ng.c549 if (S_ISLNK(buf.st_mode) || !S_ISREG(buf.st_mode)) {
/external/valgrind/main/include/vki/
H A Dvki-darwin.h121 #define VKI_S_ISLNK(m) S_ISLNK(m)

Completed in 2294 milliseconds

123