Home
last modified time | relevance | path

Searched refs:__STD_TYPE (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dtypes.h116 # define __STD_TYPE __extension__ typedef macro
127 # define __STD_TYPE typedef macro
134 __STD_TYPE __DEV_T_TYPE __dev_t; /* Type of device numbers. */
135 __STD_TYPE __UID_T_TYPE __uid_t; /* Type of user identifications. */
136 __STD_TYPE __GID_T_TYPE __gid_t; /* Type of group identifications. */
137 __STD_TYPE __INO_T_TYPE __ino_t; /* Type of file serial numbers. */
138 __STD_TYPE __INO64_T_TYPE __ino64_t; /* Type of file serial numbers (LFS).*/
139 __STD_TYPE __MODE_T_TYPE __mode_t; /* Type of file attribute bitmasks. */
140 __STD_TYPE __NLINK_T_TYPE __nlink_t; /* Type of file link counts. */
141 __STD_TYPE __OFF_T_TYPE __off_t; /* Type of file sizes and offsets. */
[all …]