Lines Matching +full:- +full:10 +full:v
1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
63 or to machines other than the PDP-11 running a version of
81 .IP \f3stdin\f1 10
83 .IP \f3stdout\f1 10
85 .IP \f3stderr\f1 10
87 .IP \f3EOF\f1 10
88 is actually \-1, and is the value returned by
89 the read routines on end-of-file or error.
90 .IP \f3NULL\f1 10
92 pointer-valued functions
94 .IP \f3FILE\f1 10
101 .IP \f3BUFSIZ\f1 10
107 .IP \f3getc,\ getchar,\ putc,\ putchar,\ feof,\ ferror,\ f\&ileno\f1 10
128 .nr PD .4v
151 .nr PD .4v
172 .nr PD .4v
185 is returned on end-of-file or when
190 .nr PD .4v
201 .nr PD .4v
222 .nr PD .4v
232 .nr PD .4v
244 .nr PD .4v
260 .nr PD .4v
275 .nr PD .4v
281 returns non-zero when end-of-file
283 .nr PD .4v
289 returns non-zero when an error has occurred while reading
292 .nr PD .4v
300 .nr PD .4v
308 .nr PD .4v
309 .nr PD .4v
317 .UL n-1
329 if error or end-of-file occurred.
330 .nr PD .4v
331 .nr PD .4v
337 writes the null-terminated string (character array)
343 .nr PD .4v
355 .nr PD .4v
380 .nr PD .4v
419 .nr PD .4v
435 by adding an additional character to the mode-string on the
438 .nr PD .4v
447 .nr PD .4v
458 .nr PD .4v
467 .nr PD .4v
476 is returned on end-of-file or error,
484 .UC PDP-11.
485 .nr PD .4v
494 .nr PD .4v
513 .nr PD .4v
520 .nr PD .4v
544 .UC UNIX \& non-
550 .nr PD .4v
560 .UC UNIX \& non-
567 .nr PD .4v
580 .nr PD .4v
592 .nr PD .4v
606 .nr PD .4v
617 .nr PD .4v
621 .nr PD .4v
624 returns non-zero if the argument is alphabetic.
625 .nr PD .4v
628 returns non-zero if the argument is upper-case alphabetic.
629 .nr PD .4v
632 returns non-zero if the argument is lower-case alphabetic.
633 .nr PD .4v
636 returns non-zero if the argument is a digit.
637 .nr PD .4v
640 returns non-zero if the argument is a spacing character:
643 .nr PD .4v
646 returns non-zero if the argument is
649 .nr PD .4v
652 returns non-zero if the argument is a letter or a digit.
653 .nr PD .4v
656 returns non-zero if the argument is printable \(em
658 .nr PD .4v
661 returns non-zero if the argument is a control character.
662 .nr PD .4v
665 returns non-zero if the argument is an ascii character, i.e., less than octal 0200.
666 .nr PD .4v
669 returns the upper-case character corresponding to the lower-case
672 .nr PD .4v
675 returns the lower-case character corresponding to the upper-case