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

12345

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dunlink-if-ordinary.c54 #ifdef S_IFLNK
55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/macosx-10.10/emacs-93/emacs/mac/inc/sys/
H A Dstat.h40 #undef S_IFLNK macro
57 #define S_IFLNK 0030000 /* symbolic link */ macro
/macosx-10.10/file-46/file/src/
H A Dfile_opts.h39 #ifdef S_IFLNK
H A Dfsmagic.c107 #ifdef S_IFLNK
122 #ifdef S_IFLNK
129 #ifdef S_IFLNK
258 #ifdef S_IFLNK
259 case S_IFLNK:
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h69 #if defined (_S_IFLNK) && !defined (S_IFLNK)
70 #define S_IFLNK _S_IFLNK macro
99 #if defined (S_IFLNK) && !defined (S_ISLNK)
100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h69 #if defined (_S_IFLNK) && !defined (S_IFLNK)
70 #define S_IFLNK _S_IFLNK macro
99 #if defined (S_IFLNK) && !defined (S_ISLNK)
100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */
/macosx-10.10/emacs-93/emacs/src/m/
H A Dtower32v3.h106 #undef S_IFLNK macro
H A Dsr2k.h145 /* In hpux, for unknown reasons, S_IFLNK is defined even though
147 Make sure our conditionals based on S_IFLNK are not confused.
152 #undef S_IFLNK
H A Dhp800.h165 /* In hpux, for unknown reasons, S_IFLNK is defined even though
167 Make sure our conditionals based on S_IFLNK are not confused.
172 #undef S_IFLNK
H A Dhp9000s300.h170 /* In older versions of hpux, for unknown reasons, S_IFLNK is defined
172 Make sure our conditionals based on S_IFLNK are not confused.
180 #undef S_IFLNK
178 #undef S_IFLNK macro
/macosx-10.10/emacs-93/emacs/src/s/
H A Disc2-2.h95 /* Some versions of ISC are said to define S_IFLNK even tho
97 #undef S_IFLNK macro
/macosx-10.10/xnu-2782.1.97/bsd/sys/_types/
H A D_s_ifmt.h41 #define S_IFLNK 0120000 /* [XSI] symbolic link */ macro
/macosx-10.10/Libc-1044.1.2/emulated/
H A Dlchflags.c38 if((s.st_mode & S_IFMT) != S_IFLNK)
H A Dlutimes.c43 if((s.st_mode & S_IFMT) != S_IFLNK)
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c175 #ifdef S_IFLNK
176 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK)
177 #else /* ! defined (S_IFLNK) */
179 #endif /* ! defined (S_IFLNK) */
H A Drename.c133 #ifdef S_IFLNK
134 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/macosx-10.10/libarchive-30/libarchive/libarchive/test/
H A Dtest_write_disk_secure.c61 archive_entry_set_mode(ae, S_IFLNK | 0777);
90 archive_entry_set_mode(ae, S_IFLNK | 0777);
115 archive_entry_set_mode(ae, S_IFLNK | 0777);
137 archive_entry_set_mode(ae, S_IFLNK | 0777);
165 archive_entry_set_mode(ae, S_IFLNK | 0777);
/macosx-10.10/emacs-93/emacs/src/
H A Dfilemode.c80 #if !defined(S_ISLNK) && defined(S_IFLNK)
81 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/macosx-10.10/Libc-1044.1.2/string/FreeBSD/
H A Dstrmode.c57 case S_IFLNK: /* symbolic link */
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dstrmode.c59 case S_IFLNK: /* symbolic link */
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinPort.h312 #ifndef S_IFLNK
313 # define S_IFLNK 0120000 /* Symbolic Link */ macro
352 # ifdef S_IFLNK
353 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/macosx-10.10/tcl-105/tcl84/tcl/win/
H A DtclWinPort.h290 #ifndef S_IFLNK
291 #define S_IFLNK 0120000 /* Symbolic Link */ macro
330 # ifdef S_IFLNK
331 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/macosx-10.10/xar-254/xar/lib/
H A Dstrmode.h57 case S_IFLNK: /* symbolic link */
/macosx-10.10/tcsh-65/tcsh/
H A Dtc.os.h224 # define S_IFLNK 0120000 /* symbolic link */ macro
259 # if !defined(S_ISLNK) && defined(S_IFLNK)
260 # define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK)
261 # endif /* ! S_ISLNK && S_IFLNK */
270 # undef S_IFLNK macro
428 #ifndef S_IFLNK
430 #endif /* S_IFLNK */
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsys_stat_.h91 # ifdef S_IFLNK
92 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)

Completed in 507 milliseconds

12345