Lines Matching refs:POSIX

12 the POSIX 1003.2 standard.  All the comments are notes taken while
13 implementing a POSIX-compatible version of sed, and should not be
14 interpreted as official opinions or criticism towards the POSIX committee.
15 All uses of "POSIX" refer to section 4.55, Draft 12 of POSIX 1003.2.
33 POSIX does not specify this behavior as the System V versions of
44 is obvious, but not specified in POSIX.
47 flag to an s command. This is not specified in POSIX. This
52 POSIX. This implementation permits whitespace but does not
58 digit octal numbers, too, not three as specified by POSIX. POSIX
61 6. The POSIX specification for ! does not specify that for a single
73 7. POSIX does not specify what happens with consecutive ! commands
81 three lines of a file. This is not specified by POSIX.
96 did not produce any output. POSIX does not specify this behavior.
103 is greater than the second (e.g. 3,1). POSIX requires that the
105 any particular purpose, this implementation follows the POSIX
108 12. POSIX does not specify whether address ranges are checked and
130 beginning of -e arguments as well as in a script file. POSIX
134 14. POSIX does not explicitly specify how sed behaves if no script is
142 15. The POSIX requirement to open all w files at the beginning makes
145 follows historic practice and POSIX, by default, and provides the
148 16. POSIX does not specify how escape sequences other than \n and \D
152 POSIX would be that "echo xyz | sed s/./\a" would display "\ayz".
156 17. POSIX specifies that an address can be "empty". This implies
161 18. The b t and : commands are documented in POSIX to ignore leading
169 19. Although POSIX specifies that reading from files that do not exist
177 POSIX. This implementation follows historic practice.
182 within character classes. This is not specified in POSIX. This
187 whether in an address or elsewhere. POSIX does not document this