XenevaOS
Loading...
Searching...
No Matches
Typedefs
types.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int dev_t
 
typedef int ino_t
 
typedef unsigned off_t
 
typedef int uid_t
 
typedef int gid_t
 
typedef int pid_t
 
typedef int mode_t
 
typedef unsigned nlink_t
 
typedef unsigned blksize_t
 
typedef unsigned blkcnt_t
 
typedef long long quad_t
 
typedef unsigned long long uquad_t
 
typedef unsigned long useconds_t
 
typedef long suseconds_t
 
typedef unsigned long clock_t
 
typedef long time_t
 

Detailed Description

BSD 2-Clause License

Copyright (c) 2022-2023, Manas Kamal Choudhury All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Typedef Documentation

◆ blkcnt_t

typedef unsigned blkcnt_t

◆ blksize_t

typedef unsigned blksize_t

◆ clock_t

typedef unsigned long clock_t

◆ dev_t

typedef int dev_t

◆ gid_t

typedef int gid_t

◆ ino_t

typedef int ino_t

◆ mode_t

typedef int mode_t

◆ nlink_t

typedef unsigned nlink_t

◆ off_t

typedef unsigned off_t

◆ pid_t

typedef int pid_t

◆ quad_t

typedef long long quad_t

◆ suseconds_t

typedef long suseconds_t

◆ time_t

typedef long time_t

◆ uid_t

typedef int uid_t

◆ uquad_t

typedef unsigned long long uquad_t

◆ useconds_t

typedef unsigned long useconds_t