/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cpp | 80 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); in CreateLogicalThread() local 87 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() 97 void DD::MutexEnsureID(DDLogicalThread *lt, DDMutex *m) { in MutexEnsureID() 105 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local 120 DDLogicalThread *lt = cb->lt; in ReportDeadlock() local 153 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local
|
H A D | sanitizer_deadlock_detector2.cpp | 136 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( in CreateLogicalThread() local 143 void DD::DestroyLogicalThread(DDLogicalThread *lt) { in DestroyLogicalThread() 191 DDLogicalThread *lt = cb->lt; in MutexBeforeLock() local 270 DDLogicalThread *lt = cb->lt; in MutexAfterLock() local 302 DDLogicalThread *lt = cb->lt; in MutexBeforeUnlock() local 326 DDLogicalThread *lt = cb->lt; in MutexDestroy() local 356 void DD::CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, in CycleCheck() 398 void DD::Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath) { in Report()
|
/openbsd/gnu/llvm/lld/Common/ |
H A D | DWARF.cpp | 25 const DWARFDebugLine::LineTable *lt = nullptr; in DWARFCache() local 94 for (const llvm::DWARFDebugLine::LineTable *lt : lineTables) { in getDILineInfo() local
|
/openbsd/usr.bin/touch/ |
H A D | touch.c | 162 struct tm *lt; in stime_arg1() local 237 struct tm *lt; in stime_arg2() local
|
/openbsd/sbin/shutdown/ |
H A D | shutdown.c | 111 struct tm *lt; in main() local 306 struct tm *lt; in timewarn() local 499 struct tm *lt; in getoffset() local
|
/openbsd/games/hack/ |
H A D | hack.unix.c | 115 struct tm *lt = getlt(); in getdate() local 130 struct tm *lt = getlt(); in phase_of_the_moon() local
|
/openbsd/gnu/llvm/lld/include/lld/Common/ |
H A D | DWARF.h | 40 const llvm::DWARFDebugLine::LineTable *lt; member
|
/openbsd/lib/libc/string/ |
H A D | timingsafe_memcmp.c | 30 int lt = (p1[i] - p2[i]) >> CHAR_BIT; in timingsafe_memcmp() local
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/ |
H A D | compare.cc | 36 enum want_value {lt=0, z=1, gt=2}; enumerator
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | int-compare.c | 13 lt (a, b) in lt() function
|
H A D | cbrt.c | 29 double lt; in cbrtl() local
|
/openbsd/usr.sbin/ldpd/ |
H A D | labelmapping.c | 445 struct label_tlv lt; in gen_label_tlv() local 458 struct label_tlv lt; in tlv_decode_label() local
|
/openbsd/usr.bin/rwall/ |
H A D | rwall.c | 106 struct tm *lt; in makemsg() local
|
/openbsd/bin/date/ |
H A D | date.c | 142 struct tm *lt, tm; in setthetime() local
|
/openbsd/sbin/unwind/libunbound/sldns/ |
H A D | wire2str.c | 944 sldns_lookup_table *lt = sldns_lookup_by_id(sldns_opcodes, opcode); in sldns_wire2str_opcode_print() local 953 sldns_lookup_table *lt = sldns_lookup_by_id(sldns_rcodes, rcode); in sldns_wire2str_rcode_print() local 962 sldns_lookup_table *lt = sldns_lookup_by_id(sldns_rr_classes, in sldns_wire2str_class_print() local 982 sldns_lookup_table *lt = sldns_lookup_by_id(sldns_edns_options, in sldns_wire2str_edns_option_code_print() local 1655 sldns_lookup_table *lt; in sldns_wire2str_cert_alg_scan() local 2058 sldns_lookup_table *lt; in sldns_wire2str_tsigerror_scan() local 2153 sldns_lookup_table *lt; in sldns_wire2str_edns_dau_print() local 2168 sldns_lookup_table *lt; in sldns_wire2str_edns_dhu_print() local 2281 sldns_lookup_table *lt; in sldns_wire2str_edns_ede_print() local
|
/openbsd/usr.sbin/unbound/sldns/ |
H A D | wire2str.c | 944 sldns_lookup_table *lt = sldns_lookup_by_id(sldns_opcodes, opcode); in sldns_wire2str_opcode_print() local 953 sldns_lookup_table *lt = sldns_lookup_by_id(sldns_rcodes, rcode); in sldns_wire2str_rcode_print() local 962 sldns_lookup_table *lt = sldns_lookup_by_id(sldns_rr_classes, in sldns_wire2str_class_print() local 982 sldns_lookup_table *lt = sldns_lookup_by_id(sldns_edns_options, in sldns_wire2str_edns_option_code_print() local 1655 sldns_lookup_table *lt; in sldns_wire2str_cert_alg_scan() local 2058 sldns_lookup_table *lt; in sldns_wire2str_tsigerror_scan() local 2153 sldns_lookup_table *lt; in sldns_wire2str_edns_dau_print() local 2168 sldns_lookup_table *lt; in sldns_wire2str_edns_dhu_print() local 2281 sldns_lookup_table *lt; in sldns_wire2str_edns_ede_print() local
|
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/27_io/ |
H A D | ios_init.cc | 59 lt(const char_type& __c1, const char_type& __c2) in lt() function 142 lt(const char_type& __c1, const char_type& __c2) in lt() function
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
H A D | sanitizer_deadlock_detector_test.cpp | 172 uptr lt = d.newNode(i); in RunRemoveNodeTest() local 197 uptr lt = d.newNode(i); in RunRemoveNodeTest() local
|
/openbsd/usr.sbin/dhcpd/ |
H A D | memory.c | 642 struct lease lt; in release_lease() local 663 struct lease lt; in abandon_lease() local
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/ |
H A D | fp-cmp-4.c | 100 unsigned lt : 1; in main() member
|
/openbsd/gnu/llvm/libcxx/include/__string.d/__string/ |
H A D | char_traits.h | 92 static inline _LIBCPP_CONSTEXPR bool lt(char_type __c1, char_type __c2) _NOEXCEPT in lt() function
|
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/ |
H A D | Collate.pm | 775 sub lt { $_[0]->getSortKey($_[1]) lt $_[0]->getSortKey($_[2]) } subroutine
|
/openbsd/games/pom/ |
H A D | pom.c | 199 struct tm *lt; in parsetime() local
|
/openbsd/usr.bin/wall/ |
H A D | wall.c | 178 struct tm *lt; in makemsg() local
|
/openbsd/usr.bin/unifdef/ |
H A D | unifdef.c | 93 #define linetype_if2elif(lt) ((Linetype)(lt - LT_IF + LT_ELIF)) argument 94 #define linetype_2dodgy(lt) ((Linetype)(lt + LT_DODGY)) argument 971 Linetype lt; in eval_unary() local 1059 Linetype lt, rt; in eval_table() local
|