Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sh/
H A Ddefs.h199 extern void failed_real(unsigned char *, const char *, unsigned char *)
223 #define failed(s1, s2) failed_real(s1, s2, NULL)
224 #define bfailed(s1, s2, s3) failed_real(s1, s2, s3)
H A Derror.c66 failed_real(unsigned char *s1, const char *s2, unsigned char *s3) in failed_real() function