Searched refs:newcp (Results 1 - 1 of 1) sorted by relevance
/third_party/tzdata/ | ||
H A D | date.c | 203 char *newcp = bigger ? realloc(cp, size) : NULL; in timeout() local 204 if (!newcp) { in timeout() 210 cp = newcp; in timeout() |
Completed in 2 milliseconds