Searched defs:second (Results 1 - 25 of 76) sorted by relevance

1234

/freebsd-current/contrib/byacc/test/
H A Derr_syntax16.y14 second : label
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h26 unsigned int second; member in struct:llvm::GenericValue::IntPair
/freebsd-current/lib/libc/tests/string/
H A Dmemrchr_test.c41 do_found_test(char buf[], size_t len, size_t first, size_t second) argument
47 ATF_CHECK_EQ(memrchr_fn(buf, 'X', len), buf + second); local
/freebsd-current/contrib/libevent/sample/
H A Dhostcheck.c123 static int Curl_raw_equal(const char *first, const char *second) argument
138 static int Curl_raw_nequal(const char *first, const char *second, size_t max) argument
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Dhostcheck.c123 static int Curl_raw_equal(const char *first, const char *second) argument
138 static int Curl_raw_nequal(const char *first, const char *second, size_t max) argument
[all...]
/freebsd-current/usr.sbin/mptutil/
H A Dmpt_evt.c81 event_compare(const void *first, const void *second) argument
/freebsd-current/contrib/expat/tests/
H A Dnsalloc_tests.c511 const char *second local
H A Dmisc_tests.c191 versions_equal(const XML_Expat_Version *first, const XML_Expat_Version *second) argument
/freebsd-current/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c57 parsecheck(const char *datestr, const time_t *reftime, const int *zoff, struct tm * time_to_tm(const time_t *, struct tm *), int year, int month, int day, int hour, int minute, int second) argument
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map_info.h39 ValueT second = {}; member in struct:__sanitizer::detail::DenseMapPair
/freebsd-current/contrib/wireguard-tools/
H A Dsetconf.c21 static int pubkey_cmp(const void *first, const void *second) argument
H A Dshow.c27 static int peer_cmp(const void *first, const void *second) argument
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringMapEntry.h71 ValueTy second; member in class:llvm::StringMapEntryStorage
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_node.c202 int y, m, d, hour, minute, second, tz; local
/freebsd-current/usr.bin/grdc/
H A Dgrdc.c67 int hour, minute, second; local
/freebsd-current/contrib/flex/src/
H A Dnfa.c377 int mkbranch (int first, int second) argument
460 mkor(int first, int second) argument
[all...]
/freebsd-current/contrib/dialog/
H A Dtimebox.c137 dialog_timebox(const char *title, const char *subtitle, int height, int width, int hour, int minute, int second) argument
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_datum.c141 int second; /* seconds */ member in struct:datum_pts_unit
[all...]
H A Drefclock_leitch.c78 short second; member in struct:leitchunit
/freebsd-current/crypto/heimdal/kadmin/
H A Dload.c74 int year, month, date, hour, minute, second; local
/freebsd-current/contrib/ntp/util/
H A Dtg.c237 int second = 0; /* seconds counter */ variable
[all...]
/freebsd-current/usr.sbin/cron/cron/
H A Dcron.c218 int second, minute, hour, dom, month, dow; local
/freebsd-current/lib/libc/iconv/
H A Dbsd_iconv.c176 qsort_helper(const void *first, const void *second) argument
/freebsd-current/contrib/kyua/utils/
H A Ddatetime_test.cpp334 const datetime::timestamp second = datetime::timestamp::now(); local
H A Ddatetime.cpp316 from_values(const int year, const int month, const int day, const int hour, const int minute, const int second, const int microsecond) argument
435 set_mock_now(const int year, const int month, const int day, const int hour, const int minute, const int second, const int microsecond) argument

Completed in 207 milliseconds

1234