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

  /external/e2fsprogs/lib/et/
vfprintf.c 33 char localbuf[BUFSIZ]; local
37 iop->_ptr = iop->_base = localbuf;
  /bionic/libc/regex/
regerror.c 118 regatoi(const regex_t *preg, char *localbuf, int localbufsize)
128 (void)snprintf(localbuf, localbufsize, "%d", r->code);
129 return(localbuf);
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdstd.c 837 uint8 *localbuf = NULL, *tmpbuf = NULL; local
870 if ((localbuf = (uint8 *)MALLOC(sd->osh, len)) == NULL) {
876 bcopy(buffer, localbuf, len);
877 buffer = localbuf;
891 if (localbuf)
892 MFREE(sd->osh, localbuf, len);
    [all...]

Completed in 710 milliseconds