Home
last modified time | relevance | path

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

/freebsd-11-stable/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-11-stable/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-11-stable/contrib/unbound/
HDax_pthread.m419 # is necessary on AIX to use the special cc_r compiler alias.)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDdtrace.c5986 int64_t cc_r; local
6078 cc_r = regs[r1] - regs[r2];
6079 cc_n = cc_r < 0;
6080 cc_z = cc_r == 0;
6247 cc_r = dtrace_strncmp((char *)s1, (char *)s2, sz);
6249 cc_n = cc_r < 0;
6250 cc_z = cc_r == 0;
/freebsd-11-stable/contrib/ntp/sntp/
HDconfigure9663 for ac_prog in cc_r xlc_r cc
9717 case ${CC} in cc_r | xlc_r)
/freebsd-11-stable/contrib/ntp/
HDconfigure18989 for ac_prog in cc_r xlc_r cc
19043 case ${CC} in cc_r | xlc_r)
/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDconfigure15745 for ac_prog in xlc_r cc_r