Lines Matching refs:or
8 #and/or other materials related to such
11 #University may not be used to endorse or promote products derived
21 or other input/output streams. Among these functions are subroutines
22 to generate or scan strings according to specifications from a format string.
43 * Function clearerr:: Clear file or stream error indicator
52 * Function fgetc:: Get a character from a file or stream
53 * Function fgetpos:: Record position in a stream or file
54 * Function fgets:: Get character string from a file or stream
55 * Function fgetwc:: Get a wide character from a file or stream
56 * Function fgetws:: Get a wide character string from a file or stream
62 * Function fputc:: Write a character on a stream or file
63 * Function fputs:: Write a character string in a file or stream
64 * Function fputwc:: Write a wide character to a file or stream
65 * Function fputws:: Write a wide character string to a file or stream
69 * Function __fsetlocking:: Set or query locking mode on FILE stream
70 * Function fsetpos:: Restore position of a stream or file
71 * Function ftell:: Return position in a stream or file
74 * Function fwrite:: Write array elements from memory to a file or stream
75 * Function getc:: Get a character from a file or stream (macro)
76 * Function getc_unlocked:: Get a character from a file or stream (macro)
79 * Function getdelim:: Get character string from a file or stream
80 * Function getline:: Get character string from a file or stream
82 * Function getw:: Get a word (int) from a file or stream
87 * Function putc:: Write a character on a stream or file (macro)
88 * Function putc_unlocked:: Write a character on a stream or file (macro)
92 * Function putw:: Write a word (int) to a file or stream
96 * Function rewind:: Reinitialize a file or stream
97 * Function setbuf:: Specify full buffering for a file or stream
98 * Function setbuffer:: Specify full buffering for a file or stream with size
99 * Function setlinebuf:: Specify line buffering for a file or stream
100 * Function setvbuf:: Specify buffering for a file or stream