| /src/external/bsd/ppp/dist/pppd/ |
| utils_utest.c | 15 file_type(char *path) function 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/pcc/dist/pcc/driver/ |
| driver.c | 60 static const struct file_type { struct 82 static struct file_type * 103 struct file_type *type; 115 add_infile(const char *file, struct file_type *type)
|
| /src/sys/fs/udf/ |
| udf_readwrite.c | 188 int icbflags, addr_type, file_type, intern, has_fids, has_sbm, l_ea; local 201 file_type = 0; 211 file_type = fe->icbtag.file_type; 222 file_type = efe->icbtag.file_type; 244 has_fids = (file_type == UDF_ICB_FILETYPE_DIRECTORY) || 245 (file_type == UDF_ICB_FILETYPE_STREAMDIR); 246 has_sbm = (file_type == UDF_ICB_FILETYPE_META_BITMAP);
|
| ecma167-udf.h | 273 uint8_t file_type; member in struct:icb_tag
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| fs_fwd.h | 78 enum class file_type : signed char { class in namespace:filesystem
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| fs_fwd.h | 89 enum class file_type : signed char { class in namespace:experimental::filesystem::v1
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| fs_fwd.h | 78 enum class file_type : signed char { class in namespace:filesystem
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| fs_fwd.h | 89 enum class file_type : signed char { class in namespace:experimental::filesystem::v1
|
| /src/external/gpl2/xcvs/dist/src/ |
| import.c | 44 mode_t file_type, struct stat *sbp); 46 static int expand_and_copy_contents (FILE *fprcs, mode_t file_type, 1093 mode_t file_type; local 1169 file_type = sb.st_mode & S_IFMT; 1176 file_type == S_IFREG) 1298 file_type, sbp)) 1332 file_type, sbp)) 1352 file_type, sbp)) 1395 if (expand_and_copy_contents (fprcs, file_type, user, fpuser)) 1433 if (expand_and_copy_contents (fprcs, file_type, user, fpuser) [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| FileSystem.h | 66 enum class file_type { class in namespace:llvm::sys::fs 155 file_type Type = file_type::status_error; 161 explicit basic_file_status(file_type Type) : Type(Type) {} 164 basic_file_status(file_type Type, perms Perms, time_t ATime, 172 basic_file_status(file_type Type, perms Perms, uint32_t LastAccessTimeHigh, 184 file_type type() const { return Type; } 221 void type(file_type v) { Type = v; } 243 explicit file_status(file_type Type) : basic_file_status(Type) {} 246 file_status(file_type Type, perms Perms, dev_t Dev, nlink_t Links, ino_t Ino [all...] |
| /src/sys/fs/hfs/ |
| libhfs.h | 193 hfs_macos_type_code file_type; member in struct:__anon6745
|
| /src/sys/fs/nilfs/ |
| nilfs_fs.h | 314 * The `file_type' is chosen there since filenames are limited to 256 bytes 325 uint8_t file_type; member in struct:nilfs_dir_entry
|
| /src/external/mit/libuv/dist/src/win/ |
| fs.c | 2201 DWORD file_type; local 2204 file_type = uv_guess_handle(fd); 2205 switch (file_type) { 2216 statbuf->st_mode = file_type == UV_TTY ? _S_IFCHR : _S_IFIFO; 2218 statbuf->st_rdev = (file_type == UV_TTY ? FILE_DEVICE_CONSOLE : FILE_DEVICE_NAMED_PIPE) << 16;
|
| /src/sbin/fsck_udf/ |
| main.c | 1780 filetype = icbtag->file_type; 1844 filetype = icbtag->file_type; 2280 int tagid, file_type, error; local 2294 file_type = dscr1->efe.icbtag.file_type; 2296 (file_type != UDF_ICB_FILETYPE_META_MAIN)) 2308 file_type = dscr2->efe.icbtag.file_type; 2310 (file_type != UDF_ICB_FILETYPE_META_MIRROR)) 2328 dscr1->efe.icbtag.file_type = UDF_ICB_FILETYPE_META_MAIN [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| windint.h | 920 rc_uint_type file_type; member in struct:rc_fixed_versioninfo 939 bfd_byte file_type[4]; member in struct:bin_fixed_versioninfo
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| windint.h | 920 rc_uint_type file_type; member in struct:rc_fixed_versioninfo 939 bfd_byte file_type[4]; member in struct:bin_fixed_versioninfo
|