Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/pmax/include/
H A Ddec_prom.h98 char *(*_strcat)(char *, char *); /* 08 */ member
157 #define strcat (*callv -> _strcat)
/netbsd-src/sys/arch/pmax/stand/common/
H A Dcallvec.c43 ._strcat = (void *)DEC_PROM_STRCAT,