HomeSort by: relevance | last modified time | path
    Searched refs:placeholder (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/shark/include/
devmap.h 64 int placeholder; /* nothing needed */ member in struct:map_info::__anon1906::__anon1907
  /src/lib/libc/isc/
eventlib_p.h 177 struct { const void *placeholder; } null; member in struct:evEvent_p::__anon367::__anon374
  /src/usr.bin/make/unit-tests/
varmod-sysv.mk 133 # The % placeholder can be anywhere in the string, it doesn't have to be at
189 # In the replacement, only the first '%' is the placeholder, all others
varmod-subst.mk 123 # The '&' in the replacement is a placeholder for the text matched by the
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_common.cc 107 ALIGNED(64) static char placeholder[sizeof(InternalMmapVector<RootRegion>)]; local
108 root_regions = new (placeholder) InternalMmapVector<RootRegion>(); // NOLINT

Completed in 16 milliseconds