File: types.h-data

package info (click to toggle)
glibc 2.42-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312,360 kB
  • sloc: ansic: 1,060,858; asm: 238,416; makefile: 20,960; python: 13,509; sh: 11,828; cpp: 5,188; awk: 1,794; perl: 317; yacc: 292; pascal: 182; sed: 19
file content (62 lines) | stat: -rw-r--r-- 1,095 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined ISO23
#if !defined POSIX
# if !defined XPG4 && !defined XPG42
type blkcnt_t
type blksize_t
# endif
type clock_t
# if !defined XPG4 && !defined XPG42
type clockid_t
# endif
#endif
type dev_t
# if !defined POSIX
type fsblkcnt_t
type fsfilcnt_t
# endif
type gid_t
#if !defined POSIX
type id_t
#endif
type ino_t
# if !defined POSIX && !defined POSIX2008
type key_t
# endif
type mode_t
type nlink_t
type off_t
type pid_t
#if !defined XPG4 && !defined XPG42
type pthread_attr_t
#if !defined POSIX && !defined UNIX98
type pthread_barrier_t
type pthread_barrierattr_t
#endif
type pthread_cond_t
type pthread_condattr_t
type pthread_key_t
type pthread_mutex_t
type pthread_mutexattr_t
type pthread_once_t
#if !defined POSIX
type pthread_rwlock_t
type pthread_rwlockattr_t
#endif
#if !defined POSIX && !defined UNIX98
type pthread_spinlock_t
#endif
type pthread_t
#endif
type size_t
type ssize_t
# if !defined POSIX && !defined POSIX2008
type suseconds_t
# endif
# ifndef POSIX
type time_t
type timer_t
# endif
type uid_t

allow *_t
#endif