Searched refs:line_length (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | digest.c | 1173 ssize_t line_length; in digest_check() local 1180 line_length = getline (&line, &line_chars_allocated, checkfile_stream); in digest_check() 1181 if (line_length <= 0) in digest_check() 1189 line_length -= line[line_length - 1] == '\n'; in digest_check() 1191 line_length -= line[line_length - (0 < line_length)] == '\r'; in digest_check() 1194 if (line_length == 0) in digest_check() 1197 line[line_length] = '\0'; in digest_check() 1200 if (! (split_3 (line, line_length, &digest, &d_len, &binary, &filename) in digest_check()
|
D | date.c | 364 ssize_t line_length = getline (&line, &buflen, in_stream); in batch_convert() local 365 if (line_length < 0) in batch_convert() 376 if (line[line_length - 1] == '\n') in batch_convert() 377 line[line_length - 1] = '\0'; in batch_convert()
|
D | fmt.c | 145 int line_length; /* length of the best line starting here */ member 892 start->line_length = len; in fmt_paragraph() 964 n = len - next->line_length; in line_cost()
|
D | ls.c | 736 static size_t line_length; variable 2318 line_length = linelen < 0 ? 80 : linelen; in decode_switches() 2321 max_idx = line_length / MIN_COLUMN_WIDTH; in decode_switches() 2324 max_idx += line_length % MIN_COLUMN_WIDTH != 0; in decode_switches() 2365 || ((format == many_per_line || format == horizontal) && line_length)) in decode_switches() 4082 || (line_length && (format == many_per_line || format == horizontal))) in update_current_files_info() 4153 if (! line_length) in print_current_files() 4160 if (! line_length) in print_current_files() 4859 if (line_length in print_name_with_quoting() 4860 && (start_col / line_length != (start_col + len - 1) / line_length)) in print_name_with_quoting() [all …]
|
D | csplit.c | 341 idx_t line_length; /* Length of each line found. */ in record_line_starts() local 356 line_length = line_end - line_start + 1; in record_line_starts() 357 keep_new_line (b, line_start, line_length); in record_line_starts()
|