reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/x86_64-linux-gnu/bits/types.h
  133 __STD_TYPE __DEV_T_TYPE __dev_t;	/* Type of device numbers.  */
  134 __STD_TYPE __UID_T_TYPE __uid_t;	/* Type of user identifications.  */
  135 __STD_TYPE __GID_T_TYPE __gid_t;	/* Type of group identifications.  */
  136 __STD_TYPE __INO_T_TYPE __ino_t;	/* Type of file serial numbers.  */
  137 __STD_TYPE __INO64_T_TYPE __ino64_t;	/* Type of file serial numbers (LFS).*/
  138 __STD_TYPE __MODE_T_TYPE __mode_t;	/* Type of file attribute bitmasks.  */
  139 __STD_TYPE __NLINK_T_TYPE __nlink_t;	/* Type of file link counts.  */
  140 __STD_TYPE __OFF_T_TYPE __off_t;	/* Type of file sizes and offsets.  */
  141 __STD_TYPE __OFF64_T_TYPE __off64_t;	/* Type of file sizes and offsets (LFS).  */
  142 __STD_TYPE __PID_T_TYPE __pid_t;	/* Type of process identifications.  */
  143 __STD_TYPE __FSID_T_TYPE __fsid_t;	/* Type of file system IDs.  */
  144 __STD_TYPE __CLOCK_T_TYPE __clock_t;	/* Type of CPU usage counts.  */
  145 __STD_TYPE __RLIM_T_TYPE __rlim_t;	/* Type for resource measurement.  */
  146 __STD_TYPE __RLIM64_T_TYPE __rlim64_t;	/* Type for resource measurement (LFS).  */
  147 __STD_TYPE __ID_T_TYPE __id_t;		/* General type for IDs.  */
  148 __STD_TYPE __TIME_T_TYPE __time_t;	/* Seconds since the Epoch.  */
  149 __STD_TYPE __USECONDS_T_TYPE __useconds_t; /* Count of microseconds.  */
  150 __STD_TYPE __SUSECONDS_T_TYPE __suseconds_t; /* Signed count of microseconds.  */
  152 __STD_TYPE __DADDR_T_TYPE __daddr_t;	/* The type of a disk address.  */
  153 __STD_TYPE __KEY_T_TYPE __key_t;	/* Type of an IPC key.  */
  156 __STD_TYPE __CLOCKID_T_TYPE __clockid_t;
  159 __STD_TYPE __TIMER_T_TYPE __timer_t;
  162 __STD_TYPE __BLKSIZE_T_TYPE __blksize_t;
  167 __STD_TYPE __BLKCNT_T_TYPE __blkcnt_t;
  168 __STD_TYPE __BLKCNT64_T_TYPE __blkcnt64_t;
  171 __STD_TYPE __FSBLKCNT_T_TYPE __fsblkcnt_t;
  172 __STD_TYPE __FSBLKCNT64_T_TYPE __fsblkcnt64_t;
  175 __STD_TYPE __FSFILCNT_T_TYPE __fsfilcnt_t;
  176 __STD_TYPE __FSFILCNT64_T_TYPE __fsfilcnt64_t;
  179 __STD_TYPE __FSWORD_T_TYPE __fsword_t;
  181 __STD_TYPE __SSIZE_T_TYPE __ssize_t; /* Type of a byte count, or error.  */
  184 __STD_TYPE __SYSCALL_SLONG_TYPE __syscall_slong_t;
  186 __STD_TYPE __SYSCALL_ULONG_TYPE __syscall_ulong_t;
  194 __STD_TYPE __SWORD_TYPE __intptr_t;
  197 __STD_TYPE __U32_TYPE __socklen_t;