.St -ansiC -> .St -isoC

This commit is contained in:
Ruslan Ermilov 2001-02-26 13:23:47 +00:00
parent 205274e87d
commit 588a200ce1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73088
116 changed files with 120 additions and 120 deletions

View File

@ -68,4 +68,4 @@ case the return value is \-1.
The
.Fn clock
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -85,4 +85,4 @@ is zero, both parts of the result are zero.
The
.Fn frexp
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -138,7 +138,7 @@ The
.Fn getcwd
function
conforms to
.St -ansiC .
.St -isoC .
The ability to specify a
.Dv NULL
pointer and have

View File

@ -77,4 +77,4 @@ is returned.
The
.Fn ldexp
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -72,4 +72,4 @@ function returns the signed fractional part of
The
.Fn modf
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -77,4 +77,4 @@ The
.Fn raise
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -167,7 +167,7 @@ The
and
.Fn longjmp
functions conform to
.St -ansiC .
.St -isoC .
The
.Fn sigsetjmp
and

View File

@ -144,4 +144,4 @@ These functions, except for
and
.Fn toascii ,
conform to
.St -ansiC .
.St -isoC .

View File

@ -98,4 +98,4 @@ returns non-zero if the character tests true.
The
.Fn isalnum
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -96,4 +96,4 @@ returns non-zero if the character tests true.
The
.Fn isalpha
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -58,4 +58,4 @@ between 0 and octal 0177 inclusive.
The
.Fn isascii
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -86,4 +86,4 @@ returns non-zero if the character tests true.
The
.Fn iscntrl
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -81,4 +81,4 @@ returns non-zero if the character tests true.
The
.Fn isdigit
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -98,4 +98,4 @@ returns non-zero if the character tests true.
The
.Fn isgraph
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -86,4 +86,4 @@ returns non-zero if the character tests true.
The
.Fn islower
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -98,4 +98,4 @@ returns non-zero if the character tests true.
The
.Fn isprint
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -89,4 +89,4 @@ returns non-zero if the character tests true.
The
.Fn ispunct
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -81,4 +81,4 @@ returns non-zero if the character tests true.
The
.Fn isspace
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -86,4 +86,4 @@ returns non-zero if the character tests true.
The
.Fn isupper
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -84,4 +84,4 @@ returns non-zero if the character tests true.
The
.Fn isxdigit
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -239,6 +239,6 @@ The
and
.Fn wctomb
functions conform to
.St -ansiC .
.St -isoC .
.Sh BUGS
The current implementation does not support shift states.

View File

@ -303,7 +303,7 @@ The
and
.Fn localeconv
functions conform to
.St -ansiC .
.St -isoC .
.Sh HISTORY
The
.Fn setlocale

View File

@ -89,4 +89,4 @@ one; otherwise the argument is returned unchanged.
The
.Fn tolower
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -89,4 +89,4 @@ one; otherwise the argument is returned unchanged.
The
.Fn toupper
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -96,4 +96,4 @@ The
.Fn fclose
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -100,4 +100,4 @@ The functions
and
.Fn ferror
conform to
.St -ansiC .
.St -isoC .

View File

@ -110,4 +110,4 @@ The
.Fn fflush
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -143,7 +143,7 @@ The functions
and
.Fn gets
conform to
.St -ansiC .
.St -isoC .
.Sh BUGS
Since it is usually impossible to ensure that the next input line
is less than some arbitrary length, and because overflowing the
@ -156,4 +156,4 @@ The
.Fn gets
function
exists purely to conform to
.St -ansiC .
.St -isoC .

View File

@ -104,7 +104,7 @@ string can also include the letter ``b'' either as a third character or
as a character between the characters in any of the two-character strings
described above.
This is strictly for compatibility with
.St -ansiC
.St -isoC
and has no effect; the ``b'' is ignored.
.Pp
Any created files will have mode
@ -244,7 +244,7 @@ and
.Fn freopen
functions
conform to
.St -ansiC .
.St -isoC .
The
.Fn fdopen
function

View File

@ -107,4 +107,4 @@ The functions
and
.Fn puts
conform to
.St -ansiC .
.St -isoC .

View File

@ -106,4 +106,4 @@ The functions
and
.Fn fwrite
conform to
.St -ansiC .
.St -isoC .

View File

@ -222,7 +222,7 @@ and
.Fn rewind
functions
conform to
.St -ansiC .
.St -isoC .
.Pp
The
.Fn fseeko

View File

@ -121,7 +121,7 @@ and
.Fn getchar
functions
conform to
.St -ansiC .
.St -isoC .
.Sh BUGS
Since
.Dv EOF

