Searched refs:S_IFLNK (Results 26 - 50 of 62) sorted by relevance

123

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/rcache/
H A Drc_io.c255 if ((lstatb.st_mode & S_IFMT) == S_IFLNK) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs.c535 case S_IFLNK: str = "Link"; break;
/illumos-gate/usr/src/cmd/du/
H A Ddu.c390 ((stb.st_mode & S_IFMT) != S_IFLNK)) &&
/illumos-gate/usr/src/cmd/filesync/
H A Drecon.c598 if (sp->f_type == S_IFLNK)
H A Daction.c566 case S_IFLNK:
591 dp->f_type = S_IFLNK;
/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c448 case S_IFLNK: ftype = 'L'; break;
/illumos-gate/usr/src/cmd/make/bin/
H A Dfiles.cc113 if ((result != -1) && ((buf.st_mode & S_IFMT) == S_IFLNK)) {
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsdev_impl.h257 #define SDEV_LNKMODE_DEFAULT (S_IFLNK | 0777)
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1708 if (ftype == S_IFREG || ftype == S_IFLNK)
2685 if (((G_p->g_mode & Ftype) == S_IFLNK && proc_mode != P_SKIP) ||
3002 if ((G_p->g_mode & Ftype) == S_IFLNK && (Hdr_type !=
3034 } else if ((G_p->g_mode & Ftype) == S_IFLNK &&
4270 if ((G_p->g_mode & Ftype) == S_IFLNK && !(Args & OCL)) {
5176 if ((SrcSt.st_mode & Ftype) == S_IFLNK) {
5234 if ((SrcSt.st_mode & Ftype) != S_IFLNK && Pflag) {
5639 } else if ((G_p->g_mode & Ftype) == S_IFLNK) {
5722 if ((G_p->g_mode & Ftype) == S_IFLNK ||
6987 case (S_IFLNK)
[all...]
/illumos-gate/usr/src/lib/libpkg/common/
H A Dverify.c514 case S_IFLNK:
/illumos-gate/usr/src/cmd/ucodeadm/
H A Ducodeadm.c601 (filestat.st_mode & S_IFMT) != S_IFLNK) {
/illumos-gate/usr/src/common/fs/
H A Dufsops.c711 stp->st_mode = S_IFLNK;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.file.c270 if ((statb.st_mode & S_IFMT) == S_IFLNK)
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dmain.c1108 if ((statbuf.st_mode & S_IFMT) == S_IFLNK) {
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c364 case S_IFLNK:
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c235 case S_IFLNK: s = "S_IFLNK"; break;
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h2677 # if !defined(S_ISLNK) && defined(S_IFLNK)
2678 # define S_ISLNK(foo) ((foo & S_IFMT) == S_IFLNK)
2679 # endif /* !defined(S_ISLNK) && defined(S_IFLNK) */
/illumos-gate/usr/src/boot/lib/libstand/
H A Dnfs.c728 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, 0 };
1377 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFSOCK, S_IFIFO, 0 };
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c1930 #ifdef S_IFLNK
1931 case S_IFLNK:
1935 #endif /* S_IFLNK */
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3179 * file descriptor returned by open(2) for S_IFLNK (a symbolic
3207 if (!(statbuf.st_mode & S_IFLNK)) {
3221 if (statbuf.st_mode & S_IFLNK) {
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dttymux_rcm.c670 } else if ((sb.st_mode & S_IFMT) == S_IFLNK) {
/illumos-gate/usr/src/cmd/file/
H A Dfile.c479 case S_IFLNK:
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c286 if ((st.st_mode & S_IFMT) == S_IFLNK) {
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_statd.c873 return ((lbuf.st_mode & S_IFMT) == S_IFLNK);
/illumos-gate/usr/src/stand/lib/fs/ufs/
H A Dufsops.c771 stp->st_mode = S_IFLNK;

Completed in 161 milliseconds

123