OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:POSIX
(Results
1 - 25
of
276
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
time.d
4
D header file for Linux extensions to
POSIX
's time.h.
12
public import core.sys.
posix
.time;
/src/external/gpl2/gettext/dist/gettext-tools/examples/hello-perl/
hello-2.pl.in
9
use
POSIX
qw(getpid);
hello-1.pl.in
9
use
POSIX
qw(getpid);
/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
...]
/src/external/gpl2/texinfo/dist/makeinfo/tests/
copying
7
LC_ALL=
POSIX
; export LC_ALL
/src/sys/rump/fs/lib/libaio/
Makefile
7
COMMENT=
POSIX
asynchronous I/O system calls
/src/crypto/external/apache2/openssl/dist/test/recipes/
80-test_policy_tree.t
13
use
POSIX
;
02-test_errstr.t
13
use Errno qw(:
POSIX
);
14
use
POSIX
qw(:limits_h strerror);
150
# The
POSIX
reason string
158
# to
POSIX
semantics on VMS, and we get an error string saying so.
81-test_cmp_cli.t
14
use
POSIX
;
/src/crypto/external/bsd/openssl/dist/test/recipes/
80-test_policy_tree.t
13
use
POSIX
;
02-test_errstr.t
13
use Errno qw(:
POSIX
);
14
use
POSIX
qw(:limits_h strerror);
149
# The
POSIX
reason string
157
# to
POSIX
semantics on VMS, and we get an error string saying so.
81-test_cmp_cli.t
14
use
POSIX
;
/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/crypto/external/bsd/openssl.old/dist/test/recipes/
02-test_errstr.t
13
use Errno qw(:
POSIX
);
14
use
POSIX
qw(strerror);
43
# These are
POSIX
error names, which Errno implements as functions
45
my @posix_errors = @{$Errno::EXPORT_TAGS{
POSIX
}};
80-test_ca.t
13
use
POSIX
;
/src/external/gpl3/gcc/dist/contrib/
dg-out-generator.pl
32
use
POSIX
'floor';
/src/external/bsd/ntp/dist/sntp/m4/
realpath.m4
25
AC_MSG_CHECKING([for a
POSIX
-2008 compliant realpath()])
/src/external/apache2/llvm/dist/clang/utils/TestUtils/
pch-test.pl
7
use
POSIX
;
/src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
config.h.in
83
* Define
POSIX
if your system supports IEEE Std 1003.1-1988 (
POSIX
).
85
#undef
POSIX
90
*
POSIX
systems should define this anyway, even though they use
141
*
posix
implies wait(3) and waitpid(3). vdlinden@fwi.uva.nl
144
#ifndef
POSIX
os.h
54
#ifdef
POSIX
59
#endif /*
POSIX
*/
189
#if defined (
POSIX
) || defined (__FreeBSD__)
199
#else /*
POSIX
*/
215
#endif /*
POSIX
*/
391
#ifndef
POSIX
413
#if defined(SVR4) || (defined(SYSV) && defined(ISC)) || defined(_AIX) || defined(linux) || defined(ultrix) || defined(__386BSD__) || defined(__bsdi__) || defined(
POSIX
) || defined(NeXT)
431
#if defined(
POSIX
) || defined(hpux)
/src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/
config.h.in
83
* Define
POSIX
if your system supports IEEE Std 1003.1-1988 (
POSIX
).
85
#undef
POSIX
90
*
POSIX
systems should define this anyway, even though they use
141
*
posix
implies wait(3) and waitpid(3). vdlinden@fwi.uva.nl
144
#ifndef
POSIX
/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/external/gpl2/gmake/dist/
job.h
92
#ifdef
POSIX
Completed in 32 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Thu Apr 09 00:23:28 UTC 2026