2 #if defined(LIBC_SCCS) && !defined(lint)
3 __RCSID("$NetBSD: regerror.c,v 1.8 1999/09/20 04:48:04 lukem Exp $");
4 #endif /* LIBC_SCCS and not lint */
16 _DIAGASSERT(s
!= NULL
);
19 error("regexp: %s", s
);
22 fprintf(stderr, "regexp(3): %s\n", s);
25 return; /* let std. egrep handle errors */