Searched refs:file_type (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/diff/lib/
H A Dfile-type.c33 file_type (struct stat const *st) function
H A Dfile-type.h28 char const *file_type (struct stat const *);
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DFileOutputBuffer.cpp43 case sys::fs::file_type::file_not_found:
46 case sys::fs::file_type::regular_file: {
H A DMemoryBuffer.cpp345 sys::fs::file_type Type = Status.type();
346 if (Type != sys::fs::file_type::regular_file &&
347 Type != sys::fs::file_type::block_file)
H A DPath.cpp769 return status_known(status) && status.type() != file_type::file_not_found;
773 return s.type() != file_type::status_error;
777 return status.type() == file_type::directory_file;
789 return status.type() == file_type::regular_file;
801 return status.type() == file_type::symlink_file;
987 error_code remove_all_r(StringRef path, file_type ft, uint32_t &count) {
988 if (ft == file_type::directory_file) {
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h52 /// file_type - An "enum class" enumeration for the file system's view of the
54 struct file_type { struct in namespace:llvm::sys::fs
68 file_type(_ v) : v_(v) {} function in struct:llvm::sys::fs::file_type
69 explicit file_type(int v) : v_(_(v)) {} function in struct:llvm::sys::fs::file_type
168 file_type Type;
171 file_status() : Type(file_type::status_error) {}
172 file_status(file_type Type) : Type(Type) {}
175 file_status(file_type Type, perms Perms, dev_t Dev, ino_t Ino, time_t MTime,
180 file_status(file_type Type, uint32_t LastWriteTimeHigh,
192 file_type typ
[all...]
/freebsd-9.3-release/usr.sbin/etcupdate/
H A Detcupdate.sh111 file_type() function
465 first=`file_type $1/$3`
466 second=`file_type $2/$3`
555 args=`file_type ${2}$dir`
981 dest=`file_type $DESTDIR/$file`
1094 old=`file_type $OLDTREE/$file`
1095 new=`file_type $NEWTREE/$file`
1156 new=`file_type $NEWTREE/$file`
1157 dest=`file_type $DESTDIR/$file`
1165 old=`file_type
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DFileSystemStatCache.cpp39 Data.IsNamedPipe = Status.type() == llvm::sys::fs::file_type::fifo_file;
/freebsd-9.3-release/contrib/cvs/src/
H A Dimport.c1070 mode_t file_type; local
1117 file_type = sb.st_mode & S_IFMT;
1120 if (!preserve_perms || file_type == S_IFREG)
1241 if (file_type == S_IFLNK)
1259 switch (file_type)
1266 (file_type == S_IFCHR
1299 if (file_type == S_IFLNK)
1316 switch (file_type)
1323 (file_type == S_IFCHR
1391 if (!preserve_perms || file_type
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c153 int file_type = 0; local
161 file_type = '/';
170 file_type = '*';
174 file_type = '|';
178 file_type = '@';
182 file_type = '=';
187 file_type = '%';
288 if((flags & LS_TYPE) && file_type != 0) {
289 if (asprintf(&file->filename, "%s%c", p, file_type) == -1)
/freebsd-9.3-release/crypto/openssh/
H A Dauth.c535 int log_missing, char *file_type)
544 debug("Could not open %s '%s': %s", file_type, file,
555 pw->pw_name, file_type, file);
568 auth_debug_add("Ignored %s: %s", file_type, line);
534 auth_openfile(const char *file, struct passwd *pw, int strict_modes, int log_missing, char *file_type) argument
/freebsd-9.3-release/sys/fs/udf/
H A Decma167-udf.h136 uint8_t file_type; member in struct:icb_tag
H A Dudf_vfsops.c685 switch (unode->fentry->icbtag.file_type) {
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dwindint.h921 rc_uint_type file_type; member in struct:rc_fixed_versioninfo
940 bfd_byte file_type[4]; member in struct:bin_fixed_versioninfo
H A Dresrc.c3205 if (f->file_type != 0)
3206 fprintf (e, " FILETYPE 0x%x\n", (unsigned int) f->file_type);
H A Dresbin.c1003 fi->file_type = windres_get_32 (wrbfd, data + 36, 4);
1985 windres_put_32 (wrbfd, bfv.file_type, fi->file_type);
H A Drcparse.y1447 $1->file_type = $3;
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff.c1263 file_type (&cmp.file[0].stat),
1265 file_type (&cmp.file[1].stat));
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.c898 lang_input_file_enum_type file_type,
917 if (file_type == lang_input_file_is_l_enum
920 file_type = lang_input_file_is_search_file_enum;
924 switch (file_type)
996 lang_input_file_enum_type file_type,
999 return new_afile (name, file_type, target, TRUE);
897 new_afile(const char *name, lang_input_file_enum_type file_type, const char *target, bfd_boolean add_to_list) argument
995 lang_add_input_file(const char *name, lang_input_file_enum_type file_type, const char *target) argument
/freebsd-9.3-release/contrib/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp788 if (Status.type() == sys::fs::file_type::directory_file)

Completed in 256 milliseconds