Home
last modified time | relevance | path

Searched refs:fdFlags (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/sysutils/hfsexplorer/hfsexplorer-hfsexplorer-0.23.1/src/java/org/catacombae/hfs/types/finder/
H A DFInfo.java48 private final byte[] fdFlags = new byte[2]; field in FInfo
55 System.arraycopy(data, offset + 8, fdFlags, 0, 2); in FInfo()
76 return Util.readShortBE(fdFlags); in getFdFlags()
116 …System.arraycopy(this.fdFlags, 0, result, offset, this.fdFlags.length); offset += this.fdFlags.len… in getBytes()
131 db.addUIntBE("fdFlags", fdFlags); in getStructElements()
H A DFInfo.struct4 UInt16 fdFlags; Finder flags. See "Finder Flags."
/dports/net-im/kopete/kopete-21.12.3/protocols/sms/services/
H A Dkopete_unix_serial.cpp187 int fdFlags; in KopeteUnixSerialPort() local
188 if ((fdFlags = fcntl(_fd, F_GETFL)) == -1) { in KopeteUnixSerialPort()
192 fdFlags &= ~O_NONBLOCK; in KopeteUnixSerialPort()
193 if (fcntl(_fd, F_SETFL, fdFlags) == -1) { in KopeteUnixSerialPort()
199 if ((fdFlags = fcntl(_fd, F_GETFD)) == -1) { in KopeteUnixSerialPort()
203 fdFlags |= FD_CLOEXEC; in KopeteUnixSerialPort()
204 if (fcntl(_fd, F_SETFD, fdFlags) == -1) { in KopeteUnixSerialPort()
/dports/converters/p5-Convert-BinHex/Convert-BinHex-1.125/bin/
H A Ddebinhex.pl188 $finfo->{fdFlags} = $hqx->flags & 0xfeff; #turn off inited bit
196 printf("%x\n",$finfo->{fdFlags});
205 printf("%x\n",$has->{ioFlFndrInfo}->{fdFlags});
H A Dbinhex.pl129 $hqx->flags($finfo->{fdFlags} & 0xfeff); # turn off inited bit
/dports/lang/tcl85/tcl8.5.19/macosx/
H A DtclMacOSXFCmd.c92 u_int16_t fdFlags; member
183 (finder->fdFlags & kFinfoIsInvisible) != 0); in TclMacOSXGetFileAttribute()
286 finder->fdFlags |= kFinfoIsInvisible; in TclMacOSXSetFileAttribute()
288 finder->fdFlags &= ~kFinfoIsInvisible; in TclMacOSXSetFileAttribute()
508 !((finder->fdFlags & kFinfoIsInvisible) || (*fileName == '.'))) { in TclMacOSXMatchType()
/dports/lang/tcl86/tcl8.6.12/macosx/
H A DtclMacOSXFCmd.c103 u_int16_t fdFlags; member
196 (finder->fdFlags & kFinfoIsInvisible) != 0); in TclMacOSXGetFileAttribute()
303 finder->fdFlags |= kFinfoIsInvisible; in TclMacOSXSetFileAttribute()
305 finder->fdFlags &= ~kFinfoIsInvisible; in TclMacOSXSetFileAttribute()
524 !((finder->fdFlags & kFinfoIsInvisible) || (*fileName == '.'))) { in TclMacOSXMatchType()
/dports/lang/tcl87/tcl8.7a5/macosx/
H A DtclMacOSXFCmd.c103 u_int16_t fdFlags; member
196 (finder->fdFlags & kFinfoIsInvisible) != 0); in TclMacOSXGetFileAttribute()
303 finder->fdFlags |= kFinfoIsInvisible; in TclMacOSXSetFileAttribute()
305 finder->fdFlags &= ~kFinfoIsInvisible; in TclMacOSXSetFileAttribute()
524 !((finder->fdFlags & kFinfoIsInvisible) || (*fileName == '.'))) { in TclMacOSXMatchType()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/gsmlib/gsmlib-1.10-patched-13ubuntu/gsmlib/
H A Dgsm_unix_serial.cc182 int fdFlags; in UnixSerialPort() local
183 if ((fdFlags = fcntl(_fd, F_GETFL)) == -1) { in UnixSerialPort()
187 fdFlags &= ~O_NONBLOCK; in UnixSerialPort()
188 if (fcntl(_fd, F_SETFL, fdFlags) == -1) { in UnixSerialPort()
/dports/archivers/zip/zip30/macos/source/
H A Drecurse.c290 isSystem = !((Globals->cPB.hFileInfo.ioFlFndrInfo.fdFlags & in isRegularItem()
292 isInvisible = !((Globals->cPB.hFileInfo.ioFlFndrInfo.fdFlags & in isRegularItem()
294 isAlias = !((Globals->cPB.hFileInfo.ioFlFndrInfo.fdFlags & in isRegularItem()
H A Dextrafld.c394 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags >> 8); in make_extrafield_JLEE()
395 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags); in make_extrafield_JLEE()
651 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags); in make_extrafield_MAC3()
652 *ef++ = (char)(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags >> 8); in make_extrafield_MAC3()
869 sBit2Str(MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags), in PrintFileInfo()
870 MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags, in PrintFileInfo()
871 MacZip.fpb.hFileInfo.ioFlFndrInfo.fdFlags); in PrintFileInfo()
H A Dmacopen.c319 hpb.fileParam.ioFlFndrInfo.fdFlags = 0; in my_open()
321 hpb.fileParam.ioFlFndrInfo.fdFlags = kIsAlias; in my_open()
323 hpb.fileParam.ioFlFndrInfo.fdFlags = 0; in my_open()
/dports/archivers/unzip/unzip60/macos/source/
H A Dmacbin3.c434 (fndrInfo.fdFlags & 0xFF00) >> 8; in EncodeMacbinary()
436 (fndrInfo.fdFlags & 0x00FF); in EncodeMacbinary()
665 fndrInfo.fdFlags = BYTE_AT_OFFSET(header, kFinderFlagsHiOffset); in DecodeMacBinary()
666 fndrInfo.fdFlags << 8; in DecodeMacBinary()
667 fndrInfo.fdFlags |= BYTE_AT_OFFSET(header, kFinderFlagsLowOffset); in DecodeMacBinary()
/dports/deskutils/pinot/pinot-1.20/Utils/
H A DDocument.cpp213 int fdFlags = fcntl(fd, F_GETFD); in setDataFromFile() local
214 fcntl(fd, F_SETFD, fdFlags|FD_CLOEXEC); in setDataFromFile()
/dports/emulators/qemu60/qemu-6.0.0/roms/openbios/fs/hfsplus/include/
H A Dapple.h83 SInt16 fdFlags; /* flags */ member
/dports/emulators/qemu42/qemu-4.2.1/roms/openbios/fs/hfsplus/include/
H A Dapple.h83 SInt16 fdFlags; /* flags */ member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/openbios/fs/hfsplus/include/
H A Dapple.h83 SInt16 fdFlags; /* flags */ member
/dports/emulators/qemu-utils/qemu-4.2.1/roms/openbios/fs/hfsplus/include/
H A Dapple.h83 SInt16 fdFlags; /* flags */ member
/dports/emulators/qemu5/qemu-5.2.0/roms/openbios/fs/hfsplus/include/
H A Dapple.h83 SInt16 fdFlags; /* flags */ member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/openbios/fs/hfsplus/include/
H A Dapple.h83 SInt16 fdFlags; /* flags */ member
/dports/emulators/qemu/qemu-6.2.0/roms/openbios/fs/hfsplus/include/
H A Dapple.h83 SInt16 fdFlags; /* flags */ member
/dports/deskutils/pinot/pinot-1.20/Tokenize/filters/
H A DArchiveFilter.cc209 int fdFlags = fcntl(m_fd, F_GETFD); in set_document_file() local
210 fcntl(m_fd, F_SETFD, fdFlags|FD_CLOEXEC); in set_document_file()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/file_monitor/
H A DLinuxFileMonitor.cpp479 int fdFlags = ::fcntl(pContext->fd, F_GETFD); in registerMonitor() local
480 if (fdFlags == -1) in registerMonitor()
482 if (::fcntl(pContext->fd, F_SETFD, fdFlags | FD_CLOEXEC) == -1) in registerMonitor()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/compose/src/
H A DnsMsgAppleCodes.h67 int16_t fdFlags; member
/dports/converters/fondu/fondu/
H A DMacFiles.h33 unsigned short fdFlags; member

12345678