Home
last modified time | relevance | path

Searched refs:c_r (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/bsd/libbind/dist/
H A Dconfig.threads.in163 AC_CHECK_LIB(c_r, pthread_create,,
172 AC_CHECK_LIB(c_r, pthread_create,,
H A Dconfigure.in423 AC_CHECK_LIB(c_r, sigwait, AC_DEFINE(HAVE_SIGWAIT),)
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dcheck-getpwnam_r-posix.m46 AC_FIND_FUNC_NO_LIBS(getpwnam_r,c_r)
H A Dcheck-getpwuid_r-posix.m46 AC_FIND_FUNC_NO_LIBS(getpwuid_r,c_r)
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dssl_old_test.c2607 int c_r, c_w, s_r, s_w; in doit() local
2668 c_r = 0; in doit()
2684 if ((i && c_r) || c_w) in doit()
2709 c_r = 0; in doit()
2713 c_r = 1; in doit()
2738 c_r = 0; in doit()
2742 c_r = 1; in doit()
2834 c_r = 1; in doit()
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssltest_old.c2582 int c_r, c_w, s_r, s_w; in doit() local
2643 c_r = 0; in doit()
2659 if ((i && c_r) || c_w) in doit()
2684 c_r = 0; in doit()
2688 c_r = 1; in doit()
2713 c_r = 0; in doit()
2717 c_r = 1; in doit()
2809 c_r = 1; in doit()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-qt/m4/
H A Dqt.m491 AC_CHECK_LIB(c_r, pthread_self, ac_thread_library=c_r)
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/m4/
H A Dlock.m4133 AC_CHECK_LIB(c_r, pthread_kill,
/netbsd-src/crypto/external/cpl/tpm-tools/dist/m4/
H A Dlock.m4111 AC_CHECK_LIB(c_r, pthread_kill,
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dthreadlib.m4278 AC_CHECK_LIB([c_r], [pthread_kill],
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dtcl.m4645 AC_CHECK_LIB(c_r, pthread_mutex_init,
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dtcl.m4645 AC_CHECK_LIB(c_r, pthread_mutex_init,
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dtcl.m4645 AC_CHECK_LIB(c_r, pthread_mutex_init,
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dtcl.m4645 AC_CHECK_LIB(c_r, pthread_mutex_init,
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dtcl.m4645 AC_CHECK_LIB(c_r, pthread_mutex_init,
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dtcl.m4645 AC_CHECK_LIB(c_r, pthread_mutex_init,
/netbsd-src/external/public-domain/sqlite/dist/tea/tclconfig/
H A Dtcl.m4828 AC_CHECK_LIB(c_r, pthread_mutex_init,
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A Dconfigure29809 for ac_lib in "" c_r; do