HomeSort by: relevance | last modified time | path
    Searched defs:S_IFLNK (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/gdb/dist/readline/readline/
posixstat.h 69 #if defined (_S_IFLNK) && !defined (S_IFLNK)
70 #define S_IFLNK _S_IFLNK
99 #if defined (S_IFLNK) && !defined (S_ISLNK)
100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h 69 #if defined (_S_IFLNK) && !defined (S_IFLNK)
70 #define S_IFLNK _S_IFLNK
99 #if defined (S_IFLNK) && !defined (S_ISLNK)
100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */
  /src/sys/sys/
stat.h 158 #define S_IFLNK _S_IFLNK
  /src/external/bsd/libarchive/dist/libarchive/
archive_windows.h 173 #ifndef S_IFLNK
174 #define S_IFLNK _S_IFLNK
189 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) /* Symbolic link */
  /src/external/bsd/am-utils/dist/include/
am_defs.h 1293 # undef S_IFLNK
  /src/external/mit/libuv/dist/include/uv/
win.h 61 #ifndef S_IFLNK
62 # define S_IFLNK 0xA000
  /src/external/gpl3/gcc/dist/libbacktrace/
elf.c 55 #ifndef S_IFLNK
56 #define S_IFLNK 0120000
61 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /src/external/gpl3/gcc.old/dist/libbacktrace/
elf.c 50 #ifndef S_IFLNK
51 #define S_IFLNK 0120000
56 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /src/external/gpl3/gdb/dist/libbacktrace/
elf.c 55 #ifndef S_IFLNK
56 #define S_IFLNK 0120000
61 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /src/external/gpl3/gdb.old/dist/libbacktrace/
elf.c 55 #ifndef S_IFLNK
56 #define S_IFLNK 0120000
61 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
  /src/external/public-domain/sqlite/dist/
shell.c 12217 ** Definitions for mode bitmasks S_IFDIR, S_IFREG and S_IFLNK.
12231 #ifndef S_IFLNK
12232 # define S_IFLNK 0120000
13609 case 'l': mode |= S_IFLNK; break;
    [all...]

Completed in 54 milliseconds