Searched refs:eolbyte (Results 1 – 2 of 2) sorted by relevance
/coreutils/src/ |
D | shuf.c | 113 input_from_argv (char **operand, int n_operands, char eolbyte) in input_from_argv() argument 128 *p++ = eolbyte; in input_from_argv() 138 next_line (char *line, char eolbyte) in next_line() argument 140 char *p = rawmemchr (line, eolbyte); in next_line() 172 read_input_reservoir_sampling (FILE *in, char eolbyte, size_t k, in read_input_reservoir_sampling() argument 186 readlinebuffer_delim (&rsrv[n_lines], in, eolbyte)) != nullptr) in read_input_reservoir_sampling() 220 while (readlinebuffer_delim (line, in, eolbyte) != nullptr && n_lines++); in read_input_reservoir_sampling() 257 read_input (FILE *in, char eolbyte, char ***pline) in read_input() argument 278 if (used && buf[used - 1] != eolbyte) in read_input() 279 buf[used++] = eolbyte; in read_input() [all …]
|
D | ls.c | 1068 static char eolbyte = '\n'; variable 2239 eolbyte = 0; in decode_switches() 2386 if (eolbyte < dired) in decode_switches() 3148 *pend++ = eolbyte; in print_dir() 4148 putchar (eolbyte); in print_current_files() 4175 dired_outbyte (eolbyte); in print_current_files() 5181 putchar (eolbyte); in print_many_per_line() 5206 putchar (eolbyte); in print_horizontal() 5221 putchar (eolbyte); in print_horizontal() 5251 separator = eolbyte; in print_with_separator() [all …]
|