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

  /src/lib/libc/regex/
regsub.c 44 size_t s_max; member in struct:str
56 if (s->s_max - s->s_len > len)
62 s->s_max += len + REINCR;
64 v = realloc(s->s_ptr, s->s_max);
81 s->s_ptr[s->s_max - 1] = c;
96 s->s_max = len;
143 if (s.s_len >= s.s_max) {

Completed in 10 milliseconds