Home
last modified time | relevance | path

Searched refs:cc_r (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/contrib/ntp/sntp/m4/
HDopenldap-thread-check.m437 dnl AIX Thread requires we use cc_r or xlc_r.
41 dnl If we find cc_r|xlc_r, force pthreads and assume
44 dnl If we do not find cc_r|xlc_r, disable threads
59 AC_CHECK_PROGS(CC,cc_r xlc_r cc)
64 AC_MSG_ERROR([--with-threads requires cc_r (or other suitable compiler) on AIX])
66 AC_MSG_WARN([disabling threads, no cc_r on AIX])
72 case ${CC} in cc_r | xlc_r)
/freebsd-head/contrib/libevent/m4/
HDacx_pthread.m418 # (This is necessary on AIX to use the special cc_r compiler alias.)
256 # More AIX lossage: must compile with xlc_r or cc_r
258 AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC})
/freebsd-head/contrib/ntp/sntp/libevent/m4/
HDacx_pthread.m418 # (This is necessary on AIX to use the special cc_r compiler alias.)
256 # More AIX lossage: must compile with xlc_r or cc_r
258 AC_CHECK_PROGS(PTHREAD_CC, xlc_r cc_r, ${CC})
/freebsd-head/sys/contrib/libsodium/m4/
HDax_pthread.m419 # is necessary on AIX to use the special cc_r compiler alias.)
/freebsd-head/contrib/unbound/
HDax_pthread.m420 # special cc_r/CC_r compiler alias.)
/freebsd-head/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c6118 int64_t cc_r; local
6210 cc_r = regs[r1] - regs[r2];
6211 cc_n = cc_r < 0;
6212 cc_z = cc_r == 0;
6388 cc_r = dtrace_strncmp((char *)s1, (char *)s2,
6391 cc_n = cc_r < 0;
6392 cc_z = cc_r == 0;
/freebsd-head/contrib/ntp/sntp/
HDconfigure10149 for ac_prog in cc_r xlc_r cc
10208 case ${CC} in cc_r | xlc_r)
/freebsd-head/contrib/ntp/
HDconfigure19548 for ac_prog in cc_r xlc_r cc
19607 case ${CC} in cc_r | xlc_r)
/freebsd-head/contrib/libevent/
HDconfigure16171 for ac_prog in xlc_r cc_r
/freebsd-head/contrib/ntp/sntp/libevent/
HDconfigure17418 for ac_prog in xlc_r cc_r