HomeSort by: relevance | last modified time | path
    Searched refs:cc_r (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/openldap/dist/build/
mkdep.aix 15 cc_r -ME $* > /dev/null
  /src/external/bsd/libevent/dist/m4/
acx_pthread.m4 18 # (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})
  /src/external/bsd/ntp/dist/sntp/libevent/m4/
acx_pthread.m4 18 # (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})
  /src/external/cddl/osnet/dist/uts/common/dtrace/
dtrace.c 6345 int64_t cc_r;
6437 cc_r = regs[r1] - regs[r2];
6438 cc_n = cc_r < 0;
6439 cc_z = cc_r == 0;
6607 cc_r = dtrace_strncmp((char *)s1, (char *)s2,
6610 cc_n = cc_r < 0;
6611 cc_z = cc_r == 0;
  /src/external/bsd/ntp/dist/sntp/
configure 10149 for ac_prog in cc_r xlc_r cc
10199 as_fn_error $? "--with-threads requires cc_r (or other suitable compiler) on AIX" "$LINENO" 5
10201 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: disabling threads, no cc_r on AIX" >&5
10202 printf "%s\n" "$as_me: WARNING: disabling threads, no cc_r on AIX" >&2;}
10208 case ${CC} in cc_r | xlc_r)
  /src/external/bsd/openldap/dist/
configure 5227 for ac_prog in cc_r xlc_r cc
5277 as_fn_error $? "--with-threads requires cc_r (or other suitable compiler) on AIX" "$LINENO" 5
5279 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: disabling threads, no cc_r on AIX" >&5
5280 printf "%s\n" "$as_me: WARNING: disabling threads, no cc_r on AIX" >&2;}
5286 case ${CC} in cc_r | xlc_r)
  /src/external/bsd/ntp/dist/sntp/libevent/
configure 17416 # More AIX lossage: must compile with xlc_r or cc_r
17418 for ac_prog in xlc_r cc_r
  /src/external/bsd/libevent/dist/
configure 16169 # More AIX lossage: must compile with xlc_r or cc_r
16171 for ac_prog in xlc_r cc_r
  /src/external/bsd/ntp/dist/
configure 19548 for ac_prog in cc_r xlc_r cc
19598 as_fn_error $? "--with-threads requires cc_r (or other suitable compiler) on AIX" "$LINENO" 5
19600 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: disabling threads, no cc_r on AIX" >&5
19601 printf "%s\n" "$as_me: WARNING: disabling threads, no cc_r on AIX" >&2;}
19607 case ${CC} in cc_r | xlc_r)

Completed in 92 milliseconds