Lines Matching refs:POSIX
4 # Request POSIX conformance; this must be the first non-comment line.
5 .POSIX:
6 # By default, builds of code and data assume POSIX.1-2001 or later;
8 # On older platforms you may need to scrounge for POSIX conformance.
69 # The POSIXRULES macro controls interpretation of POSIX-like TZ
96 # /usr/share/zoneinfo/posix and /usr/share/zoneinfo/right are instead
97 # put under /usr/share/zoneinfo-posix and /usr/share/zoneinfo-leaps,
154 # If you want only POSIX time, with time values interpreted as
166 # below. POSIX mandates that leap seconds not be counted, and a
168 # these, use "posix_only" or "posix_right". Use POSIX time on systems with
171 # "right" time than unsmeared POSIX time is (e.g., 0.5 vs 1.0 s max error).
240 # than what POSIX specifies, assuming local time is UT.
245 # on POSIX platforms predating POSIX.1-2024
259 # ctime_r and asctime_r incompatibly with POSIX.1-2017 and earlier
272 # variables like 'tzname' required by POSIX
309 # it does not conform to POSIX.
310 # -DSUPPORT_POSIX2008 if the library should support older POSIX callers+
311 # However, this might cause problems in POSIX.1-2024-or-later callers.
314 # -DTHREAD_SAFE to make localtime.c thread-safe, as POSIX requires;
335 # this option is incompatible with POSIX.1-2024 and earlier.
380 # and POSIX.1-2024 or later (say in the year 2034).
420 # Although POSIX.1-2024 requires these fields and they are widely available
431 # # to the "CFLAGS=" line. Although "tzname" is required by POSIX.1-1988
433 # # and the variable is planned to be removed in a future POSIX edition.
444 # # Systems Group code and are required by POSIX.1-2008 and later (with XSI),
446 # # and the variables are planned to be removed in a future edition of POSIX.
493 # which claims to test C and POSIX conformance. If you want to pass PCTS, add
504 # POSIX says CFLAGS defaults to "-O 1".
510 # The name of a POSIX-like library archiver, its flags, C compiler,
512 # The commented-out values are the defaults specified by POSIX.1-2024.
547 # The name of a POSIX-compliant 'awk' on your system.
554 # The full path name of a POSIX-compliant shell, preferably one that supports
558 # lacks 'select' or doesn't completely conform to POSIX, but /bin/bash
638 # POSIX prohibits defining or using SHELL. However, csh users on systems
864 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
867 rm -fr '$(DESTDIR)$(TZDIR)-posix'
868 ln -s '$(TZDIR_BASENAME)' '$(DESTDIR)$(TZDIR)-posix' || \
869 $(MAKE) $(INSTALLARGS) TZDIR='$(TZDIR)-posix' posix_only
1079 check_zishrink: zishrink-posix.ck zishrink-right.ck
1080 zishrink-posix.ck zishrink-right.ck: \
1158 # POSIX allows this 'make' behavior, and HP-UX 'make' does it.