Lines Matching defs:POSIX
104 POSIX.1 behavior with `cc -YPOSIX', which predefines POSIX itself! */
106 # define POSIX 1
110 /* Some systems define _POSIX_VERSION but are not really POSIX.1. */
112 # undef POSIX
115 #if !defined (POSIX) && defined (_AIX) && defined (_POSIX_SOURCE)
116 # define POSIX 1
139 # ifndef POSIX
300 POSIX 1003.2-1992 section 2.5.2.1 page 50 lines 1556-1558 says that
303 host does not conform to POSIX. */
479 /* We omit these declarations on non-POSIX systems which define _POSIX_VERSION,
482 #if !defined (__GNU_LIBRARY__) && !defined (POSIX) && !defined (_POSIX_VERSION) && !defined(WINDOWS32)
489 #endif /* Not GNU C library or POSIX. */
595 properly according to POSIX. So, we try to wrap common system calls with