Home
last modified time | relevance | path

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

/freebsd/contrib/less/
H A Doutput.c724 static void ierror_suffix(constant char *fmt, PARG *parg, constant char *suffix1, constant char *suffix2, constant char *suffix3)
731 putstr(suffix2);
662 ierror_suffix(char * fmt,PARG * parg,char * suffix1,char * suffix2,char * suffix3) ierror_suffix() argument
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp2609 const char *suffix2 = sym2->getVersionSuffix(); in combineVersionedSymbol() local
2610 if (suffix2[0] == '@' && suffix2[1] == '@' && in combineVersionedSymbol()
2611 strcmp(suffix1 + 1, suffix2 + 2) == 0) { in combineVersionedSymbol()