Searched refs:newp (Results 1 – 1 of 1) sorted by relevance
209 void *newp = realloc (data->dirstreams, data->maxdir in ftw_allocate() local212 if (newp == NULL) in ftw_allocate()214 data->dirstreams = newp; in ftw_allocate()257 struct known_object *newp = malloc (sizeof (struct known_object)); in add_object() local258 if (newp == NULL) in add_object()260 newp->dev = st->st_dev; in add_object()261 newp->ino = st->st_ino; in add_object()303 char *newp; in open_dir_stream() local305 newp = (char *) realloc (buf, bufsize); in open_dir_stream()306 if (newp == NULL) in open_dir_stream()[all …]
Completed in 4 milliseconds