Searched refs:S_IFLNK (Results 1 - 14 of 14) sorted by relevance

/external/kernel-headers/original/linux/
H A Dstat.h14 #define S_IFLNK 0120000 macro
24 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/external/yaffs2/yaffs2/direct/
H A Dyaffsfs.h122 #ifndef S_IFLNK
123 #define S_IFLNK 0120000 macro
H A Ddtest.c509 case S_IFLNK: printf("symlink -->");
556 case S_IFLNK: printf("symlink -->");
H A Dyaffsfs.c842 buf->st_mode |= S_IFLNK;
/external/openssh/openbsd-compat/
H A Dstrmode.c59 case S_IFLNK: /* symbolic link */
/external/grub/stage2/
H A Dfsys_minix.c149 #define S_IFLNK 0120000 macro
152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
H A Dfsys_ext2fs.c230 #define S_IFLNK 0120000 macro
233 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/external/okhttp/src/main/java/libcore/io/
H A DOsConstants.java27 public static boolean S_ISLNK(int mode) { return (mode & S_IFMT) == S_IFLNK; }
319 public static final int S_IFLNK = placeholder(); field in class:OsConstants
/external/openssh/
H A Ddefines.h147 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/external/yaffs2/yaffs2/
H A Dyaffs_fs.c684 obj->yst_mode |= S_IFLNK;
754 case S_IFLNK: /* symlink */
1017 case S_IFLNK: /* symlink */
1153 S_IFLNK | S_IRWXUGO, uid, gid, symname);
/external/libselinux/src/
H A Dlabel_file.c360 spec_arr[nspec].mode = S_IFLNK;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/genext2fs/
H A Dgenext2fs.c1697 case S_IFLNK:
1757 case S_IFLNK:
/external/strace/
H A Dfile.c756 { S_IFLNK, "S_IFLNK" },

Completed in 389 milliseconds