Searched refs:filetype (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-11-stable/tools/regression/poll/
H A Dpipepoll.c20 static int filetype; variable
51 filetype == FT_PIPE ? "Pipe" :
52 filetype == FT_SOCKETPAIR ? "Sock" : "FIFO",
96 if (filetype == FT_FIFO) {
104 if (filetype == FT_FIFO) {
114 if (filetype != FT_FIFO) {
193 if (filetype == FT_FIFO) {
226 if (filetype == FT_FIFO) {
250 if (filetype != FT_FIFO)
286 for (filetype
[all...]
H A Dpipeselect.c27 static int filetype; variable
43 filetype == FT_PIPE ? "Pipe" :
44 filetype == FT_SOCKETPAIR ? "Sock" : "FIFO",
67 if (filetype == FT_FIFO) {
75 if (filetype == FT_FIFO) {
98 if (filetype != FT_FIFO) {
180 if (filetype == FT_FIFO) {
223 if (filetype == FT_FIFO) {
247 if (filetype != FT_FIFO)
283 for (filetype
[all...]
/freebsd-11-stable/usr.bin/unzip/
H A Dunzip.c685 mode_t filetype; local
689 filetype = archive_entry_filetype(e);
702 if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) {
710 if (S_ISDIR(filetype) && j_opt) {
736 if (S_ISDIR(filetype))
749 mode_t filetype; local
752 filetype = archive_entry_filetype(e);
755 if (!S_ISDIR(filetype)
[all...]
/freebsd-11-stable/usr.sbin/config/
H A Dmkmakefile.c397 int compile, match, nreqs, std, filetype, not, local
456 filetype = NORMAL;
541 filetype = LOCAL;
545 filetype = NODEPEND;
550 filetype = PROFILING;
580 if (filetype == PROFILING && profiling == 0)
584 tp->f_type = filetype;
585 if (filetype == LOCAL)
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_fd.c243 cloudabi_remove_conflicting_rights(cloudabi_filetype_t filetype, argument
263 switch (filetype) {
363 cloudabi_filetype_t filetype, cloudabi_rights_t *base,
379 cloudabi_remove_conflicting_rights(filetype, base, inheriting);
362 convert_capabilities(const cap_rights_t *capabilities, cloudabi_filetype_t filetype, cloudabi_rights_t *base, cloudabi_rights_t *inheriting) argument
H A Dcloudabi_file.c563 cloudabi_filetype_t filetype; local
575 filetype = cloudabi_convert_filetype(fp);
580 csb.st_filetype = filetype;
/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dmktemp.c135 if (sbuf.filetype != APR_DIR) {
H A Ddir.c270 finfo->filetype = type;
H A Dfilestat.c76 finfo->filetype = filetype_from_mode(info->st_mode);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Drevert.c526 if (finfo.filetype == APR_REG || finfo.filetype == APR_LNK)
528 else if (finfo.filetype == APR_DIR)
534 special = (finfo.filetype == APR_LNK);
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h51 /** apr_filetype_e values for the filetype member of the
57 * a filetype exists but cannot be described by the recognized
58 * flags below, the filetype will be APR_UNKFILE. If the
59 * filetype member is not determined, the type will be APR_NOFILE.
186 apr_filetype_e filetype; member in struct:apr_finfo_t
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp161 hdr->filetype == MH_DYLINKER) {
305 data_.current_filetype = hdr->filetype;
/freebsd-11-stable/contrib/tcsh/
H A Dsh.file.c62 static int filetype (const Char *, const Char *);
273 filetype(const Char *dir, const Char *file) function
331 xputchar(dir ? filetype(dir, items[i]) : ' ');
H A Dtw.parse.c107 static Char filetype (Char *, Char *);
1139 if (filetype(exp_dir->s, item.s) == '/')
1145 Strbuf_append1(&buf, filetype(exp_dir->s, item.s));
1156 /* maximum length 1 (NULL) + 1 (~ or $) + 1 (filetype) */
2013 /* filetype():
2014 * Return a character that signifies a filetype
2018 filetype(Char *dir, Char *file) function
2092 } /* end filetype */
2200 print_with_color(items[i], w, filetype(dir, items[i]));
2210 xprintf("%-S%c", items[i], filetype(di
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dhotcopy.c187 if (this_entry.filetype == APR_REG) /* regular file */
192 else if (this_entry.filetype == APR_LNK) /* symlink */
202 else if (this_entry.filetype == APR_DIR) /* recurse */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp302 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
303 Obj.getHeader().filetype != MachO::MH_DSYM &&
310 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
311 Obj.getHeader().filetype != MachO::MH_DSYM &&
320 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
321 Obj.getHeader().filetype != MachO::MH_DSYM &&
329 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
330 Obj.getHeader().filetype != MachO::MH_DSYM &&
338 if (Obj.getHeader().filetype != MachO::MH_DYLIB_STUB &&
339 Obj.getHeader().filetype !
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c104 mode_t filetype; member in struct:mtree_entry
754 switch (me->filetype) {
803 me->filetype = archive_entry_filetype(entry);
822 if (me->filetype == AE_IFDIR) {
835 } else if (me->filetype == AE_IFREG) {
949 me->nlink != 1 && me->filetype != AE_IFDIR)
988 switch (me->filetype) {
1238 if (mtree->mtree_entry->filetype == AE_IFREG)
2201 np->filetype = file->filetype;
[all...]
H A Darchive_write_set_format_xar.c1157 const char *filetype, *filelink, *fflags; local
1224 filetype = "directory"; break;
1226 filetype = "symlink"; break;
1228 filetype = "character special"; break;
1230 filetype = "block special"; break;
1232 filetype = "socket"; break;
1234 filetype = "fifo"; break;
1238 filetype = "hardlink";
1246 filetype = "file";
1249 r = xmlwrite_string_attr(a, writer, "type", filetype,
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c329 if (finfo->filetype == APR_REG)
331 else if (finfo->filetype == APR_DIR)
333 else if (finfo->filetype == APR_LNK)
626 if (!apr_err_2 && finfo.filetype == APR_DIR)
738 && (finfo.filetype == APR_DIR))
1178 if (this_entry.filetype == APR_REG) /* regular file */
1186 else if (this_entry.filetype == APR_LNK) /* symlink */
1194 else if (this_entry.filetype == APR_DIR) /* recurse */
1712 if (finfo.filetype == APR_LNK)
2930 && finfo.filetype
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h50 llvm::yaml::Hex32 filetype; member in struct:llvm::MachOYAML::FileHeader
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dhotcopy.c185 if (this_entry.filetype == APR_REG) /* regular file */
190 else if (this_entry.filetype == APR_LNK) /* symlink */
200 else if (this_entry.filetype == APR_DIR) /* recurse */
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp219 uint32_t Filetype = MachO->getHeader().filetype;
294 if (MachO->getHeader().filetype == MachO::MH_OBJECT) {
320 if (MachO->getHeader().filetype == MachO::MH_OBJECT) {
/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c73 enum filetype { enum
238 static enum filetype file_gettype(u_char *);
1150 static enum filetype
1447 enum filetype method;
1825 enum filetype method;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Drepos.c1900 if (finfo->filetype == APR_DIR)
1912 else if (finfo->filetype == APR_REG)
1914 else if (finfo->filetype == APR_LNK)
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h37 // Constants for the "filetype" field in llvm::MachO::mach_header and
505 uint32_t filetype; member in struct:llvm::MachO::mach_header
515 uint32_t filetype; member in struct:llvm::MachO::mach_header_64
1028 sys::swapByteOrder(mh.filetype);
1038 sys::swapByteOrder(H.filetype);

Completed in 297 milliseconds

12