Searched refs:lbuf (Results 1 - 1 of 1) sorted by last modified time

/system/core/libcutils/
H A Dtzstrftime.c733 char * lbuf; local
754 lbuf = locale_buf;
755 if (lbuf != NULL && strcmp(name, lbuf) == 0) {
756 p = lbuf;
790 lbuf = (lbuf == NULL) ? malloc(bufsize) : realloc(lbuf, bufsize);
791 if (lbuf == NULL)
793 (void) strcpy(lbuf, nam
[all...]

Completed in 31 milliseconds