| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | cfns.gperf | 47 #fclose -- POSIX thread cancellation point 50 #fflush -- POSIX thread cancellation point 51 #fgetc -- POSIX thread cancellation point 52 #fgetpos -- POSIX thread cancellation point 53 #fgets -- POSIX thread cancellation point 58 #fopen -- POSIX thread cancellation point 60 #fputc -- POSIX thread cancellation point 61 #fputs -- POSIX thread cancellation point 64 #fread -- POSIX thread cancellation point 76 #getc -- POSIX thread cancellation point [all …]
|
| /freebsd-12.1/usr.bin/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 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 83 three lines of a file. This is not specified by POSIX. [all …]
|
| /freebsd-12.1/usr.sbin/cron/cron/ |
| H A D | compat.h | 64 #ifndef POSIX 67 # define POSIX macro 93 #if (!defined(BSD) || (BSD < 198911)) && !defined(POSIX) && !defined(NeXT) 101 #ifndef POSIX 105 #if (defined(POSIX) && !defined(BSD)) && !defined(__linux) 109 #ifdef POSIX 126 #if defined(BSD) && !defined(POSIX)
|
| H A D | externs.h | 20 #if defined(POSIX) || defined(ATT) 38 #if defined(POSIX) 50 #if !defined(POSIX) && !defined(ATT)
|
| /freebsd-12.1/share/mk/ |
| H A D | sys.mk | 7 .if !defined(%POSIX) 143 .if defined(%POSIX) 150 .if defined(%POSIX) 156 .if !defined(%POSIX) 164 .if defined(%POSIX) 228 .if defined(%POSIX) 251 .if !defined(%POSIX) 276 .if !defined(%POSIX) 281 .if defined(%POSIX) 287 .if defined(%POSIX)
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.file.c | 92 # ifdef POSIX in setup_tty() 98 # ifdef POSIX in setup_tty() 106 # ifdef POSIX in setup_tty() 112 # ifdef POSIX in setup_tty() 123 # ifdef POSIX in setup_tty() 129 # ifdef POSIX in setup_tty() 166 # ifdef POSIX in back_to_col_1() 179 # ifdef POSIX in back_to_col_1() 187 # ifdef POSIX in back_to_col_1() 193 # ifdef POSIX in back_to_col_1() [all …]
|
| H A D | ed.term.c | 43 #if defined(POSIX) || defined(TERMIO) 56 #if defined(POSIX) || defined(TERMIO) 74 #if defined(POSIX) || defined(TERMIO) 96 #if defined(POSIX) || defined(TERMIO) 697 #ifdef POSIX in tty_getty() 728 #ifdef POSIX in tty_setty() 772 #if defined(POSIX) || defined(TERMIO) in tty_getchar() 774 # ifdef POSIX in tty_getchar() 908 #if defined(POSIX) || defined(TERMIO) in tty_setchar() 910 # ifdef POSIX in tty_setchar() [all …]
|
| H A D | sh.time.c | 54 # ifdef POSIX 125 # ifndef POSIX in dotime() 286 # ifndef POSIX in prusage() 313 # ifndef POSIX in prusage() 347 # ifndef POSIX in prusage() 395 # ifndef POSIX in prusage() 411 # ifndef POSIX in prusage() 720 #ifndef POSIX 728 #ifndef POSIX in pdtimet() 736 #ifndef POSIX in pdtimet()
|
| H A D | ed.term.h | 38 #if defined(TERMIO) || defined(POSIX) 321 #if defined(TERMIO) || defined(POSIX) 322 # if defined(POSIX) && defined(NCCS) 504 # if defined(POSIX) || defined(TERMIO) 505 # ifdef POSIX
|
| H A D | tc.disc.c | 48 # ifndef POSIX 69 # ifndef POSIX 96 # ifndef POSIX
|
| H A D | tc.os.h | 85 # ifdef POSIX 146 # if defined(POSIX) && !defined(TIOCGWINSZ) 406 #if defined(BSDJOBS) && !(defined(POSIX) && defined(POSIXJOBS)) 469 #if !defined(POSIX) || defined(SUNOS4) || defined(UTekV) || defined(sysV88)
|
| H A D | tc.wait.h | 47 # ifndef POSIX 56 # if (defined(OREO) || defined(IRIS4D) || defined(POSIX)) && !defined(_VMS_POSIX)
|
| H A D | ed.init.c | 153 #if defined(POSIX) && defined(_PC_VDISABLE) && !defined(BSD4_4) && \ in ed_Setup() 201 # if defined(POSIX) || defined(TERMIO) in ed_Setup() 325 # if defined(TERMIO) || defined(POSIX) in ed_Init() 389 # if defined(POSIX) || defined(TERMIO) in Rawmode() 393 # ifdef POSIX in Rawmode() 431 # if defined(POSIX) || defined(TERMIO) in Rawmode() 665 #if defined(TERMIO) || defined(POSIX) in QuoteModeOn()
|
| H A D | sh.h | 85 #if defined(_POSIX_SOURCE) && !defined(POSIX) 86 # define POSIX macro 261 #if (defined(POSIX) || SYSVREL > 0) && !defined(WINNT_NATIVE) 290 # ifndef POSIX 315 #if defined(POSIX) && !defined(WINNT_NATIVE) 365 #if (defined(__DGUX__) && defined(POSIX)) || defined(DGUX) 414 #if defined(BSD) && !defined(POSIX) 616 # ifndef POSIX
|
| /freebsd-12.1/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 17 The file `POSIX' describes extensions to and deviations from the POSIX
|
| H A D | POSIX | 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. 9 1) For backwards compatibility, the POSIX rule that says a range of 15 `r', `g' and `p'. In contrast, POSIX specifies any character expect 21 the POSIX standard. The BSD-ism's included are: 37 3) The POSIX interactive global commands `G' and `V' are extended to 43 4) An extension to the POSIX file commands `E', `e', `r', `W' and `w' is 76 not specified by POSIX, it follows the behavior of the SunOS ed:
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | etcetera | 8 # support for POSIX-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 36 # Be consistent with POSIX TZ settings in the Zone names, 38 # POSIX has positive signs west of Greenwich, but many people expect 44 # Earlier incarnations of this package were not POSIX-compliant,
|
| /freebsd-12.1/tests/sys/acl/ |
| H A D | tools-crossfs.test | 56 # mv with POSIX.1e ACLs. 75 # mv from POSIX.1e to none. 88 # mv from POSIX.1e to NFSv4. 147 # mv from NFSv4 to POSIX.1e. 162 # cp with POSIX.1e ACLs. 173 # cp -p with POSIX.1e ACLs. 198 # cp from POSIX.1e to none. 209 # cp -p from POSIX.1e to none. 221 # cp from POSIX.1e to NFSv4. 232 # cp -p from POSIX.1e to NFSv4. [all …]
|
| /freebsd-12.1/contrib/tcsh/config/ |
| H A D | bsd4.4 | 13 * POSIX This system supports IEEE Std 1003.1-1988 (POSIX). 15 #define POSIX 18 * POSIXJOBS This system supports the optional IEEE Std 1003.1-1988 (POSIX) 59 * BSD uses sgttyb. POSIX systems should define this
|
| /freebsd-12.1/contrib/tzcode/zic/ |
| H A D | Theory | 16 These time and date functions are upwards compatible with POSIX, 18 As of this writing, the current edition of POSIX is: 21 -- Portable Operating System Interface (POSIX (R)) 27 POSIX has the following properties and limitations. 29 * In POSIX, time display in a process is controlled by the 36 The POSIX TZ string takes the following form: 45 Starting with POSIX.1-2001, std and dst may also be 97 * POSIX requires that systems ignore leap seconds. 239 digits, as that might create an ambiguity with POSIX 261 The POSIX file name restrictions encourage this rule. [all …]
|
| /freebsd-12.1/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:
|
| /freebsd-12.1/bin/sh/tests/builtins/ |
| H A D | case7.0 | 3 # Character ranges in a locale other than the POSIX locale, not specified 4 # by POSIX.
|
| /freebsd-12.1/contrib/ntp/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
|
| /freebsd-12.1/tools/tools/locale/ |
| H A D | README | 27 6. Build POSIX data files from CLDR data: 28 make POSIX
|
| /freebsd-12.1/sbin/init/ |
| H A D | NOTES | 1 POSIX and init: 4 POSIX.1 does not define 'init' but it mentions it in a few places. 15 Here is a reference to 'vhangup'. It says, 'POSIX.1 does 68 B.7.1.1.3 p276: 'POSIX.1 does not specify a mechanism by which to 71 of POSIX.1.' It goes on to say that historically the first open()
|