Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. getSubvolReadOnly :: RawFilePath -> IO Bool

    btrfs System.Linux.Btrfs.ByteString

    Is the subvolume read-only? Note: calls the BTRFS_IOC_SUBVOL_GETFLAGS ioctl.

  2. getSubvolReadOnlyFd :: Fd -> IO Bool

    btrfs System.Linux.Btrfs.ByteString

    No documentation available.

  3. setSubvolReadOnly :: RawFilePath -> Bool -> IO ()

    btrfs System.Linux.Btrfs.ByteString

    Make a subvolume read-only (or read-write). Note: calls the BTRFS_IOC_SUBVOL_GETFLAGS and BTRFS_IOC_SUBVOL_SETFLAGS ioctls.

  4. setSubvolReadOnlyFd :: Fd -> Bool -> IO ()

    btrfs System.Linux.Btrfs.ByteString

    No documentation available.

  5. siReadOnly :: SubvolInfo -> Bool

    btrfs System.Linux.Btrfs.ByteString

    Is this a read-only subvolume?

  6. package byte-count-reader

    Read strings describing a number of bytes like 2Kb and 0.5 MiB Please see the README on GitHub at https://github.com/danielrolls/byte-count-reader#readme

  7. module Data.ByteCountReader

    This library is for reading strings describing a number of bytes like 2Kb and 0.5 MiB.

  8. module Paths_byte_count_reader

    No documentation available.

  9. xmlReadMemory :: CString -> CInt -> CString -> CString -> CInt -> IO (Ptr LibXMLDoc)

    c14n Text.XML.C14N.LibXML

    Parses an XML document from a textual representation held in memory.

  10. maybeRead :: Read a => String -> Maybe a

    cabal-debian Debian.Debianize.Prelude

    No documentation available.

Page 750 of many | Previous | Next