Searched refs:fListing (Results 1 - 1 of 1) sorted by relevance

/haiku/src/build/libroot/
H A Dfs_attr_untyped.cpp149 fListing(NULL),
168 free(fListing);
246 const char* name = fListing + fListingIndex;
284 if (fListing && fListingLength >= 0)
296 char* newListing = (char*)realloc(fListing, length);
301 fListing = newListing;
313 char* fListing; member in class:__anon5::AttributeDirectory

Completed in 45 milliseconds