Lines Matching full:things
32 _XOPEN_SOURCE Includes POSIX and XPG things. Set to 500 if
35 _XOPEN_SOURCE_EXTENDED XPG things and X/Open Unix extensions.
39 _BSD_SOURCE ISO C, POSIX, and 4.3BSD things.
40 _SVID_SOURCE ISO C, POSIX, and SVID things.
58 __USE_ISOC99 Define ISO C99 things.
59 __USE_ISOC95 Define ISO C90 AMD1 (C95) things.
60 __USE_POSIX Define IEEE Std 1003.1 things.
61 __USE_POSIX2 Define IEEE Std 1003.2 things.
62 __USE_POSIX199309 Define IEEE Std 1003.1, and .1b things.
63 __USE_POSIX199506 Define IEEE Std 1003.1, .1b, .1c and .1i things.
64 __USE_XOPEN Define XPG things.
65 __USE_XOPEN_EXTENDED Define X/Open Unix things.
66 __USE_UNIX98 Define Single Unix V2 things.
67 __USE_XOPEN2K Define XPG6 things.
68 __USE_LARGEFILE Define correct standard I/O things.
69 __USE_LARGEFILE64 Define LFS things with separate names.
71 __USE_BSD Define 4.3BSD things.
72 __USE_SVID Define SVID things.
73 __USE_MISC Define things common to BSD and System V Unix.
78 __FAVOR_BSD Favor 4.3BSD things in cases of conflict.
122 /* Always use ISO C things. */