HomeSort by: relevance | last modified time | path
    Searched defs:posix (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/librumpuser/
configure.ac 2 # Rump kernel POSIX hypervisor autoconf support.
12 AC_INIT([rumpuser-posix], [999], [https://github.com/rumpkernel/])
  /src/usr.bin/make/unit-tests/
deptgt-posix.mk 1 # $NetBSD: deptgt-posix.mk,v 1.4 2022/05/07 21:24:52 rillig Exp $
3 # Tests for the special target '.POSIX', which enables POSIX mode.
5 # As of 2022-04-18, when parsing the dependency line '.POSIX', the variable
6 # '%POSIX' is defined and <posix.mk> is included, if it exists. Other than
7 # that, POSIX support is still incomplete, the exact set of supported features
8 # needs to be cross-checked with the POSIX specification.
10 # At the point of '.POSIX:', <sys.mk> has been loaded already, unless the
11 # option '-r' was given. This means that an implementation of <posix.mk> mus
    [all...]
  /src/bin/kill/
kill.c 273 int posix; local in function:printsignals
275 posix = getenv("POSIXLY_CORRECT") != 0;
286 if (posix && pad)
307 if (posix && pad)
  /src/usr.bin/patch/
patch.c 93 int posix = 0; /* strict POSIX mode? */ variable in typeref:typename:int
217 backup_type = posix ? none : numbered_existing;
498 {"posix", no_argument, &posix, 1},
630 posix = 1;
633 backup_if_mismatch = posix ? 0 : 1;
644 " [--backup-if-mismatch] [--no-backup-if-mismatch] [--posix]\n"
  /src/lib/libc/time/
Makefile 4 # Request POSIX conformance; this must be the first non-comment line.
5 .POSIX:
6 # On older platforms you may need to scrounge for POSIX conformance.
56 # The POSIXRULES macro controls interpretation of POSIX-like TZ
83 # /usr/share/zoneinfo/posix and /usr/share/zoneinfo/right are instead
84 # put under /usr/share/zoneinfo-posix and /usr/share/zoneinfo-leaps,
141 # If you want only POSIX time, with time values interpreted as
153 # below. POSIX mandates that leap seconds not be counted; for compatibility
154 # with it, use "posix_only" or "posix_right". Use POSIX time on systems with
157 # "right" time than unsmeared POSIX time is (e.g., 0.5 vs 1.0 s max error)
    [all...]

Completed in 12 milliseconds