Home
last modified time | relevance | path

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

/coreutils/src/
Dfold.c124 static char *line_out = nullptr; in fold_file() local
147 line_out = X2REALLOC (line_out, &allocated_out); in fold_file()
151 line_out[offset_out++] = c; in fold_file()
152 fwrite (line_out, sizeof (char), offset_out, stdout); in fold_file()
174 if (isblank (to_uchar (line_out[logical_end]))) in fold_file()
187 fwrite (line_out, sizeof (char), (size_t) logical_end, in fold_file()
192 memmove (line_out, line_out + logical_end, in fold_file()
196 column = adjust_column (column, line_out[i]); in fold_file()
203 line_out[offset_out++] = c; in fold_file()
207 line_out[offset_out++] = '\n'; in fold_file()
[all …]