Home
last modified time | relevance | path

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

1234

/dragonfly/contrib/gdb-7/readline/
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.h53 #if defined (S_IFDIR) && !defined (S_ISDIR)
54 # define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR)
/dragonfly/contrib/gdb-7/gdb/common/
H A Dgdb_stat.h31 #if !defined(S_ISDIR) && defined(S_IFDIR)
32 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/dragonfly/sys/contrib/dev/acpica/source/tools/acpisrc/
H A Dasmain.c237 if (Gbl_StatBuf.st_mode & S_IFDIR) in AsExaminePaths()
239 *SourceFileType = S_IFDIR; in AsExaminePaths()
581 if (FileType == S_IFDIR) in main()
/dragonfly/contrib/binutils-2.34/binutils/
H A Dfilemode.c134 #ifdef S_IFDIR
135 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
/dragonfly/contrib/binutils-2.27/binutils/
H A Dfilemode.c134 #ifdef S_IFDIR
135 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
/dragonfly/usr.sbin/makefs/
H A Dmtree.c669 node->type = S_IFDIR; in read_mtree_keywords()
749 type = (node->symlink != NULL) ? S_IFLNK : S_IFDIR; in read_mtree_keywords()
907 if (node->type != S_IFDIR) { in read_mtree_spec1()
928 type = (def == false || IS_DOT(name)) ? S_IFDIR : 0; in read_mtree_spec1()
946 if (node->type != S_IFDIR) in read_mtree_spec1()
951 node = create_node(".", S_IFDIR, parent, parent); in read_mtree_spec1()
1119 node = create_node(".", S_IFDIR, NULL, &mtree_global); in read_mtree()
H A Dwalk.c358 if (dirnode->type != S_IFDIR) in apply_specdir()
453 if (curfsnode->type == S_IFDIR) { in apply_specdir()
468 if (curfsnode->type != S_IFDIR) in apply_specdir()
590 assert (cur->type == S_IFDIR); in dump_fsnodes()
/dragonfly/contrib/tcsh-6/
H A Dtc.os.h216 # define S_IFDIR 0040000 /* directory */ macro
240 # if !defined(S_ISDIR) && defined(S_IFDIR)
241 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR)
/dragonfly/contrib/cvs-1.12/lib/
H A Dstat-macros.h65 # ifdef S_IFDIR
66 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/dragonfly/usr.sbin/mtree/
H A Dmisc.c248 return S_IFDIR; in nodetoino()
283 case S_IFDIR: in inotype()
/dragonfly/bin/ls/
H A Dprint.c417 if ((mode & S_IFMT) == S_IFDIR) { in printtype()
425 case S_IFDIR: in printtype()
498 case S_IFDIR: in colortype()
/dragonfly/sys/contrib/dev/acpica/source/include/platform/
H A Dacwin64.h204 #define S_IFDIR _S_IFDIR macro
H A Dacwin.h223 #define S_IFDIR _S_IFDIR macro
/dragonfly/usr.bin/fstat/
H A Dfstat.h60 return S_IFDIR; in mtrans()
H A Dmsdosfs.c113 fsp->mode |= denode.de_Attributes & ATTR_DIRECTORY ? S_IFDIR : S_IFREG; in msdosfs_filestat()
/dragonfly/lib/libc/string/
H A Dstrmode.c43 case S_IFDIR: /* directory */ in strmode()
/dragonfly/usr.bin/whereis/
H A Dwhereis.c320 if ((sb.st_mode & S_IFMT) != S_IFDIR) in defaults()
339 (sb.st_mode & S_IFMT) != S_IFDIR || in defaults()
547 (sb.st_mode & S_IFMT) == S_IFDIR) { in main()
/dragonfly/sbin/newfs/
H A Dfscopy.c147 case S_IFDIR: in FSCopy()
259 case S_IFDIR: in FSPaste()
/dragonfly/usr.sbin/cron/lib/
H A Dmisc.c196 if (!(sb.st_mode & S_IFDIR)) in set_cron_cwd()
212 if (!(sb.st_mode & S_IFDIR)) in set_cron_cwd()
/dragonfly/bin/mkdir/
H A Dmkdir.c179 else if ((sb.st_mode & S_IFMT) != S_IFDIR) { in build()
/dragonfly/bin/pax/
H A Dtar.c434 arcn->sb.st_mode |= S_IFDIR; in tar_rd()
452 arcn->sb.st_mode |= S_IFDIR; in tar_rd()
781 arcn->sb.st_mode |= S_IFDIR; in ustar_rd()
H A Dftree.c430 case S_IFDIR: in next_file()
/dragonfly/contrib/cvs-1.12/diff/
H A Dsystem.h50 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
/dragonfly/sys/sys/
H A Dstat.h195 #define S_IFDIR 0040000 /* directory */ macro

1234