Home
last modified time | relevance | path

Searched refs:strcmp_type (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/indent/
H A Dlexi.c159 strcmp_type(const void *e1, const void *e2) in strcmp_type() function
261 strcmp_type); in lexi()
269 sizeof(typenames[0]), strcmp_type))) { in lexi()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInterceptors.cpp237 REAL(strcmp) = reinterpret_cast<strcmp_type>( in fuzzerInit()