Lines Matching refs:newline

974 This function does @emph{not} add a newline character, either.
989 outputs the text @samp{Are you hungry?} followed by a newline.
997 This function does @emph{not} add a newline character, either. It
1026 @code{stdout} followed by a newline. The terminating null character of
1028 write a newline as this function does.)
1038 outputs the text @samp{This is a message.} followed by a newline.
1245 (including the newline and a terminating null character) in a buffer
1266 read (including the newline, but not including the terminating null).
1282 tells it to stop reading is not necessarily newline. The argument
1306 up to and including a newline character and stores them in the string
1329 @var{stream} up to and including a newline character and stores them in
1372 up to the next newline character, and stores them in the string @var{s}.
1373 The newline character is discarded (note that this differs from the
1374 behavior of @code{fgets}, which copies the newline character into the
4222 terminated by newline (@code{'\n'}) characters, while a binary stream is
4225 terminating newline character).
4235 Space characters that are written immediately preceding a newline
4629 the file in blocks when a newline character is encountered.
4646 messages ending in a newline will appear immediately---which is usually
4647 what you want. Output that doesn't end in a newline might or might not
4672 When a newline is written, if the stream is line buffered.
4722 that flushing a line buffered stream causes a newline to be written!