/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | conf.tab | 9 # standard: AST, C, POSIX, SVID, XOPEN, <vendor> { SCO, SGI, SUN, ... } 43 ADVISORY_INFO POSIX SC 1 FUW 44 AIO_LISTIO_MAX POSIX SC 1 LMU 2 45 AIO_MAX POSIX SC 1 LMU 1 46 AIO_PRIO_DELTA_MAX POSIX SC 1 LMU 47 ALLOC_SIZE_MIN POSIX PC 1 LUVW 49 ARG_MAX POSIX SC 1 CDLMUX NCARGS 4096 50 ASYNCHRONOUS_IO POSIX SC 1 CDFUW 51 ASYNC_IO POSIX PC 1 FUW 56 BARRIERS POSIX SC 1 FUW [all …]
|
/illumos-gate/usr/src/test/libc-tests/cfg/ |
H A D | compilation.cfg | 49 env | POSIX-1990 | c89 | -D_POSIX_SOURCE 50 env | POSIX-1992 | c89 | -D_POSIX_SOURCE -D_POSIX_C_SOURCE=2 51 env | POSIX-1993 | c89 | -D_POSIX_C_SOURCE=199309L 52 env | POSIX-1995 | c89 | -D_POSIX_C_SOURCE=199506L 53 env | POSIX-2001 | c99 | -D_POSIX_C_SOURCE=200112L 54 env | POSIX-2008 | c99 | -D_POSIX_C_SOURCE=200809L 55 env | POSIX-2024 | c17 | -D_POSIX_C_SOURCE=202405L 64 # C17+ contain corresponding POSIX variants is because they incorporate 66 # example, POSIX-2024 expects a C17 environment. Therefore anything 67 # visible in C17 will also be visible in POSIX-2024. [all …]
|
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/ |
H A D | unistd_h.cfg | 23 type | pid_t | unistd.h | POSIX+ SUS+ 29 # value | environ | char ** | unistd.h | POSIX+ SUS+ 52 unistd.h | POSIX+ SUS+ 57 unistd.h | POSIX+ SUS+ 62 unistd.h | POSIX+ SUS+ 67 unistd.h | POSIX+ SUS+ 72 unistd.h | POSIX+ SUS+ 77 unistd.h | POSIX+ SUS+ 82 unistd.h | POSIX+ SUS+ 87 unistd.h | POSIX+ SUS+ [all …]
|
H A D | fcntl_h.cfg | 31 value | O_ACCMODE | int | fcntl.h | POSIX+ SUS+ 32 value | O_APPEND | int | fcntl.h | POSIX+ SUS+ 33 value | O_CLOEXEC | int | fcntl.h | POSIX+ SUS+ 34 value | O_CREAT | int | fcntl.h | POSIX+ SUS+ 35 value | O_DSYNC | int | fcntl.h | XPG3+ POSIX-1993+ 36 value | O_EXCL | int | fcntl.h | POSIX+ SUS+ 37 value | O_NDELAY | int | fcntl.h | -POSIX-1993+ 38 value | O_NOCTTY | int | fcntl.h | POSIX+ SUS+ 39 value | O_NONBLOCK | int | fcntl.h | POSIX+ SUS+ 40 value | O_RDONLY | int | fcntl.h | POSIX+ SUS+ [all …]
|
H A D | dirent_h.cfg | 19 # Note that this header is not defined prior to the POSIX & XPG3 30 type | DIR * | dirent.h | XPG3+ POSIX+ 31 type | struct dirent | dirent.h | XPG3+ POSIX+ 44 dirent.h | POSIX+ XPG3+ 49 dirent.h | POSIX+ XPG3+ 55 dirent.h | POSIX-1995+ 59 DIR * | dirent.h | POSIX+ XPG3+ 64 dirent.h | -POSIX+ XPG3+ 69 dirent.h | -POSIX+ XPG3+
|
H A D | pthread_h.cfg | 19 # Note that this header is not defined prior to the POSIX 1995 & SUSv2 30 type | pthread_t * | pthread.h | POSIX-1995+ SUSv2+ 35 value | PTHREAD_SCOPE_PROCESS | int | pthread.h | POSIX-1995+ SUSv2+ 36 value | PTHREAD_SCOPE_SYSTEM | int | pthread.h | POSIX-1995+ SUSv2+ 45 POSIX-1995+ SUSv2+ 51 POSIX-1995+ SUSv2+ 57 POSIX-1995+ SUSv2+ 63 POSIX-1995+ SUSv2+
|
H A D | ucontext_h.cfg | 24 type | sigset_t | ucontext.h | -POSIX+ SUS+ 25 type | stack_t | ucontext.h | -POSIX+ SUS+ 26 type | mcontext_t | ucontext.h | -POSIX+ SUS+ 27 type | ucontext_t | ucontext.h | -POSIX+ SUS+ 32 value | REG_SP | int | ucontext.h | -POSIX+ -SUS+ 33 value | GETCONTEXT | int | ucontext.h | -POSIX+ -SUS+
|
H A D | sys_mman_h.cfg | 18 # visibility rules were always specific to versions of POSIX/XPG. 47 value | MCL_CURRENT | int | sys/mman.h | STDC POSIX-1993+ SUSv2+ 48 value | MCL_FUTURE | int | sys/mman.h | STDC POSIX-1993+ SUSv2+ 92 # This next group of functions were added in the realtime POSIX extensions, e.g. 93 # they should be in POSIX at POSIX-1993. However, they weren't part of XPG until 99 sys/mman.h | STDC POSIX-1993+ SUSv2+ 104 sys/mman.h | STDC POSIX-1993+ SUSv2+ 109 sys/mman.h | STDC POSIX-1993+ SUSv2+ 114 sys/mman.h | STDC POSIX-1993+ SUSv2+ 119 sys/mman.h | STDC POSIX-1993+ SUSv2+ [all …]
|
H A D | sys_stat_h.cfg | 38 sys/stat.h | POSIX+ XPG3+ 43 sys/stat.h | -POSIX+ -XPG3+ POSIX-1993+ SUS+ 48 sys/stat.h | XPG3+ POSIX+ 53 sys/stat.h | XPG3+ POSIX+ 58 sys/stat.h | -XPG3+ -POSIX+ SUS+
|
H A D | sys_time_h.cfg | 38 -SUS+ -POSIX+ 43 sys/time.h | -POSIX+ -XPG3+ SUS+
|
H A D | math_h.cfg | 38 func | scalb | double | double; double | math.h | -POSIX+ +SUS+ -SUSv4+
|
/illumos-gate/usr/src/cmd/sed/ |
H A D | POSIX | 1 # @(#)POSIX 8.1 (Berkeley) 6/6/93 14 the POSIX 1003.2 standard. All the comments are notes taken while 15 implementing a POSIX-compatible version of sed, and should not be 16 interpreted as official opinions or criticism towards the POSIX committee. 17 All uses of "POSIX" refer to section 4.55, Draft 12 of POSIX 1003.2. 35 POSIX does not specify this behavior as the System V versions of 46 is obvious, but not specified in POSIX. 49 flag to an s command. This is not specified in POSIX. This 54 POSIX. This implementation permits whitespace but does not 60 digit octal numbers, too, not three as specified by POSIX. POSIX [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | pty.sh | 84 L POSIX sh 026(C) 107 L POSIX sh 028(C) 130 L POSIX sh 029(C) 153 L POSIX sh 091(C) 169 L POSIX sh 093(C) 185 L POSIX sh 094(C) 199 L POSIX sh 096(C) 228 L POSIX sh 097(C) 240 L POSIX sh 099(C) 269 L POSIX sh 100(C) [all …]
|
/illumos-gate/usr/src/man/man7/ |
H A D | Makefile | 161 POSIX.1.7 \ 162 POSIX.2.7 \ 163 POSIX.7 \ 212 POSIX.1.7 := LINKSRC = standards.7 213 POSIX.2.7 := LINKSRC = standards.7 214 POSIX.7 := LINKSRC = standards.7
|
/illumos-gate/usr/src/data/zoneinfo/ |
H A D | etcetera | 8 # support for POSIX.1-2017-style 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,
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | COMPATIBILITY | 10 the POSIX standard, not with ksh-88. No local variables are 37 to be translated for locales other than C or POSIX. The $ 38 is ignored in the C and POSIX locale. 80 17. The POSIX standard requires that test "$arg" have exit status 100 the end-of-options is reached to conform to the POSIX standard. 102 23. Since the POSIX standard requires that octal constants be 111 before doing a path search on name as required by the POSIX
|
/illumos-gate/usr/src/lib/libxcurses/h/posix/ |
H A D | mkslocal.h | 587 #define M_MAKEOS "OS:=POSIX" /*for $(OS) in "make" */ 885 #define M_IS_NATIVE_LOCALE(s) (strcmp(s, "POSIX") == 0 || strcmp(s, "C") == 0)
|
/illumos-gate/usr/src/cmd/zic/ |
H A D | tzselect.po | 18 msgid "none - I want to specify the time zone using the POSIX " 29 msgid "\`%s\' is not a conforming POSIX time zone string."
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | SUNWcs.man7.inc | 24 link path=usr/share/man/man7/POSIX.1.7 target=standards.7 25 link path=usr/share/man/man7/POSIX.2.7 target=standards.7 26 link path=usr/share/man/man7/POSIX.7 target=standards.7
|
H A D | text-locale.p5m | 30 value="localization utilities and C locale (POSIX default) definitions" 73 desc="localization utilities and C locale (POSIX default) definitions" \
|
/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/ |
H A D | localenl.ok | 2 LC_ALL=POSIX passed
|
H A D | localenl.sh | 42 for LC_ALL in C POSIX en_US.ISO8859-1 en_US.UTF-8 #UNKNOWN
|
/illumos-gate/usr/src/cmd/print/selector/ |
H A D | desktop-print-management-applet | 26 use Errno qw(EINTR :POSIX);
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | README | 38 dirent.h POSIX directory(3) interface definitions 44 tar.h POSIX ustar format interface definitions
|
/illumos-gate/usr/src/cmd/projadd/ |
H A D | projdel.pl | 37 use POSIX qw(locale_h);
|