Symbol: __int32_t
include/nl_types.h
58
__int32_t __magic;
include/nl_types.h
59
__int32_t __nsets;
include/nl_types.h
60
__int32_t __mem;
include/nl_types.h
61
__int32_t __msg_hdr_offset;
include/nl_types.h
62
__int32_t __msg_txt_offset;
include/nl_types.h
66
__int32_t __setno; /* set number: 0 < x <= NL_SETMAX */
include/nl_types.h
67
__int32_t __nmsgs; /* number of messages in the set */
include/nl_types.h
68
__int32_t __index; /* index of first msg_hdr in msg_hdr table */
include/nl_types.h
72
__int32_t __msgno; /* msg number: 0 < x <= NL_MSGMAX */
include/nl_types.h
73
__int32_t __msglen;
include/nl_types.h
74
__int32_t __offset;
include/stdint.h
34
typedef __int32_t int32_t;
include/timeconv.h
53
__int32_t _time_to_time32(time_t);
include/timeconv.h
55
time_t _time32_to_time(__int32_t);
lib/libc/stdtime/time32.c
24
_time32_to_time(__int32_t t32)
lib/libc/stdtime/time32.c
34
__int32_t
lib/libc/stdtime/time32.c
37
return((__int32_t)t);
lib/libc/stdtime/time32.c
76
if (sizeof(long) == sizeof(__int32_t))
lib/libc/stdtime/time32.c
96
if (sizeof(int) == sizeof(__int32_t))
sys/cpu/x86_64/include/stdint.h
118
typedef __int32_t __pid_t; /* process [group] id */
sys/cpu/x86_64/include/stdint.h
132
typedef __int32_t __sig_atomic_t; /* XXX */
sys/cpu/x86_64/include/stdint.h
90
typedef __int32_t __int_fast8_t;
sys/cpu/x86_64/include/stdint.h
91
typedef __int32_t __int_fast16_t;
sys/cpu/x86_64/include/stdint.h
92
typedef __int32_t __int_fast32_t;
sys/cpu/x86_64/include/stdint.h
96
typedef __int32_t __int_least32_t;
sys/sys/msgport.h
52
__int32_t ms_result32; /* 32 bit result */
sys/sys/slaballoc.h
93
__int32_t z_Magic; /* magic number for sanity check */
sys/sys/stat.h
117
__int32_t st_lspare;
sys/sys/stdint.h
70
typedef __int32_t int32_t;
sys/sys/sysmsg.h
65
__int32_t result32; /* 32 bit result */
sys/sys/types.h
80
typedef __int32_t daddr_t; /* disk address */
sys/vfs/ufs/ufs_types.h
41
typedef __int32_t ufs_daddr_t;
sys/vfs/ufs/ufs_types.h
42
typedef __int32_t ufs_time_t;