Home
last modified time | relevance | path

Searched refs:POSIX (Results 1 – 25 of 244) sorted by relevance

12345678910

/titanic_50/usr/src/lib/libast/common/comp/
H A Dconf.tab9 # 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 …]
/titanic_50/usr/src/test/libc-tests/cfg/
H A Dcompilation.cfg47 env | POSIX-1990 | c89 | -D_POSIX_SOURCE
48 env | POSIX-1992 | c89 | -D_POSIX_SOURCE -D_POSIX_C_SOURCE=2
49 env | POSIX-1993 | c89 | -D_POSIX_C_SOURCE=199309L
50 env | POSIX-1995 | c89 | -D_POSIX_C_SOURCE=199506L
51 env | POSIX-2001 | c99 | -D_POSIX_C_SOURCE=200112L
52 env | POSIX-2008 | c99 | -D_POSIX_C_SOURCE=200809L
61 env_group | POSIX-2008+ | POSIX-2008
62 env_group | POSIX-2001+ | POSIX-2008+ POSIX-2001
63 env_group | POSIX-1995+ | POSIX-2001+ POSIX-1995
64 env_group | POSIX-1993+ | POSIX-1995+ POSIX-1993
[all …]
/titanic_50/usr/src/test/libc-tests/cfg/symbols/
H A Dunistd_h.cfg23 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 Dfcntl_h.cfg31 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 Ddirent_h.cfg19 # 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 Dpthread_h.cfg19 # 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 Ducontext_h.cfg24 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 Dsys_stat_h.cfg38 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 Dsys_time_h.cfg37 -SUS+ -POSIX+
42 sys/time.h | -POSIX+ -XPG3+ SUS+
/titanic_50/usr/src/cmd/sed/
H A DPOSIX1 # @(#)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 …]
/titanic_50/usr/src/man/man5/
H A DMakefile138 POSIX.1.5 \
139 POSIX.2.5 \
140 POSIX.5 \
187 POSIX.1.5 := LINKSRC = standards.5
188 POSIX.2.5 := LINKSRC = standards.5
189 POSIX.5 := LINKSRC = standards.5
/titanic_50/usr/src/data/zoneinfo/
H A Detcetera11 # that cannot use POSIX TZ settings.
13 # Starting with POSIX 1003.1-2001, the entries below are all
15 # instead of TZ='Etc/GMT+4' one can use the POSIX setting TZ='<-04>+4'.
17 # 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,
/titanic_50/usr/src/lib/libshell/common/
H A DCOMPATIBILITY10 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
109 before doing a path search on name as required by the POSIX
H A DRELEASE88208 required by the POSIX standard.
212 to conform with the IEEE-POSIX 1003.2 standard. In particular,
242 d. Built-in commands options now conform to the IEEE-POSIX 1003.2
277 the IEEE POSIX printf. Both print -f format, and
278 printf have the following extensions from IEEE POSIX:
321 POSIX standard.
329 q. test has been modified to conform to the IEEE-POSIX 1003.2
413 The code is based on the IEEE POSIX 1003.1 standard.
/titanic_50/usr/src/lib/libxcurses/h/posix/
H A Dmkslocal.h589 #define M_MAKEOS "OS:=POSIX" /*for $(OS) in "make" */
887 #define M_IS_NATIVE_LOCALE(s) (strcmp(s, "POSIX") == 0 || strcmp(s, "C") == 0)
/titanic_50/usr/src/cmd/zic/
H A Dtzselect.po18 msgid "none - I want to specify the time zone using the POSIX "
29 msgid "\`%s\' is not a conforming POSIX time zone string."
/titanic_50/usr/src/pkg/manifests/
H A DSUNWcs.man5.inc46 link path=usr/share/man/man5/POSIX.1.5 target=standards.5
47 link path=usr/share/man/man5/POSIX.2.5 target=standards.5
48 link path=usr/share/man/man5/POSIX.5 target=standards.5
H A Dtext-locale.mf29 value="localization utilities and C locale (POSIX default) definitions"
73 desc="localization utilities and C locale (POSIX default) definitions" \
/titanic_50/usr/src/cmd/print/selector/
H A Ddesktop-print-management-applet26 use Errno qw(EINTR :POSIX);
/titanic_50/usr/src/lib/libbc/libc/stdio/common/
H A Dfputs.c56 #ifdef POSIX in fputs()
/titanic_50/usr/src/cmd/projadd/
H A Dprojdel.pl37 use POSIX qw(locale_h);
/titanic_50/usr/src/lib/libast/common/
H A DREADME38 dirent.h POSIX directory(3) interface definitions
44 tar.h POSIX ustar format interface definitions
/titanic_50/usr/src/cmd/auditrecord/
H A Dmkmsg.pl41 use POSIX qw(locale_h);
/titanic_50/usr/src/tools/scripts/
H A Dgenoffsets.pl43 use POSIX qw(:sys_wait_h);
H A Dfind_elf.pl56 use POSIX qw(getenv);

12345678910