Searched refs:_SC_CLK_TCK (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/sh/
H A Dclktck.c34 #if !defined (HAVE_SYSCONF) || !defined (_SC_CLK_TCK)
42 #endif /* !HAVE_SYSCONF && !_SC_CLK_TCK */
52 #if defined (HAVE_SYSCONF) && defined (_SC_CLK_TCK)
53 retval = sysconf (_SC_CLK_TCK);
54 #else /* !SYSCONF || !_SC_CLK_TCK */
56 #endif /* !SYSCONF || !_SC_CLK_TCK */
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixtime.h39 #if !defined (HAVE_SYSCONF) || !defined (_SC_CLK_TCK)
47 #endif /* !HAVE_SYSCONF && !_SC_CLK_TCK */
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dclock.c55 #ifdef _SC_CLK_TCK
56 #define GNU_HZ sysconf(_SC_CLK_TCK)
H A Dgetruntime.c68 #ifdef _SC_CLK_TCK
69 #define GNU_HZ sysconf(_SC_CLK_TCK)
/macosx-10.10.1/uucp-11/uucp/unix/
H A Dproctm.c78 #ifdef _SC_CLK_TCK
168 itick = (int) sysconf (_SC_CLK_TCK);
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dtmdiff.c111 # if defined(_SC_CLK_TCK) \
113 /* # define HZ ((double)sysconf(_SC_CLK_TCK)) */
114 # define HZ sysconf(_SC_CLK_TCK)
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/loadables/
H A Dgetconf.h86 # define _SC_CLK_TCK 3 macro
H A Dgetconf.c680 #ifdef _SC_CLK_TCK
681 { "CLK_TCK", SYSCONF, _SC_CLK_TCK },
1397 case _SC_CLK_TCK:
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Ds_time.c121 # ifdef _SC_CLK_TCK
122 # define HZ ((double)sysconf(_SC_CLK_TCK))
H A Dspeed.c238 # if defined(_SC_CLK_TCK) \
240 # define HZ sysconf(_SC_CLK_TCK)
2478 # ifdef _SC_CLK_TCK
/macosx-10.10.1/ntp-92/util/
H A Dtickadj.c428 #if defined(HAVE_SYSCONF) && defined(_SC_CLK_TCK)
429 hz = (int) sysconf (_SC_CLK_TCK);
430 #endif /* not HAVE_SYSCONF && _SC_CLK_TCK */
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_status.c222 #ifdef _SC_CLK_TCK
223 tick = sysconf(_SC_CLK_TCK);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dsysconf.c104 case _SC_CLK_TCK:
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h214 #define _SC_CLK_TCK 3 macro
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.c204 # ifdef _SC_CLK_TCK
205 clk_tck = (clock_t) sysconf(_SC_CLK_TCK);
206 # else /* ! _SC_CLK_TCK */
212 # endif /* _SC_CLK_TCK */
/macosx-10.10.1/zsh-61/zsh/Src/
H A Djobs.c628 #ifdef _SC_CLK_TCK
632 clktck = sysconf(_SC_CLK_TCK);
/macosx-10.10.1/dcerpc-61/dcerpc/perf/
H A Dclient.c2637 if ((clock_ticks = sysconf(_SC_CLK_TCK)) == -1)
/macosx-10.10.1/ruby-106/ruby/
H A Dprocess.c6532 (double)sysconf(_SC_CLK_TCK);
H A Dconfigure16832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether _SC_CLK_TCK is supported" >&5
16833 $as_echo_n "checking whether _SC_CLK_TCK is supported... " >&6; }
16844 _SC_CLK_TCK >= 0

Completed in 390 milliseconds