Home
last modified time | relevance | path

Searched refs:S_IFLNK (Results 1 – 25 of 60) sorted by relevance

123

/trueos/contrib/libreadline/
HDposixstat.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 */
/trueos/contrib/libarchive/libarchive/test/
HDtest_write_disk_secure.c61 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
90 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
115 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
137 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
165 archive_entry_set_mode(ae, S_IFLNK | 0777); in DEFINE_TEST()
/trueos/contrib/file/src/
HDfsmagic.c66 #ifdef S_IFLNK
107 #ifdef S_IFLNK in file_fsmagic()
123 #ifdef S_IFLNK in file_fsmagic()
286 #ifdef S_IFLNK in file_fsmagic()
287 case S_IFLNK: in file_fsmagic()
HDfile_opts.h36 #ifdef S_IFLNK
HDfile.c70 #ifdef S_IFLNK
173 #ifdef S_IFLNK in main()
279 #ifdef S_IFLNK in main()
/trueos/contrib/binutils/libiberty/
HDunlink-if-ordinary.c54 #ifdef S_IFLNK
55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/trueos/contrib/gcclibs/libiberty/
HDunlink-if-ordinary.c54 #ifdef S_IFLNK
55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/trueos/contrib/tcsh/
HDtc.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)
270 # undef S_IFLNK
440 #ifndef S_IFLNK
HDglob.c73 #if !defined(S_ISLNK) && defined(S_IFLNK)
74 #define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK)
92 #ifdef S_IFLNK
210 #ifdef S_IFLNK
500 #ifdef S_IFLNK in glob2()
625 #ifdef S_IFLNK in glob3()
HDsh.dir.c128 #ifdef S_IFLNK in dinit()
343 #ifdef S_IFLNK in dnormalize()
886 #ifdef S_IFLNK /* if we have symlinks */ in dcanon()
974 #ifdef S_IFLNK /* if we have symlinks */ in dcanon()
1045 #ifdef S_IFLNK /* if we have symlinks */ in dcanon()
1114 #ifdef S_IFLNK in dcanon()
/trueos/contrib/gdb/gdb/
HDgdb_stat.h55 #if !defined(S_ISLNK) && defined(S_IFLNK)
56 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/trueos/contrib/binutils/binutils/
HDfilemode.c175 #ifdef S_IFLNK
176 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK)
HDrename.c134 #ifdef S_IFLNK
135 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/trueos/contrib/diff/lib/
HDfile-type.h91 # ifdef S_IFLNK
92 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/trueos/contrib/mtree/
HDmisc.c263 return S_IFLNK; in nodetoino()
298 case S_IFLNK: in inotype()
/trueos/include/apple/sys/_types/
HD_s_ifmt.h41 #define S_IFLNK 0120000 /* [XSI] symbolic link */ macro
/trueos/crypto/openssh/openbsd-compat/
HDstrmode.c59 case S_IFLNK: /* symbolic link */ in strmode()
/trueos/lib/libc/string/
HDstrmode.c57 case S_IFLNK: /* symbolic link */ in strmode()
/trueos/contrib/libreadline/examples/rlfe/
HDos.h356 #if defined(S_IFLNK) && defined(S_IFMT) && !defined(S_ISLNK)
357 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/trueos/lib/libprocstat/
HDcommon_kvm.c163 mode |= S_IFLNK; in nfs_filestat()
/trueos/usr.sbin/makefs/
HDmtree.c469 if (n->type == S_IFLNK) in create_node()
679 node->type = S_IFLNK; in read_mtree_keywords()
755 type = (node->symlink != NULL) ? S_IFLNK : S_IFDIR; in read_mtree_keywords()
/trueos/bin/ls/
HDprint.c410 case S_IFLNK: in printtype()
486 case S_IFLNK: in colortype()
/trueos/sys/sys/
HDstat.h229 #define S_IFLNK 0120000 /* symbolic link */ macro
/trueos/bin/pax/
HDftree.c495 case S_IFLNK: in next_file()
/trueos/crypto/heimdal/lib/roken/
HDglob.c511 #if defined(S_IFLNK) && defined(S_IFMT)
512 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)

123