Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data SystemID

    unix System.Posix.Unistd

    No documentation available.

  2. SystemID :: String -> String -> String -> String -> String -> SystemID

    unix System.Posix.Unistd

    No documentation available.

  3. getSystemID :: IO SystemID

    unix System.Posix.Unistd

    No documentation available.

  4. getEffectiveGroupID :: IO GroupID

    unix System.Posix.User

    getEffectiveGroupID calls getegid to obtain the effective GroupID associated with the current process.

  5. getEffectiveUserID :: IO UserID

    unix System.Posix.User

    getEffectiveUserID calls geteuid to obtain the effective UserID associated with the current process.

  6. getGroupEntryForID :: GroupID -> IO GroupEntry

    unix System.Posix.User

    getGroupEntryForID gid calls getgrgid_r to obtain the GroupEntry information associated with GroupID gid. This operation may fail with isDoesNotExistError if no such group exists.

  7. getRealGroupID :: IO GroupID

    unix System.Posix.User

    getRealGroupID calls getgid to obtain the real GroupID associated with the current process.

  8. getRealUserID :: IO UserID

    unix System.Posix.User

    getRealUserID calls getuid to obtain the real UserID associated with the current process.

  9. getUserEntryForID :: UserID -> IO UserEntry

    unix System.Posix.User

    getUserEntryForID uid calls getpwuid_r to obtain the UserEntry information associated with UserID uid. This operation may fail with isDoesNotExistError if no such user exists.

  10. groupID :: GroupEntry -> GroupID

    unix System.Posix.User

    No documentation available.

Page 397 of many | Previous | Next