HomeSort by relevance Sort by last modified time
    Searched refs:convbuf (Results 1 - 2 of 2) sorted by null

  /bionic/libc/regex/
regerror.c 85 char convbuf[50]; local
88 s = regatoi(preg, convbuf, sizeof convbuf);
96 assert(strlen(r->name) < sizeof(convbuf));
97 (void) strlcpy(convbuf, r->name, sizeof convbuf);
99 (void)snprintf(convbuf, sizeof convbuf,
101 s = convbuf;
  /external/libxml2/
encoding.c 2402 unsigned char convbuf[32000]; local
    [all...]

Completed in 30 milliseconds