Home
last modified time | relevance | path

Searched refs:d_storage (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/file/dist/src/
H A Dcdf.h109 cdf_dirid_t d_storage; member
H A Dcdf.c297 d->d_storage = CDF_TOLE4(CAST(uint32_t, d->d_storage)); in cdf_swap_dir()
327 CDF_UNPACK(d->d_storage); in cdf_unpack_dir()
1467 (void)fprintf(stderr, "Storage: %d\n", d->d_storage); in cdf_dump_dir()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DPath.cpp421 SmallString<32> d_storage; in append() local
427 if (!d.isTriviallyEmpty()) components.push_back(d.toStringRef(d_storage)); in append()