Home
last modified time | relevance | path

Searched refs:newline_character (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Ddd.c224 static char newline_character = '\n'; variable
1714 newline_character = ascii_to_ebcdic['\n']; in apply_translations()
1720 newline_character = ascii_to_ibm['\n']; in apply_translations()
1988 if (*buf == newline_character) in copy_with_block()
2026 output_char (newline_character); in copy_with_unblock()
2326 output_char (newline_character); in dd_copy()