Searched defs:line (Results 1 – 14 of 14) sorted by relevance
/coreutils/src/ |
D | join.c | 71 struct line struct 73 struct linebuffer buf; /* The line itself. */ argument 85 struct line **lines; argument 259 extract_field (struct line *line, char *field, idx_t len) in extract_field() 272 xfields (struct line *line) in xfields() 311 freeline (struct line *line) in freeline() 431 reset_line (struct line *line) in reset_line() 439 struct line *line = xzalloc (sizeof *line); in init_linep() local 450 struct line *line = *linep; in get_line() local 549 prfield (idx_t n, struct line const *line) in prfield() [all …]
|
D | csplit.c | 82 struct line struct 85 idx_t insert_index; /* Next offset to use when inserting line. */ argument 86 idx_t retrieve_index; /* Next index to use when retrieving line. */ argument 88 struct line *next; /* Next in linked list. */ argument 521 struct cstring *line; /* Return value. */ in remove_line() local 624 struct cstring *line; in write_to_file() local 659 struct cstring *line; in dump_rest_of_file() local 705 struct cstring *line = remove_line (); in process_line_count() local 751 struct cstring *line; /* From input file. */ in process_regexp() local 1004 save_line_to_file (const struct cstring *line) in save_line_to_file()
|
D | shuf.c | 138 next_line (char *line, char eolbyte) in next_line() 178 struct linebuffer *line = nullptr; in read_input_reservoir_sampling() local 263 char **line; in read_input() local 301 write_permuted_lines (size_t n_lines, char *const *line, in write_permuted_lines() 387 char **line = nullptr; in main() local
|
D | dircolors.c | 146 parse_line (char const *line, char **keyword, char **arg) in parse_line() 271 char const *line; in dc_parse_stream() local
|
D | uniq.c | 255 find_field (struct linebuffer const *line) in find_field() 301 writeline (struct linebuffer const *line, in writeline()
|
D | sort.c | 175 struct line struct 177 char *text; /* Text of the line. */ argument 178 size_t length; /* Length including final newline. */ argument 192 size_t nlines; /* Number of lines in the line array. */ argument 1614 begfield (struct line const *line, struct keyfield const *key) in begfield() 1657 limfield (struct line const *line, struct keyfield const *key) in limfield() 1783 struct line *line = linelim - buf->nlines; in fillbuf() local 2305 debug_key (struct line const *line, struct keyfield const *key) in debug_key() 2362 debug_line (struct line const *line) in debug_line() 2860 write_line (struct line const *line, FILE *fp, char const *output_file) in write_line() [all …]
|
D | comm.c | 172 writeline (struct linebuffer const *line, int class) in writeline()
|
D | who.c | 234 char const *line, in print_line() 335 char *line = utmp_ent->ut_line; in print_user() local
|
D | numfmt.c | 1319 next_field (char **line) in next_field() 1396 process_line (char *line, bool newline) in process_line() 1603 char *line = nullptr; in main() local
|
D | date.c | 343 char *line; in batch_convert() local
|
D | pinky.c | 199 char *line = utmp_ent->ut_line; in print_entry() local
|
D | pr.c | 1947 unsigned int line = 0; in store_columns() local 2568 int line = p->current_line++; in print_stored() local
|
D | digest.c | 1145 char *line; in digest_check() local
|
D | ls.c | 2720 char const *line = G_line; in known_term_type() local
|