HomeSort by: relevance | last modified time | path
    Searched refs:POSIX (Results 1 - 25 of 39) 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...]
dep-colon.mk 9 # POSIX. It is seldom used, if at all.
varname-circumflex.mk 3 # Tests for the target-local variable "^", which is required by POSIX 2024
impsrc.mk 10 # Items 2 and 3 are not required by POSIX 2018.
33 # Therefore POSIX does not specify that $< be available here.
posix-execution.mk 1 # $NetBSD: posix-execution.mk,v 1.1 2025/04/13 09:29:32 rillig Exp $
6 .POSIX:
31 # Deviation from POSIX: The shell "-e" option is not in effect.
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.
suff-rebuild.mk 4 # by POSIX) when all suffixes are deleted.
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.
  /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/tools/make/
configure.ac 37 # Make sure we have POSIX regex ability.
38 AC_CHECK_HEADER([regex.h],, AC_MSG_ERROR([POSIX regex.h is required]))
49 AC_SEARCH_LIBS([regfree], [rx 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/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/bin/sh/
option.list 36 // the POSIX defined options
68 posix posix # be closer to POSIX compat
  /src/sys/external/isc/libsodium/dist/m4/
ax_pthread.m4 11 # This macro figures out how to build C programs using POSIX threads. It
124 # libraries is broken (non-POSIX).
174 # enable POSIX threads at all, so give the user a hint if this is
255 # supports has POSIX threads in a separate library. This tends not
259 # to get POSIX threads support; the API is always present and
278 # supported by AX_PTHREAD require exactly this for POSIX threads
478 ifelse([$1],,[AC_DEFINE([HAVE_PTHREAD],[1],[Define if you have POSIX threads libraries and header files.])],[$1])
  /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

Completed in 66 milliseconds

1 2