HomeSort by: relevance | last modified time | path
    Searched refs:S_IFDIR (Results 1 - 25 of 223) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl2/grep/dist/lib/
isdir.c 31 #if !defined S_ISDIR && defined S_IFDIR
32 # define S_ISDIR(Mode) (((Mode) & S_IFMT) == S_IFDIR)
  /src/external/bsd/ppp/dist/pppd/
utils_utest.c 30 if (file_type("dir") != S_IFDIR)
42 if (file_type("dir/subdir/subsubdir") != S_IFDIR)
51 if (file_type("dir/subdir/subsubdir") != S_IFDIR)
65 if (file_type("dir/subdir/subsubdir") != S_IFDIR)
75 if (file_type("dir/subdir/subsubdir") != S_IFDIR)
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
stat.h 45 #ifndef S_IFDIR
46 # define S_IFDIR _S_IFDIR
56 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /src/external/gpl2/texinfo/dist/info/
filesys.h 90 #if !defined (S_ISDIR) && defined (S_IFDIR)
91 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
92 #endif /* !S_ISDIR && S_IFDIR */
  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_warc_empty.c 48 archive_entry_set_mode(ae, S_IFDIR | 0755);
58 archive_entry_set_mode(ae, S_IFDIR | 0755);
68 archive_entry_set_mode(ae, S_IFDIR | 0755);
78 archive_entry_set_mode(ae, S_IFDIR | 0755);
88 archive_entry_set_mode(ae, S_IFDIR | 0755);
98 archive_entry_set_mode(ae, S_IFDIR | 0755);
test_write_format_xar_empty.c 59 archive_entry_set_mode(ae, S_IFDIR | 0755);
69 archive_entry_set_mode(ae, S_IFDIR | 0755);
79 archive_entry_set_mode(ae, S_IFDIR | 0755);
89 archive_entry_set_mode(ae, S_IFDIR | 0755);
99 archive_entry_set_mode(ae, S_IFDIR | 0755);
109 archive_entry_set_mode(ae, S_IFDIR | 0755);
test_write_format_mtree_classic.c 38 { ".", S_IFDIR | 0755, 3, 1231975636, 1001, 1001 },
44 { "./subdir", S_IFDIR | 0755, 3, 1233504586, 1001, 1001 },
47 { "./subdir2", S_IFDIR | 0755, 3, 1233504586, 1001, 1001 },
48 { "./subdir3", S_IFDIR | 0755, 3, 1233504586, 1001, 1001 },
140 if ((entries[i].mode & AE_IFMT) != S_IFDIR)
143 if ((entries[i].mode & AE_IFMT) != S_IFDIR)
167 if (dironly && (entries[i].mode & AE_IFMT) != S_IFDIR)
180 if ((entries[i].mode & AE_IFMT) != S_IFDIR)
test_write_format_mtree_classic_indent.c 38 { ".", S_IFDIR | 0755, 3, 1231975636, 1001, 1001 },
44 { "./subdir", S_IFDIR | 0755, 3, 1233504586, 1001, 1001 },
47 { "./subdir2", S_IFDIR | 0755, 3, 1233504586, 1001, 1001 },
48 { "./subdir3", S_IFDIR | 0755, 3, 1233504586, 1001, 1001 },
142 if ((entries[i].mode & AE_IFMT) != S_IFDIR)
145 if ((entries[i].mode & AE_IFMT) != S_IFDIR)
169 if (dironly && (entries[i].mode & AE_IFMT) != S_IFDIR)
182 if ((entries[i].mode & AE_IFMT) != S_IFDIR)
test_write_format_mtree.c 42 { "./subdir", S_IFDIR | 0755, 1233504586, 1001, 1001 },
45 { "./subdir2", S_IFDIR | 0755, 1233504586, 1001, 1001 },
46 { "./subdir3", S_IFDIR | 0755, 1233504586, 1001, 1001 },
62 { "subdir", S_IFDIR | 0755, 1233504586, 1001, 1001 },
65 { "subdir2", S_IFDIR | 0755, 1233504586, 1001, 1001 },
66 { "subdir3", S_IFDIR | 0755, 1233504586, 1001, 1001 },
100 if ((entries[i].mode & AE_IFMT) != S_IFDIR)
103 if ((entries[i].mode & AE_IFMT) != S_IFDIR)
143 if (dironly && (entries[i].mode & AE_IFMT) != S_IFDIR)
151 if ((entries[i].mode & AE_IFMT) != S_IFDIR)
    [all...]
