Home | History | Annotate | Download | only in openssh

Lines Matching full:__func__

3226 AC_CACHE_CHECK([whether $CC implements __func__], ac_cv_cc_implements___func__, [
3228 [[ printf("%s", __func__); ]])],
3234 AC_DEFINE([HAVE___func__], [1], [Define if compiler implements __func__])