View File

@ -173,7 +173,7 @@ passes in a read-only string to
or
.Fn mkdtemp .
This is common with programs that were developed before
.St -ansiC
.St -isoC
compilers were common.
For example, calling
.Fn mkstemp

View File

@ -612,7 +612,7 @@ and
.Fn vsprintf
functions
conform to
.St -ansiC .
.St -isoC .
.Sh HISTORY
The functions
.Fn asprintf

View File

@ -123,7 +123,7 @@ The functions
and
.Fn putchar ,
conform to
.St -ansiC .
.St -isoC .
A function
.Fn putw
function appeared in

View File

@ -87,6 +87,6 @@ or
The
.Fn remove
function conforms to
.St -ansiC
.St -isoC
and
.St -xpg4.2 .

View File

@ -247,7 +247,7 @@ the next pointer must be a pointer to
Equivalent to
.Cm lx ;
this violates the
.St -ansiC ,
.St -isoC ,
but is backwards compatible with previous
.Ux
systems.
@ -265,7 +265,7 @@ Equivalent to
Equivalent to
.Cm lf ;
this violates the
.St -ansiC ,
.St -isoC ,
but is backwards compatible with previous
.Ux
systems.
@ -420,7 +420,7 @@ The functions
and
.Fn sscanf
conform to
.St -ansiC .
.St -isoC .
.Sh HISTORY
The functions
.Fn vscanf ,

View File

@ -186,7 +186,7 @@ and
.Fn setvbuf
functions
conform to
.St -ansiC .
.St -isoC .
.Sh BUGS
The
.Fn setbuffer

View File

@ -225,7 +225,7 @@ library and system functions, especially
The
.Nm
library conforms to
.St -ansiC .
.St -isoC .
.Sh LIST OF FUNCTIONS
.Bl -column "Description"
.It Sy "Function Description"

View File

@ -185,7 +185,7 @@ and
.Fn tmpnam
functions
conform to
.St -ansiC .
.St -isoC .
.Sh BUGS
These interfaces are provided for System V and
.Tn ANSI

View File

@ -95,4 +95,4 @@ the operation will fail and the stream will remain unchanged.
The
.Fn ungetc
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -72,6 +72,6 @@ the absolute value.
The
.Fn abs
function conforms to
.St -ansiC .
.St -isoC .
.Sh BUGS
The absolute value of the most negative integer remains negative.

View File

@ -77,4 +77,4 @@ The
.Fn atexit
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -77,4 +77,4 @@ character is defined in the program's locale (category
The
.Fn atof
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -73,4 +73,4 @@ It is equivalent to:
The
.Fn atoi
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -74,4 +74,4 @@ The
.Fn atol
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -90,4 +90,4 @@ If two members compare as equal, which member is matched is unspecified.
The
.Fn bsearch
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -67,4 +67,4 @@ The
.Fn div
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -95,4 +95,4 @@ The
.Fn exit
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -140,7 +140,7 @@ failed because they were unable to allocate memory for the environment.
The
.Fn getenv
function conforms to
.St -ansiC .
.St -isoC .
.Sh BUGS
Successive calls to
.Fn setenv

View File

@ -64,6 +64,6 @@ The
.Fn labs
function
conforms to
.St -ansiC .
.St -isoC .
.Sh BUGS
The absolute value of the most negative integer remains negative.

View File

@ -70,4 +70,4 @@ The
.Fn ldiv
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -445,7 +445,7 @@ The
and
.Fn free
functions conform to
.St -ansiC .
.St -isoC .
.Sh BUGS
The messages printed in case of problems provide no detail about the
actual values.

View File

@ -78,4 +78,4 @@ These functions, with the exception of
and
.Fn mmap
conform to
.St -ansiC .
.St -isoC .

View File

@ -235,4 +235,4 @@ The
.Fn qsort
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -98,7 +98,7 @@ and
.Fn srand
functions
conform to
.St -ansiC .
.St -isoC .
.Pp
The
.Fn rand_r

View File

@ -117,7 +117,7 @@ The
.Fn strtod
function
conforms to
.St -ansiC .
.St -isoC .
.Sh AUTHORS
The author of this software is
.An David M. Gay .

View File

@ -165,6 +165,6 @@ The
.Fn strtol
function
conforms to
.St -ansiC .
.St -isoC .
.Sh BUGS
Ignores the current locale.

View File

@ -160,6 +160,6 @@ The
.Fn strtoul
function
conforms to
.St -ansiC .
.St -isoC .
.Sh BUGS
Ignores the current locale.

