Searched refs:left (Results 1 – 8 of 8) sorted by relevance
/coreutils/src/ |
D | tsort.c | 54 struct item *left, *right; member 142 q = p->left; in search_item() 153 p->left = q; in search_item() 161 r = p = s->left; in search_item() 177 p = p->left; in search_item() 200 s->left = r->right; in search_item() 205 s->right = r->left; in search_item() 206 r->left = s; in search_item() 216 r->right = p->left; in search_item() 217 p->left = r; in search_item() [all …]
|
D | ptx.c | 228 ptrdiff_t left; /* distance to left context start */ member 1002 occurs_cursor->left = context_start - possible_key.start; in find_occurs_in_text() 1263 left_context_start = keyafter.start + occurs->left; in define_all_fields() 1295 if (-occurs->left > half_line_width + maximum_word_length) in define_all_fields() 1302 left_field_start = keyafter.start + occurs->left; in define_all_fields()
|
D | sort.c | 194 size_t left; /* Number of bytes left from previous reads. */ member 1597 buf->used = buf->left = buf->nlines = 0; in initbuf() 1772 if (buf->used != buf->left) in fillbuf() 1774 memmove (buf->buf, buf->buf + buf->used - buf->left, buf->left); in fillbuf() 1775 buf->used = buf->left; in fillbuf() 1859 buf->left = ptr - line_start; in fillbuf() 4039 buf.left = buf.used; in sort() 4045 if (buf.eof && !nfiles && !ntemps && !buf.left) in sort()
|
/coreutils/src/blake2/ |
D | blake2b-ref.c | 230 size_t left = S->buflen; in blake2b_update() local 231 size_t fill = BLAKE2B_BLOCKBYTES - left; in blake2b_update() 235 memcpy( S->buf + left, in, fill ); /* Fill buffer */ in blake2b_update()
|
/coreutils/doc/ |
D | coreutils.texi | 1923 left justified, no leading zeros; 2495 lines within a paragraph, and align the left margin of each subsequent 2773 with the TAB position, e.g., with the left @var{margin} specified 2777 not change with different values of left @var{margin}. That means a 2794 @cindex left margin 3313 left over for the last section), into each output file. 4450 ordering options, until a difference is found or no fields are left. 4456 comparison} so that lines in which all fields compare equal are left 4619 and left padded with @samp{0} to a consistent width, a standard 5836 sentence is used to fill the unused area on the left of the output line; [all …]
|
D | sort-version.texi | 160 The strings are compared from left to right.
|
/coreutils/ |
D | THANKS.in | 5 logs and ChangeLog files. If your name has been left out, if you'd rather
|
D | NEWS | 726 date now pads nanoseconds on the right, not the left. For example, 1778 reason. Before, that file was left behind, sometimes even with wrong
|