Lines Matching refs:start
341 char *start; in buffer_append_off_t() local
350 start = b->ptr + (b->used - 1); in buffer_append_off_t()
353 *(start++) = '-'; in buffer_append_off_t()
357 end = start; in buffer_append_off_t()
364 len += end - start; in buffer_append_off_t()
366 while (start < end) { in buffer_append_off_t()
368 *end = *start; in buffer_append_off_t()
369 *start = swap; in buffer_append_off_t()
371 start++; in buffer_append_off_t()
944 char *start, *slash, *walk, *out; in buffer_path_simplify() local
956 start = dest->ptr; in buffer_path_simplify()
985 dest->used = (out - start) + 1; in buffer_path_simplify()
994 if (out > start) { in buffer_path_simplify()
996 while (out > start && *out != '/') { in buffer_path_simplify()
1025 dest->used = (out - start) + 1; in buffer_path_simplify()