View File

@ -97,7 +97,7 @@ The
.Fn system
function
conforms to
.St -ansiC .
.St -isoC .
and is expected to be
.St -p1003.2
compatible.

View File

@ -232,7 +232,7 @@ The
.Fn strftime
function
conforms to
.St -ansiC
.St -isoC
with a lot of extensions including
.Ql %C ,
.Ql \&%D ,

View File

@ -97,7 +97,7 @@ The functions
and
.Fn memset
conform to
.St -ansiC .
.St -isoC .
.Sh HISTORY
The functions
.Fn bzero

View File

@ -79,4 +79,4 @@ The
.Fn memchr
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -82,4 +82,4 @@ The
.Fn memcmp
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -74,7 +74,7 @@ The
.Fn memcpy
function
conforms to
.St -ansiC .
.St -isoC .
.Sh BUGS
In this implementation
.Fn memcpy

View File

@ -75,4 +75,4 @@ The
.Fn memmove
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -70,4 +70,4 @@ The
.Fn memset
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -98,4 +98,4 @@ and
.Fn strncat
functions
conform to
.St -ansiC .
.St -isoC .

View File

@ -85,4 +85,4 @@ The
.Fn strchr
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -94,4 +94,4 @@ and
.Fn strncmp
functions
conform to
.St -ansiC .
.St -isoC .

View File

@ -72,4 +72,4 @@ The
.Fn strcoll
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -122,4 +122,4 @@ and
.Fn strncpy
functions
conform to
.St -ansiC .
.St -isoC .

View File

@ -82,4 +82,4 @@ The
.Fn strcspn
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -155,4 +155,4 @@ and
.Fn strtok
functions
conform to
.St -ansiC .
.St -isoC .

View File

@ -70,4 +70,4 @@ The
.Fn strlen
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -77,4 +77,4 @@ The
.Fn strpbrk
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -88,4 +88,4 @@ The
.Fn strrchr
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -111,7 +111,7 @@ function.
While the
.Fn strtok
function should be preferred for portability reasons (it conforms to
.St -ansiC )
.St -isoC )
it is unable to handle empty fields, i.e. detect fields delimited by
two adjacent delimiter characters, or to be used for more than a single
string at a time.

View File

@ -77,4 +77,4 @@ The
.Fn strspn
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -86,4 +86,4 @@ The
.Fn strstr
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -150,7 +150,7 @@ The
.Fn strtok
function
conforms to
.St -ansiC .
.St -isoC .
.Sh BUGS
The System V
.Fn strtok ,

View File

@ -96,4 +96,4 @@ The
.Fn strxfrm
function
conforms to
.St -ansiC .
.St -isoC .

View File

@ -88,4 +88,4 @@ and a reserved operand fault is generated.
The
.Fn acos
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -90,4 +90,4 @@ a reserved operand fault generated.
The
.Fn asin
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -74,4 +74,4 @@ radians.
The
.Fn atan
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -188,4 +188,4 @@ r := \(sr(x\(**x+y\(**y);\0\0if r = 0 then x := copysign(1,x);
The
.Fn atan2
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -65,4 +65,4 @@ expressed as a double.
The
.Fn ceil
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -73,4 +73,4 @@ function returns the cosine value.
The
.Fn acos
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -74,4 +74,4 @@ is set to
The
.Fn cosh
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -66,4 +66,4 @@ function returns the absolute value of
The
.Fn fabs
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -65,4 +65,4 @@ expressed as a double.
The
.Fn floor
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -75,4 +75,4 @@ function returns zero is implementation-defined.
The
.Fn fmod
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -72,4 +72,4 @@ function returns the sine value.
The
.Fn sin
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -75,4 +75,4 @@ is set to
The
.Fn sinh
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -115,7 +115,7 @@ carried.
The
.Fn sqrt
function conforms to
.St -ansiC .
.St -isoC .
.Sh HISTORY
The
.Fn cbrt

View File

@ -73,4 +73,4 @@ function returns the tangent value.
The
.Fn tan
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -70,4 +70,4 @@ function returns the hyperbolic tangent value.
The
.Fn tanh
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -93,4 +93,4 @@ and a reserved operand fault is generated.
The
.Fn acos
function conforms to
.St -ansiC .
.St -isoC .

View File

@ -95,4 +95,4 @@ a reserved operand fault generated.
The
.Fn asin
function conforms to
.St -ansiC .
.St -isoC .

Some files were not shown because too many files have changed in this diff Show More