Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. setGroupID :: GroupID -> IO ()

    unix System.Posix.User

    setGroupID gid calls setgid to set the real, effective, and saved set-group-id associated with the current process to gid.

  2. setGroups :: [GroupID] -> IO ()

    unix System.Posix.User

    setGroups calls setgroups to set the list of supplementary GroupIDs associated with the current process.

  3. setUserID :: UserID -> IO ()

    unix System.Posix.User

    setUserID uid calls setuid to set the real, effective, and saved set-user-id associated with the current process to uid.

  4. setEffectiveGroupID :: GroupID -> IO ()

    unix System.Posix.User.ByteString

    setEffectiveGroupID uid calls setegid to set the effective group-id associated with the current process to gid. This does not update the real group-id or set-group-id.

  5. setEffectiveUserID :: UserID -> IO ()

    unix System.Posix.User.ByteString

    setEffectiveUserID uid calls seteuid to set the effective user-id associated with the current process to uid. This does not update the real user-id or set-user-id.

  6. setGroupID :: GroupID -> IO ()

    unix System.Posix.User.ByteString

    setGroupID gid calls setgid to set the real, effective, and saved set-group-id associated with the current process to gid.

  7. setGroups :: [GroupID] -> IO ()

    unix System.Posix.User.ByteString

    setGroups calls setgroups to set the list of supplementary GroupIDs associated with the current process.

  8. setUserID :: UserID -> IO ()

    unix System.Posix.User.ByteString

    setUserID uid calls setuid to set the real, effective, and saved set-user-id associated with the current process to uid.

  9. setRequestBodyChunks :: IO ByteString -> Request -> Request

    wai Network.Wai

    Set the requestBody attribute on a request without triggering a deprecation warning. The supplied IO action should return the next chunk of the body each time it is called and empty when it has been fully consumed.

  10. setRequestBodyChunks :: IO ByteString -> Request -> Request

    wai Network.Wai.Internal

    Set the requestBody attribute on a request without triggering a deprecation warning. The supplied IO action should return the next chunk of the body each time it is called and empty when it has been fully consumed.

Page 145 of many | Previous | Next