Home | Sort by relevance Sort by last modified time |
/external/libppp/src/ | |
route.c | 258 char **newifs; local 263 newifs = (char **)realloc(ifs, sizeof(char *) * have); 265 newifs = (char **)malloc(sizeof(char *) * have); 266 if (!newifs) { 276 ifs = newifs; |