| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | cfns.gperf | 60 #fclose, 89 -- POSIX thread cancellation point 63 #fflush, 89 -- POSIX thread cancellation point 64 #fgetc, 89 -- POSIX thread cancellation point 65 #fgetpos, 89 -- POSIX thread cancellation point 66 #fgets, 89 -- POSIX thread cancellation point 67 #fgetwc, 89 -- POSIX thread cancellation point 68 #fgetws, 89 -- POSIX thread cancellation point 71 #fopen, 89 -- POSIX thread cancellation point 72 #fprintf, 89 -- POSIX thread cancellation point 73 #fputc, 89 -- POSIX thread cancellation point [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | cfns.gperf | 60 #fclose, 89 -- POSIX thread cancellation point 63 #fflush, 89 -- POSIX thread cancellation point 64 #fgetc, 89 -- POSIX thread cancellation point 65 #fgetpos, 89 -- POSIX thread cancellation point 66 #fgets, 89 -- POSIX thread cancellation point 67 #fgetwc, 89 -- POSIX thread cancellation point 68 #fgetws, 89 -- POSIX thread cancellation point 71 #fopen, 89 -- POSIX thread cancellation point 72 #fprintf, 89 -- POSIX thread cancellation point 73 #fputc, 89 -- POSIX thread cancellation point [all …]
|
| /netbsd-src/usr.bin/sed/ |
| H A D | POSIX | 1 # $NetBSD: POSIX,v 1.5 2014/06/06 00:13:13 christos Exp $ 2 # @(#)POSIX 8.1 (Berkeley) 6/6/93 3 # $FreeBSD: head/usr.bin/sed/POSIX 168417 2007-04-06 08:43:30Z yar $ 15 the POSIX 1003.2 standard. All the comments are notes taken while 16 implementing a POSIX-compatible version of sed, and should not be 17 interpreted as official opinions or criticism towards the POSIX committee. 18 All uses of "POSIX" refer to section 4.55, Draft 12 of POSIX 1003.2. 36 POSIX does not specify this behavior as the System V versions of 47 is obvious, but not specified in POSIX. 50 flag to an s command. This is not specified in POSIX. This [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
| H A D | filename.c | 21 #if POSIX 43 #if POSIX in combine() 95 #if POSIX in splitPath() 109 #if POSIX in splitPath() 171 #elif POSIX in absolute() 194 #if POSIX in ext() 249 #if POSIX in name() 294 #if POSIX in path() 330 #if POSIX in replaceName() 478 #elif POSIX in safeSearchPath() [all …]
|
| H A D | file.c | 16 #if POSIX 67 #if POSIX in read() 193 #if POSIX in write() 246 #if POSIX in remove()
|
| /netbsd-src/bin/ed/ |
| H A D | README | 3 ed is an 8-bit-clean, POSIX-compliant line editor. It should work with 4 any regular expression package that conforms to the POSIX interface 7 If reliable signals are supported (e.g., POSIX sigaction(2)), it should 16 The file `POSIX' describes extensions to and deviations from the POSIX
|
| H A D | POSIX | 1 $NetBSD: POSIX,v 1.11 2022/05/20 07:47:16 andvar Exp $ 3 This version of ed(1) is not strictly POSIX compliant, as described in 4 the POSIX 1003.2 document. The following is a summary of the omissions, 5 extensions and possible deviations from POSIX 1003.2. 11 2) For backwards compatibility, the POSIX rule that says a range of 17 `r', `g' and `p'. In contrast, POSIX specifies any character except 23 the POSIX standard. The BSD-ism's included are: 39 3) The POSIX interactive global commands `G' and `V' are extended to 45 4) An extension to the POSIX file commands `E', `e', `r', `W' and `w' is 78 not specified by POSIX, it follows the behavior of the SunOS ed:
|
| /netbsd-src/tests/bin/sh/ |
| H A D | t_redircloexec.sh | 180 POSIX= 192 POSIX='set -o posix;' 211 "${POSIX} exec 6> out; echo exec1 >&6; ${TEST_SH} exec2; exec 6>&-" 217 "${POSIX} exec 9> out; echo exec1 >&9; ${TEST_SH} exec2" 222 "${POSIX}" \ 230 "${POSIX}" \
|
| /netbsd-src/external/bsd/nvi/dist/dist/ |
| H A D | port.h.in | 57 * POSIX 1003.1 names for file descriptors. 67 * POSIX 1003.1 names for seek settings. 70 #define SEEK_SET 0 /* POSIX 1003.1 seek values */ 87 * POSIX 1003.1 tty disabling character. 103 * POSIX 1003.1 maximum path length. 146 * POSIX 1003.1 bad file format errno. 154 * POSIX 1003.2 RE length limit.
|
| /netbsd-src/external/public-domain/tz/dist/ |
| H A D | etcetera | 8 # support for POSIX proleptic TZ strings. On such platforms these entries 12 # Starting with POSIX 1003.1-2001, the entries below are all 14 # instead of TZ='Etc/GMT+4' one can use the POSIX setting TZ='<-04>+4'. 16 # Do not use a POSIX TZ setting like TZ='GMT+4', which is four hours 37 # Be consistent with POSIX TZ settings in the Zone names, 39 # POSIX has positive signs west of Greenwich, but many people expect 45 # Earlier incarnations of this package were not POSIX-compliant,
|
| /netbsd-src/usr.sbin/sliplogin/ |
| H A D | sliplogin.c | 80 #define POSIX macro 82 #ifdef POSIX 212 #ifdef POSIX in main() 237 #ifdef POSIX in main() 290 #ifdef POSIX in main() 364 #ifdef POSIX in main()
|
| /netbsd-src/external/mpl/bind/dist/m4/ |
| H A D | ax_posix_shell.m4 | 5 # Check for a POSIX-compatible shell. 17 [AC_CACHE_CHECK([for a POSIX-compatible shell], [ac_cv_prog_shell], 34 AC_MSG_WARN([using $SHELL, even though it does not conform to POSIX])
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/ |
| H A D | acinclude.m4 | 16 dnl Check whether POSIX's signgam is defined in math.h. 18 AC_CACHE_CHECK([whether the math.h includes POSIX's signgam], 30 [Define to 1 if the math.h includes POSIX's signgam.])
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/ |
| H A D | acinclude.m4 | 16 dnl Check whether POSIX's signgam is defined in math.h. 18 AC_CACHE_CHECK([whether the math.h includes POSIX's signgam], 30 [Define to 1 if the math.h includes POSIX's signgam.])
|
| /netbsd-src/external/gpl2/xcvs/dist/m4/ |
| H A D | time_r.m4 | 15 AC_CACHE_CHECK([whether localtime_r is compatible with its POSIX signature], 20 even though the POSIX signature has the 'restrict's, 28 POSIX requires.])
|
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | make.h | 106 # define POSIX 1 macro 112 # undef POSIX 115 #if !defined (POSIX) && defined (_AIX) && defined (_POSIX_SOURCE) 116 # define POSIX 1 macro 139 # ifndef POSIX 481 #if !defined (__GNU_LIBRARY__) && !defined (POSIX) && !defined (_POSIX_VERSION) && !defined(WINDOWS…
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
| H A D | os.h | 54 #ifdef POSIX 189 #if defined (POSIX) || defined (__FreeBSD__) 391 #ifndef POSIX 413 …) || defined(ultrix) || defined(__386BSD__) || defined(__bsdi__) || defined(POSIX) || defined(NeXT) 431 #if defined(POSIX) || defined(hpux)
|
| /netbsd-src/lib/libc/time/ |
| H A D | Theory | 22 of the POSIX Epoch (1970-01-01 00:00:00 UTC). For each such region, 38 also available. The tz code is upwards compatible with POSIX, an 40 current edition of POSIX is: 86 Use only valid POSIX file name components (i.e., the parts of 90 digits, as that might create an ambiguity with POSIX 101 the same name as a directory in POSIX. For example, 121 The POSIX file name restrictions encourage this rule. 173 like 'EST' to be compatible with human tradition and POSIX. 186 Also, POSIX from 2001 on relaxed the rule to allow '-', '+', 191 In other words, in the C locale the POSIX extended regular [all …]
|
| /netbsd-src/bin/ed/test/ |
| H A D | README | 6 `make'. The tests do not exhaustively verify POSIX compliance nor do 24 The POSIX requirement that an address range not be used where at most 27 POSIX rule exit abnormally:
|
| /netbsd-src/tools/compat/ |
| H A D | README | 7 All hosts must have a POSIX compatible sh. /bin/sh is assumed unless 118 * POSIX.1-2001, SUSv3 (see standards(7)) 128 * POSIX.1-2001, SUSv3 (see standards(7)) 135 * POSIX.1-2008, SUSv4 (see standards(7)) 142 * POSIX.1-2008, SUSv4 (see standards(7))
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
| H A D | krb-func-getlogin.m4 | 4 dnl test for POSIX (broken) getlogin 19 AC_DEFINE(POSIX_GETLOGIN, 1, [Define if getlogin has POSIX flavour (and not BSD).])
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| H A D | 02-test_errstr.t | 14 use POSIX qw(strerror); 45 my @posix_errors = @{$Errno::EXPORT_TAGS{POSIX}};
|
| /netbsd-src/external/bsd/ntp/dist/sntp/m4/ |
| H A D | os_cflags.m4 | 27 # _XOPEN_SOURCE=500 = X/Open 5: POSIX 1995 28 # _XOPEN_SOURCE=600 = X/Open 6: POSIX 2004 29 # _XOPEN_SOURCE=700 = X/Open 7: POSIX 2008
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | threadlib.m4 | 14 dnl * POSIX API: 43 dnl - the implementation of the ISO C API may use the POSIX (or some other 45 dnl - the implementation of the Gnulib API may use the POSIX or ISO C or 167 dnl Macros for the POSIX API 171 dnl Tests for the libraries needs for using the POSIX threads API. 181 dnl Defines the C macro HAVE_PTHREAD_API if (at least parts of) the POSIX 286 AC_MSG_CHECKING([whether POSIX threads API is available]) 292 [Define if you have the <pthread.h> header and the POSIX threads API.]) 397 dnl have both the ISO C and the POSIX threads APIs. It has the effect of using 398 dnl the ISO C API for most things and the POSIX API only for creating and [all …]
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evconfig-private.h.cmake | 28 /* Define to 2 if the system does not provide POSIX.1 features except with 35 /* Enable POSIX.2 extensions on QNX for getopt */
|