HomeSort by: relevance | last modified time | path
    Searched refs:POSIX (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/usr.bin/make/unit-tests/
posix-expansion.mk 1 # $NetBSD: posix-expansion.mk,v 1.2 2025/04/13 09:34:43 rillig Exp $
5 # In POSIX mode, when expanding an expression containing modifiers, the
6 # modifiers specified in POSIX take precedence over the BSD-style modifiers.
8 .POSIX:
12 # The modifier contains a "=" and is thus the POSIX modifier.
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...]
posix-varassign.mk 1 # $NetBSD: posix-varassign.mk,v 1.1 2025/04/13 09:29:33 rillig Exp $
13 .POSIX:
22 # Deviation from POSIX: The "::=" assignment operator is not supported,
25 VAR::= posix-immediate-expansion
28 .elif ${${:UVAR\:}} != "posix-immediate-expansion"
33 # Deviation from POSIX: The ":::=" assignment operator is not supported,
35 VAR:::= posix-delayed-expansion
38 .elif ${${:UVAR\:\:}} != "posix-delayed-expansion"
68 # In POSIX mode, the ":=" assignment operator is available as well, even
69 # though it is not specified by POSIX, due to the differences in existin
    [all...]
cmdline-redirect-stdin.mk 23 # is actually specified by POSIX, which says that "The read utility shall
var-op-append.mk 11 # POSIX.1-202x.
14 # specified in POSIX.1-202x. All variables are delayed-expansion.
posix1.mk 43 # The only variable modifier accepted by POSIX.
115 # but such a thing is not POSIX compatible. It's also somewhat useless
162 # According to POSIX, $* is only required for inference rules and $<'s
opt-env.mk 7 # This option is required by POSIX.
escape.mk 5 # Extracts from the POSIX 2008 specification
31 # Our practice, despite what POSIX might say, is that "\#"
221 # XXX: This may differ from POSIX, but matches gmake.
varname-makeflags.mk 28 # In POSIX mode, the environment variable MAKEFLAGS can contain letters only,
  /src/sys/rump/fs/lib/libaio/
Makefile 7 COMMENT=POSIX asynchronous I/O system calls
  /src/tests/bin/sh/
t_redircloexec.sh 53 [ -n "${POSIXLY_CORRECT+set}" ] && atf_skip "tests non-posix behaviour"
172 " in posix mode are not closed on exec"
179 # First work out how to get shell into posix mode
180 POSIX=
182 # This should succeed only if "set -o posix" succeeds.
187 if ${TEST_SH} -c "set -o posix && exit 0 || exit 1" 2>/dev/null
190 # this really should mean the shell is in posix mode.
192 POSIX='set -o posix;'
198 # differently in posix and non-posix modes, if i
    [all...]
  /src/usr.sbin/sliplogin/
sliplogin.c 80 #define POSIX
82 #ifdef POSIX
212 #ifdef POSIX
237 #ifdef POSIX
290 #ifdef POSIX
364 #ifdef POSIX
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_posix.h 11 // run-time libraries and declares some useful POSIX-specific functions.
27 #error This file should only be included on POSIX
sanitizer_common_interceptors_format.inc 235 // of %as, %aS and %a[...] and newer POSIX %a followed by
245 // if scanf will parse it as POSIX %a [h-j %d ] or
278 // POSIX %a followed by s, S or [ letters).
  /src/bin/sh/
option.list 36 // the POSIX defined options
68 posix posix # be closer to POSIX compat
  /src/lib/libedit/
tty.h 269 #if defined(TERMIO) || defined(POSIX)
270 # if defined(POSIX) && defined(NCCS)
276 # endif /* POSIX && NCCS */
404 #endif /* !POSIX */
read.c 161 #if defined(POSIX) && defined(EAGAIN)
168 #endif /* POSIX && EAGAIN */
  /src/lib/librt/
sem.c 71 * with applications that use POSIX semaphores and linked against only
155 #error Weak aliases required to build POSIX semaphore support.
  /src/usr.bin/sed/TEST/
sed.test 177 echo GNU and SunOS sed fail this following older POSIX draft
187 # POSIX D11.2:11251
307 # SunOS and GNU sed behave differently. We follow POSIX
477 # POSIX does not say that this should work
  /src/lib/libc/time/
Makefile 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 wit
    [all...]
  /src/
build.sh 259 The NetBSD build system requires a shell that supports modern POSIX
405 # Try to find a working POSIX shell, and set HOST_SH to refer to it.
520 # Note that "uname -p" is not part of POSIX, but we want uname_p
536 # If $PWD is a valid name of the current directory, POSIX mandates
1243 # Use POSIX getopts.
  /src/lib/libc/regex/
regcomp.c 488 * all. So an unmatched ) is legal POSIX, at least until
595 /* Don't proceed to the POSIX bits if we've already handled it */
  /src/sys/external/isc/libsodium/dist/
config.guess 296 # How do we know it's Interix rather than the generic POSIX subsystem?
859 # How do we know it's Interix rather than the generic POSIX subsystem?
1300 BS2000:POSIX*:*:*)
  /src/lib/librumpuser/build-aux/
config.guess 320 # How do we know it's Interix rather than the generic POSIX subsystem?
884 # How do we know it's Interix rather than the generic POSIX subsystem?
1350 BS2000:POSIX*:*:*)
  /src/sys/external/isc/libsodium/dist/build-aux/
config.guess 320 # How do we know it's Interix rather than the generic POSIX subsystem?
885 # How do we know it's Interix rather than the generic POSIX subsystem?
1361 BS2000:POSIX*:*:*)

Completed in 332 milliseconds

1 2