Home
last modified time | relevance | path

Searched refs:S_IFDIR (Results 1 – 25 of 88) sorted by relevance

1234

/openbsd/gnu/lib/libreadline/
H A Dposixstat.h39 #if !defined (S_IFDIR) && !defined (S_ISDIR)
40 # define S_IFDIR 0040000 macro
60 #if defined (_S_IFDIR) && !defined (S_IFDIR)
61 #define S_IFDIR _S_IFDIR macro
87 #if defined (S_IFDIR) && !defined (S_ISDIR)
88 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) /* directory */
H A Drldefs.h47 #if defined (S_IFDIR) && !defined (S_ISDIR)
48 # define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR)
/openbsd/gnu/usr.bin/texinfo/info/
H A Dfilesys.h88 #if !defined (S_ISDIR) && defined (S_IFDIR)
89 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_stat.h46 #if !defined(S_ISDIR) && defined(S_IFDIR)
47 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/openbsd/gnu/usr.bin/binutils/include/mpw/
H A Dstat.h31 #define S_IFDIR 0040000 /* directory */ macro
57 #define S_ISDIR(m) ((m & S_IFMT) == S_IFDIR) /* is a directory */
/openbsd/gnu/usr.sbin/mkhybrid/src/include/
H A Dstatdefs.h68 # ifdef S_IFDIR
69 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/openbsd/gnu/usr.bin/perl/ext/Fcntl/
H A DFcntl.xs93 #ifdef S_IFDIR
95 XSANY.any_i32 = S_IFDIR;
H A DMakefile.PL29 S_IFDIR S_IFIFO S_IFLNK S_IFREG S_IFSOCK S_IFWHT S_IREAD
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dfilemode.c134 #ifdef S_IFDIR
135 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dfilemode.c146 #ifdef S_IFDIR
147 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
/openbsd/gnu/usr.bin/cvs/lib/
H A Dsystem.h55 #if !defined(S_ISDIR) && defined(S_IFDIR)
57 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
59 # define S_ISDIR(m) ((m) & S_IFDIR)
H A Drename.c42 if ((from_stats.st_mode & S_IFMT) == S_IFDIR)
H A Dmkdir.c98 if ((statbuf.st_mode & S_IFMT) != S_IFDIR)
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dsystem.h136 #if !defined(S_ISDIR) && defined(S_IFDIR)
137 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
H A Dtempname.c73 #if !defined S_ISDIR && defined S_IFDIR
74 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dvms.h19 #define S_ISDIR(X) (((X) & S_IFMT) == S_IFDIR)
/openbsd/gnu/usr.bin/binutils/include/mpw/sys/
H A Dstat.h31 #define S_IFDIR 0040000L macro
/openbsd/lib/libc/string/
H A Dstrmode.c42 case S_IFDIR: /* directory */ in strmode()
/openbsd/usr.bin/rdistd/
H A Dserver.c313 case S_IFDIR: in removefile()
617 case S_IFDIR: in query()
1435 owner, group, file, catname, (type == S_IFDIR) ? 1 : 0); in recvit()
1437 if (type == S_IFDIR) { in recvit()
1505 case S_IFDIR: in recvit()
1731 recvit(cp, S_IFDIR); in server()
/openbsd/usr.bin/cvs/
H A Drepository.c138 case S_IFDIR: in cvs_repository_getdir()
/openbsd/sys/sys/
H A Dstat.h125 #define S_IFDIR 0040000 /* directory */ macro
/openbsd/gnu/usr.bin/cvs/diff/
H A Dsystem.h50 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/openbsd/usr.bin/wc/
H A Dwc.c210 || ifmt == S_IFDIR) { in cnt()
/openbsd/gnu/usr.bin/cvs/vms/
H A Dndir.c127 || (sbuf.st_mode & S_IFMT) != S_IFDIR)))
/openbsd/bin/pax/
H A Dftree.c453 case S_IFDIR: in next_file()

1234