HomeSort by: relevance | last modified time | path
    Searched defs:linepos (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libc/stdlib/
h_sort.c 60 const size_t *linepos; member in struct:context
70 return strcmp(C->buf + C->linepos[*a], C->buf + C->linepos[*b]);
90 size_t *linepos = NULL; local in function:main
185 error = reallocarr(&linepos, nlines, sizeof(linepos[0]));
189 for (p = buf; linepos[i++] = p - buf, (p = strchr(p, '\n')) != NULL;) {
210 &(struct context) { .buf = buf, .linepos = linepos });
219 printf("%zu %s\n", j, buf + linepos[j])
    [all...]
  /src/distrib/utils/more/
prim.c 617 off_t pos, linepos; local in function:search
753 * starting position of that line in linepos.
755 linepos = pos;
763 * starting position of that line in linepos.
766 linepos = pos;
836 jump_loc(linepos);

Completed in 16 milliseconds