test_write_format_iso9660.c 131 archive_entry_set_mode(ae, S_IFDIR | 0755);
217 assert((S_IFDIR | 0555) == archive_entry_mode(ae));
229 assert((S_IFDIR | 0555) == archive_entry_mode(ae));
241 assert((S_IFDIR | 0555) == archive_entry_mode(ae));
253 assert((S_IFDIR | 0555) == archive_entry_mode(ae));
266 assert((S_IFDIR | 0555) == archive_entry_mode(ae));
279 assert((S_IFDIR | 0555) == archive_entry_mode(ae));
292 assert((S_IFDIR | 0555) == archive_entry_mode(ae));
305 assert((S_IFDIR | 0555) == archive_entry_mode(ae));
318 assert((S_IFDIR | 0555) == archive_entry_mode(ae))
    [all...]
test_write_format_iso9660_empty.c 78 archive_entry_set_mode(ae, S_IFDIR | 0755);
88 archive_entry_set_mode(ae, S_IFDIR | 0755);
98 archive_entry_set_mode(ae, S_IFDIR | 0755);
108 archive_entry_set_mode(ae, S_IFDIR | 0755);
118 archive_entry_set_mode(ae, S_IFDIR | 0755);
128 archive_entry_set_mode(ae, S_IFDIR | 0755);
193 assert((S_IFDIR | 0555) == archive_entry_mode(ae));
test_read_extract.c 53 archive_entry_set_mode(ae, S_IFDIR | 0775);
70 archive_entry_set_mode(ae, S_IFDIR | 0777);
91 archive_entry_set_mode(ae, S_IFDIR | 0710);
98 archive_entry_set_mode(ae, S_IFDIR | 0711);
test_tar_filenames.c 83 archive_entry_set_mode(ae, S_IFDIR | 0755);
96 archive_entry_set_mode(ae, S_IFDIR | 0755);
128 assert((S_IFDIR | 0755) == archive_entry_mode(ae));
132 assert((S_IFDIR | 0755) == archive_entry_mode(ae));
test_ustar_filenames.c 85 archive_entry_set_mode(ae, S_IFDIR | 0755);
102 archive_entry_set_mode(ae, S_IFDIR | 0755);
140 assert((S_IFDIR | 0755) == archive_entry_mode(ae));
147 assert((S_IFDIR | 0755) == archive_entry_mode(ae));
test_write_disk_secure745.c 68 archive_entry_set_mode(ae, S_IFDIR | 0777);
  /src/external/gpl3/gdb/dist/readline/readline/
posixstat.h 39 #if !defined (S_IFDIR) && !defined (S_ISDIR)
40 # define S_IFDIR 0040000
41 #endif /* !S_IFDIR && !S_ISDIR */
60 #if defined (_S_IFDIR) && !defined (S_IFDIR)
61 #define S_IFDIR _S_IFDIR
87 #if defined (S_IFDIR) && !defined (S_ISDIR)
88 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) /* directory */
  /src/external/gpl3/gdb.old/dist/readline/readline/
posixstat.h 39 #if !defined (S_IFDIR) && !defined (S_ISDIR)
40 # define S_IFDIR 0040000
41 #endif /* !S_IFDIR && !S_ISDIR */
60 #if defined (_S_IFDIR) && !defined (S_IFDIR)
61 #define S_IFDIR _S_IFDIR
87 #if defined (S_IFDIR) && !defined (S_ISDIR)
88 #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) /* directory */
  /src/external/bsd/ntp/dist/sntp/libopts/compat/
windows-config.h 113 # define S_IFDIR _S_IFDIR
114 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR)
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 96 #define S_IFDIR _S_IFDIR
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
stat.d 16 enum S_IFDIR = 0x4000;
31 int S_ISDIR(int m) { return (m & S_IFMT) == S_IFDIR; }
  /src/external/bsd/zstd/dist/contrib/pzstd/utils/
FileSystem.h 69 #elif !defined(S_ISDIR) && defined(S_IFMT) && defined(S_IFDIR)
70 return (status.st_mode & S_IFMT) == S_IFDIR;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
tmpdir.c 40 #if !defined S_ISDIR && defined S_IFDIR
41 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
  /src/external/gpl2/mkhybrid/dist/include/
statdefs.h 68 # ifdef S_IFDIR
69 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
  /src/external/gpl3/binutils/dist/binutils/
filemode.c 135 #ifdef S_IFDIR
136 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
137 #else /* ! defined (S_IFDIR) */
139 #endif /* ! defined (S_IFDIR) */
  /src/external/gpl3/binutils.old/dist/binutils/
filemode.c 135 #ifdef S_IFDIR
136 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR)
137 #else /* ! defined (S_IFDIR) */
139 #endif /* ! defined (S_IFDIR) */

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 9