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

/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp296 char* newListing = (char*)realloc(fListing, length); local
297 if (!newListing)
299 memcpy(newListing, listing, length);
301 fListing = newListing;

Completed in 85 milliseconds