Lines Matching refs:from
12 #from this software without specific prior written permission.
22 to generate or scan strings according to specifications from a format string.
52 * Function fgetc:: Get a character from a file or stream
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
66 * Function fread:: Read array elements from a 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)
77 * Function getchar:: Get a character from standard input (macro)
78 * Function getchar_unlocked:: Get a character from standard input (macro)
79 * Function getdelim:: Get character string from a file or stream
80 * Function getline:: Get character string from a file or stream
81 * Function gets:: Get character string from standard input (obsolete)
82 * Function getw:: Get a word (int) from a file or stream
83 * Function getwchar:: Get a wide character from standard input
115 * Function vfwscanf:: Scan and format argument list from wide character input