Skip site
navigation (1)Skip section navigation (2)
FreeBSD Manual Pages
- cxgb(4)
- Chelsio T3 10 Gigabit Ethernet adapter driver
- cxgbe(4)
- Chelsio T4-, T5-, and T6-based 100Gb, 40Gb, 25Gb, 10Gb, and 1Gb Ethernet adapter driver
- cxgbetool(8)
- Userspace companion to cxgbe(4)
- cxgbev(4)
- Chelsio T4-, T5-, and T6-based 100Gb, 40Gb, 25Gb, 10Gb, and 1Gb Ethernet VF driver
- ds3231(4)
- Extremely Accurate i2c-integrated RTC/TCXO/Crystal
- llvm-cxxfilt(1)
- LLVM symbol name demangler
- apertium-validate-acx(1)
- intermediate acx rule validator for Apertium
- cerfcx(3), erfcx(3)
- underflow-compensated complementary error function
- cmake-cxxmodules(7)
- CMake C++ Modules Support Reference New in version 3.28. C++ 20 introduced the concept of (dqmodules(dq to the language. The design requires build systems to order compilations among each other to satisfy import statements reliably. CMake(aqs implementation asks the compiler to scan source files for module dependencies during the build, collates scanning results to infer ordering constraints, and tells the build tool how to dynamically update the build graph
- cxApplyFsNodeInfo(3)
- Applies the information from an FsNode to a physical file or directory
- cxCleanup(3)
- Cleans up the entire library
- cxCleanupModules(3)
- Unloads all modules
- cxClearErr(3)
- Clears the error flag and end-of-file indicator
- cxClose(3)
- Closes a file pointer
- cxCloseArchive(3)
- Closes an archive
- cxDestroyArchive(3)
- Destroys a CxArchive structure
- cxDestroyDirectory(3)
- Destroys a CxDirectory structure
- cxDestroyFile(3)
- Destroys a CxFile structure
- cxDestroyFsIterator(3)
- Destroys a filesystem iterator
- cxDestroyFsNode(3)
- Destroys a CxFsNode structure
- cxDirAddFile(3)
- Adds a file to the directory
- cxDirAddSubDir(3)
- Adds a subdirectory to a directory
- cxDirRemoveFile(3)
- Removes a file from the directory
- cxDirRemoveSubDir(3)
- Removes a subdirectory from the directory
- cxEof(3)
- Tests the end-of-file indicator
- cxError(3)
- Tests the error indicator of the file
- cxExtractArchive(3)
- Extracts the specified archive's files to directories off of the current directory
- cxExtractFile(3)
- Extracts the specified file
- cxFixPath(3)
- Fixes up the specified path by processing all ".." and "." that may be in the path
- cxGetArchiveAccessMode(3)
- Returns the archive's file access mode
- cxGetArchiveFileCount(3)
- Returns the total number of files in the archive
- cxGetArchiveFileName(3)
- Returns the archive's physical filename
- cxGetArchiveFileSize(3)
- Returns the archive's physical file size
- cxGetArchiveModule(3)
- Returns the archive's associated module
- cxGetArchivePath(3)
- Returns the full path to the specified archive
- cxGetArchivePhysicalPath(3)
- Returns the full physical path to the file
- cxGetArchiveRoot(3)
- Returns the root directory in the archive
- cxGetArchiveSize(3)
- Returns the total size of the archive's contents
- cxGetArchiveType(3)
- Returns the archive type
- cxGetBaseName(3)
- Returns the base filename for the specified path
- cxGetBasePath(3)
- Returns the base path for the specified path
- cxGetDirArchive(3)
- Returns the archive that owns the specified directory
- cxGetDirDate(3)
- Returns the timestamp of the specified directory
- cxGetDirGid(3)
- Returns the group ID of the specified directory
- cxGetDirMode(3)
- Return the mode of the specified directory
- cxGetDirName(3)
- Returns the base directory name of the specified directory
- cxGetDirParent(3)
- Returns the specified directory's parent directory
- cxGetDirPath(3)
- Returns the full path name of the specified directory
- cxGetDirPhysicalPath(3)
- Returns the full physical path to the directory
- cxGetDirUid(3)
- Returns the user ID of the specified directory
- cxGetDirectory(3)
- Returns the subdirectory specified in the path
- cxGetFile(3)
- Returns the file specified in the path
- cxGetFileArchive(3)
- Returns the archive that owns the specified file
- cxGetFileCompressedSize(3)
- Returns the compressed size of the specified file
- cxGetFileCount(3)
- Returns the number of files in the specified directory
- cxGetFileDate(3)
- Returns the timestamp of the specified file
- cxGetFileGid(3)
- Returns the group ID of the specified file
- cxGetFileMode(3)
- Returns the mode of the specified file
- cxGetFileName(3)
- Returns the name of the specified file
- cxGetFileParent(3)
- Returns the specified file's parent directory
- cxGetFilePath(3)
- Returns the full path to the specified file
- cxGetFilePhysicalPath(3)
- Returns the full physical path to the file
- cxGetFileSize(3)
- Returns the uncompressed size of the specified file
- cxGetFileUid(3)
- Returns the user ID of the specified file
- cxGetFirstFile(3)
- Returns the first file in the directory
- cxGetFirstModule(3)
- Returns the first module in the list
- cxGetFirstSubDir(3)
- Returns the first subdirectory in the directory
- cxGetFpAccessMode(3)
- Returns the access mode of the specified file pointer
- cxGetFsIterFirst(3)
- Returns the first item
- cxGetFsIterNext(3)
- Returns the next item
- cxGetFsIterPrev(3)
- Returns the previous item
- cxGetFsNodeArchive(3)
- Returns the archive that owns the specified node
- cxGetFsNodeDate(3)
- Returns the timestamp of the specified node
- cxGetFsNodeGid(3)
- Returns the group ID of the specified node
- cxGetFsNodeMode(3)
- Returns the mode of the specified node
- cxGetFsNodeName(3)
- Returns the name of the specified node
- cxGetFsNodeParent(3)
- Returns the specified node's parent directory
- cxGetFsNodePath(3)
- Returns the full path to the specified node
- cxGetFsNodeType(3)
- Gets the type of node
- cxGetFsNodeUid(3)
- Returns the user ID of the specified node
- cxGetFullFilePath(3)
- Returns the full, absolute path for the specified filename
- cxGetModule(3)
- Returns the specified module
- cxGetNextDir(3)
- Returns the next directory in a list of directories
- cxGetNextFile(3)
- Returns the next file in a list of files
- cxGetNextFsNode(3)
- Returns the next node in a list of nodes
- cxGetPreviousDir(3)
- Returns the previous directory in a list of directories
- cxGetPreviousFile(3)
- Returns the previous file in a list of files
- cxGetPreviousFsNode(3)
- Returns the previous node in a list of nodes
- cxGetSubDirCount(3)
- Returns the number of subdirectories in the specified directory
- cxGets(3)
- Reads in a line from from a file pointer
- cxIsArchiveLocal(3)
- Returns whether or not the archive is stored locally
- cxIsDirLocal(3)
- Returns whether or not the directory is stored locally
- cxIsFileLocal(3)
- Returns whether or not the file is stored locally
- cxIsFsNodeLocal(3)
- Returns whether or not the node is stored locally
- cxLinkModule(3)
- Notifies libcomprex that the module is being used
- cxLoadModule(3)
- Loads the module of the specified name and type
- cxMakeFile(3)
- Creates a file structure from a local file
- cxMakePhysDirs(3)
- Makes a directory and all its parent directories, if missing, on the filesystem
- cxMkDir(3)
- Creates a directory
- cxNewArchive(3)
- Creates a new CxArchive structure
- cxNewDirectory(3)
- Creates a new CxDirectory structure
- cxNewFile(3)
- Creates a new CxFile structure
- cxNewFp(3)
- Creates a file pointer structure
- cxNewFsIterator(3)
- Creates a filesystem iterator
- cxNewFsNode(3)
- Creates a new CxFsNode structure
- cxOpenArchive(3)
- Opens an archive for reading or writing
- cxOpenArchiveBuffer(3)
- Opens an archive from a buffer for reading or writing
- cxOpenArchiveFromHandle(3)
- Opens an archive from an existing file handle (CxFile structure)
- cxOpenArchiveStream(3)
- Opens an archive from an existing file stream for reading or writing
- cxOpenBuffer(3)
- Opens a stream from a buffer
- cxOpenFile(3)
- Opens a file from a local or remote filesystem, or in an archive
- cxOpenFileHandle(3)
- Opens a file from an existing file handle (CxFile structure)
- cxOpenStream(3)
- Opens an existing FILE * stream
- cxRead(3)
- Reads data from a file pointer
- cxRegisterModule(3)
- Registers a module
- cxRewind(3)
- Rewinds to the beginning of the stream
- cxSaveArchive(3)
- Saves an archive
- cxSeek(3)
- Seeks to a position in the file
- cxSetArchiveAccessMode(3)
- Sets the archive's file access mode
- cxSetArchiveExtractCallback(3)
- Sets the archive specific extraction callback
- cxSetArchiveFileName(3)
- Sets the archive's physical filename
- cxSetArchiveFileSize(3)
- Sets the archive's physical file size
- cxSetArchiveLocal(3)
- Sets whether or not the archive is stored locally
- cxSetArchiveModule(3)
- Sets the archive's asssociated module
- cxSetArchivePath(3)
- Sets the full path to the archive
- cxSetArchivePhysicalPath(3)
- Sets the full physical path to the archive
- cxSetArchiveSize(3)
- Sets the total size of the archive's contents
- cxSetArchiveType(3)
- Sets the archive type
- cxSetCloseFunc(3)
- Sets the close function for this file pointer
- cxSetDirArchive(3)
- Sets the archive that owns the directory
- cxSetDirDate(3)
- Set the timestamp of the specified directory
- cxSetDirGid(3)
- Sets the group ID of the specified directory
- cxSetDirLocal(3)
- Sets whether or not the file is stored locally
- cxSetDirMode(3)
- Sets the mode of the specified directory
- cxSetDirName(3)
- Sets the base directory name of this directory
- cxSetDirParent(3)
- Sets the specified directory's parent directory
- cxSetDirPhysicalPath(3)
- Sets the full physical path to the directory
- cxSetDirUid(3)
- Sets the user ID of the specified directory
- cxSetError(3)
- Sets the current error number and string
- cxSetFileArchive(3)
- Sets the archive that owns the file
- cxSetFileCompressedSize(3)
- Sets the compressed size of the specified file
- cxSetFileDate(3)
- Sets the timestamp of the specified file
- cxSetFileGid(3)
- Sets the group ID of the specified file
- cxSetFileLocal(3)
- Sets whether or not the file is stored locally
- cxSetFileMode(3)
- Sets the mode of the specified file
- cxSetFileName(3)
- Sets the base name of the specified file
- cxSetFileParent(3)
- Sets the specified file's parent directory
- cxSetFilePhysicalPath(3)
- Sets the full physical path to the file
- cxSetFileSize(3)
- Sets the uncompressed size of the specified file
- cxSetFileUid(3)
- Sets the user ID of the specified file
- cxSetFpAccessMode(3)
- Sets the access mode of the specified file pointer
- cxSetFsNodeArchive(3)
- Sets the archive that owns the node
- cxSetFsNodeDate(3)
- Sets the timestamp of the specified node
- cxSetFsNodeGid(3)
- Sets the group ID of the specified node
- cxSetFsNodeLocal(3)
- Sets whether or not the node is stored locally
- cxSetFsNodeMode(3)
- Sets the mode of the specified node
- cxSetFsNodeName(3)
- Sets the base name of the specified node
- cxSetFsNodeParent(3)
- Sets the specified node's parent directory
- cxSetFsNodeType(3)
- Sets the type of node
- cxSetFsNodeUid(3)
- Sets the user ID of the specified node
- cxSetReadFunc(3)
- Sets the read function for this file pointer
- cxSetSeekFunc(3)
- Sets the seek function for this file pointer
- cxSetWriteFunc(3)
- Sets the write function for this file pointer
- cxSplitPath(3)
- Splits the specified path into a directory part and a filename part
- cxStrError(3)
- Returns a string representation of the error
- cxTell(3)
- Returns the current position in the file
- cxUnlinkModule(3)
- Notifies libcomprex that the module is no longer being used
- cxUnloadModule(3)
- Unloads the specified module
- cxWrite(3)
- Writes data to a file pointer
- cxmon(1)
- a command-line file manipulation tool and disassembler
- cxpm(1)
- Check an XPM (X PixMap) file, versions XPM 1, 2, or 3
- cxref(1)
- C Cross Referencing & Documenting tool
- cxref-query(1)
- A program to query the cross reference database from cxref
- cxusb(4)
- webcamd driver for Conexant USB DVB
- cxxmatrix(1), C++ Matrix(1)
- The Matrix Reloaded in Terminals
- cxxmetric(1)
- Simple source metrics for C and C++
- exbitmap(3)
- Loading and displaying PCX and BMP files. Allegro game programming library
- exp2cxx(1)
- EXPRESS compiler and translator
- exscale(3)
- Loading PCX files and bitmap stretching. Allegro game programming library
- img-pcx(n)
- Img, Paintbrush Format (pcx)