Home
last modified time | relevance | path

Searched refs:timespec_get (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/dports/devel/emscripten/emscripten-2.0.3/tests/core/
H A Dtest_time.out44 timespec_get test 0: 1
45 timespec_get test 1: 1
46 timespec_get test 2: 1
47 timespec_get test 3: 1
48 timespec_get test 4: 1
49 timespec_get test 5: 1
50 timespec_get test 6: 1
H A Dtest_time.cpp163 printf("timespec_get test 0: %d\n", timespec_get(&ts, TIME_UTC) == TIME_UTC); in main()
164 printf("timespec_get test 1: %d\n", timespec_get(&ts, (TIME_UTC + 1)) == 0); in main()
168 timespec_get(&ts, TIME_UTC); in main()
176 timespec_get(&ts_timespec_get, TIME_UTC); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dtimespec_get2 timespec_get() function: return the current time with up to nanosecond resolution
5 lib/timespec_get.c
6 m4/timespec_get.m4
16 AC_LIBOBJ([timespec_get])
18 gl_TIME_MODULE_INDICATOR([timespec_get])
H A Dtimespec_get-tests2 tests/test-timespec_get.c
11 TESTS += test-timespec_get
12 check_PROGRAMS += test-timespec_get
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-functions/
H A Dtimespec_get.texi1 @node timespec_get
2 @subsection @code{timespec_get}
3 @findex timespec_get
5 Gnulib module: timespec_get
/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-functions/
H A Dtimespec_get.texi1 @node timespec_get
2 @subsection @code{timespec_get}
3 @findex timespec_get
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-timespec_get.c24 SIGNATURE_CHECK (timespec_get, int, (struct timespec *ts, int base));
36 ASSERT (timespec_get (&ts1, TIME_UTC)); in main()
38 ASSERT (timespec_get (&ts3, TIME_UTC)); in main()
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/m4/
H A Dtimespec_get.m41 # timespec_get.m4 serial 2
11 dnl Persuade OpenBSD <time.h> to declare timespec_get().
14 AC_CHECK_FUNCS_ONCE([timespec_get])
/dports/games/taisei/taisei-1.3.2/src/util/
H A Dplatform_posix.c19 timespec_get(systime, TIME_UTC); in get_system_time()
25 timespec_get(systime, TIME_UTC); in get_system_time()
/dports/multimedia/vlc/vlc-3.0.16/compat/
H A Dtimespec_get.c28 int timespec_get(struct timespec *ts, int base) in timespec_get() function
56 int timespec_get(struct timespec *ts, int base) in timespec_get() function
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
56 // Apple SDKs don't define ::timespec_get unconditionally in C++ mode. This
90 using ::timespec_get;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
56 // Apple SDKs don't define ::timespec_get unconditionally in C++ mode. This
90 using ::timespec_get;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
56 // Apple SDKs don't define ::timespec_get unconditionally in C++ mode. This
90 using ::timespec_get;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
56 // Apple SDKs don't define ::timespec_get unconditionally in C++ mode. This
90 using ::timespec_get _LIBCPP_USING_IF_EXISTS;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
56 // Apple SDKs don't define ::timespec_get unconditionally in C++ mode. This
88 using ::timespec_get _LIBCPP_USING_IF_EXISTS;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
56 // Apple SDKs don't define ::timespec_get unconditionally in C++ mode. This
90 using ::timespec_get _LIBCPP_USING_IF_EXISTS;
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
56 // Apple SDKs don't define ::timespec_get unconditionally in C++ mode. This
90 using ::timespec_get _LIBCPP_USING_IF_EXISTS;
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
56 // Apple SDKs don't define ::timespec_get unconditionally in C++ mode. This
90 using ::timespec_get _LIBCPP_USING_IF_EXISTS;
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
56 // Apple SDKs don't define ::timespec_get unconditionally in C++ mode. This
90 using ::timespec_get _LIBCPP_USING_IF_EXISTS;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
76 using ::timespec_get;
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
76 using ::timespec_get;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
76 using ::timespec_get;
/dports/devel/libc++/libcxx-10.0.1.src/include/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
76 using ::timespec_get;
/dports/devel/emscripten/emscripten-2.0.3/system/include/libcxx/
H A Dctime43 int timespec_get( struct timespec *ts, int base); // C++17
76 using ::timespec_get;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/
H A Dtime.h61 int timespec_get(struct timespec *, int);
140 __REDIR(timespec_get, __timespec_get_time64);

12345678910>>...19