HomeSort by: relevance | last modified time | path
    Searched defs:lt (Results 1 - 25 of 127) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl3/gdb.old/dist/gdbsupport/
gdb_binary_search.h 44 auto lt = [&] (const typename std::iterator_traits<It>::value_type &a, local
48 auto lb = std::lower_bound (first, last, el, lt);
  /src/external/mit/xorg/share/nls/
Makefile 34 ${_F}.lt: ${_F}.pre
46 FILES+= ${_F}.lt
47 FILESNAME_${_F}.lt= ${_F}
48 CLEANFILES+= ${_F}.lt
  /src/external/gpl3/gdb/dist/gdbsupport/
gdb_binary_search.h 44 auto lt = [&] (const typename std::iterator_traits<It>::value_type &a, local
48 auto lb = std::lower_bound (first, last, el, lt);
  /src/tests/usr.bin/xlint/lint1/
msg_244.c 24 lt(struct a *a, struct b *b) function
  /src/usr.bin/chpass/
util.c 73 static struct tm *lt; local
82 if (!lt) {
85 lt = localtime(&tval);
  /src/external/ibm-public/postfix/dist/src/global/
mail_date.c 59 struct tm *lt; local
84 lt = localtime(&when);
85 gmtoff = (lt->tm_hour - gmt.tm_hour) * HOUR_MIN + lt->tm_min - gmt.tm_min;
86 if (lt->tm_year < gmt.tm_year)
88 else if (lt->tm_year > gmt.tm_year)
90 else if (lt->tm_yday < gmt.tm_yday)
92 else if (lt->tm_yday > gmt.tm_yday)
94 if (lt->tm_sec <= gmt.tm_sec - MIN_SEC)
96 else if (lt->tm_sec >= gmt.tm_sec + MIN_SEC
    [all...]
  /src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_expand.c 97 struct tm *lt; local
131 lt = localtime(&now);
137 "%b %d %H:%M:%S", lt) == 0);
  /src/usr.bin/tip/aculib/
dn11.c 53 int lt, nw; local
82 nw = write(dn, num, (size_t)(lt = strlen(num)));
83 exit(nw != lt);
103 while ((nw = wait(&lt)) != child && nw != -1)
107 if (lt != 0) {
  /src/usr.bin/xlint/lint1/
ckbool.c 61 const tnode_t *ln, tspec_t lt,
64 if ((lt == BOOL) == (rt == BOOL))
71 (is_int_constant_zero(ln, lt) || is_int_constant_zero(rn, rt)))
76 return lt != BOOL && (ln->tn_sys || rn->tn_sys);
96 const tnode_t *ln, tspec_t lt,
99 if (is_typeok_strict_bool_binary(op, ln, lt, rn, rt))
104 error(334, arg, tspec_name(lt), tspec_name(rt));
107 error(211, tspec_name(lt), tspec_name(rt));
110 error(107, op_name(op), tspec_name(lt), tspec_name(rt));
125 tspec_t lt = ln->tn_type->t_tspec local
    [all...]
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd_expand.c 181 struct tm *lt; local
228 lt = localtime(&now);
234 "%b %d %H:%M:%S", lt) == 0);
  /src/common/lib/libc/arch/powerpc/string/
memcmp.S 116 blt lt
120 lt: label
  /src/usr.bin/rwall/
rwall.c 152 struct tm *lt; local
174 lt = localtime(&now);
188 (void)fprintf(fp, " (%s) at %d:%02d ...\n", tty, lt->tm_hour,
189 lt->tm_min);
  /src/bin/pax/
sel_subs.c 550 struct tm *lt; local
564 lt = localtime(tval);
571 lt->tm_sec = ATOI2(dot);
574 lt->tm_sec = 0;
580 lt->tm_year = ATOI2(p) * 100 - TM_YEAR_BASE;
585 lt->tm_year += ATOI2(p);
589 lt->tm_year = yearset + 2000 - TM_YEAR_BASE;
591 lt->tm_year = yearset + 1900 - TM_YEAR_BASE;
595 lt->tm_mon = ATOI2(p);
596 --lt->tm_mon
    [all...]
  /src/sys/compat/linux/arch/powerpc/
linux_ptrace.c 109 struct lwp *lt; local
192 lt = LIST_FIRST(&t->p_lwps);
197 error = process_read_regs(lt, regs);
234 error = process_write_regs(lt, regs);
239 error = process_read_fpregs(lt, fpregs, NULL);
258 error = process_write_fpregs(lt, fpregs, sizeof fpregs);
264 error = process_read_regs(lt, regs);
318 error = process_read_regs(lt, regs);
363 error = process_write_regs(lt,regs);
  /src/external/gpl3/gcc/dist/gcc/
genflags.cc 148 const char *lt, *gt; local
152 lt = strchr (name, '<');
153 if (lt && strchr (lt + 1, '>'))
160 if (lt || gt)
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
char_traits.h 140 lt(const char_type& __c1, const char_type& __c2) function in struct:char_traits
190 if (lt(__s1[__i], __s2[__i]))
192 else if (lt(__s2[__i], __s1[__i]))
358 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
374 if (lt(__s1[__i], __s2[__i]))
376 else if (lt(__s2[__i], __s1[__i]))
500 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
632 lt(const char_type& __c1, const char_type& __c2) _GLIBCXX_NOEXCEPT
775 lt(const char_type& __c1, const char_type& __c2) noexcept
782 if (lt(__s1[__i], __s2[__i])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genflags.cc 148 const char *lt, *gt; local
152 lt = strchr (name, '<');
153 if (lt && strchr (lt + 1, '>'))
160 if (lt || gt)
  /src/external/lgpl3/gmp/dist/mpz/
bin_ui.c 146 mpz_t lt; local
157 mpz_init_set (lt, P);
158 t = lt;
162 ALLOC (lt) = 0;
168 mpz_clear (lt);
  /src/external/mpl/dhcp/dist/server/
salloc.c 130 struct lease *lt; local
133 lt = free_leases;
134 free_leases = lt -> next;
135 *lease = lt;
  /src/bin/date/
date.c 354 struct tm *lt; local
359 if ((lt = localtime(&tval)) == NULL)
362 lt->tm_isdst = -1; /* Divine correct DST */
366 t = strptime(p, fmt, lt);
380 t = strptime(p, "%m%d%H%M", lt);
387 t = strptime(t, yrdigs == 2 ? "%y" : "%Y", lt);
417 lt->tm_sec = ATOI2(dot);
418 if (lt->tm_sec > 61)
422 lt->tm_sec = 0;
429 lt->tm_year = ATOI2(p) * 100 - TM_YEAR_BASE
    [all...]
  /src/sys/compat/linux/arch/arm/
linux_ptrace.c 103 struct lwp *lt; local
173 lt = LIST_FIRST(&t->p_lwps);
178 error = process_read_regs(lt, regs);
201 error = process_write_regs(lt, regs);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 47 void DestroyLogicalThread(DDLogicalThread *lt) override;
58 void MutexEnsureID(DDLogicalThread *lt, DDMutex *m);
81 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc(sizeof(*lt)); local
82 lt->ctx = ctx;
83 lt->dd.clear();
84 lt->report_pending = false;
85 return lt;
88 void DD::DestroyLogicalThread(DDLogicalThread *lt) {
89 lt->~DDLogicalThread()
106 DDLogicalThread *lt = cb->lt; local
121 DDLogicalThread *lt = cb->lt; local
154 DDLogicalThread *lt = cb->lt; local
    [all...]
sanitizer_deadlock_detector_interface.h 29 // lt - logical (user) thread.
66 DDLogicalThread *lt; member in struct:__sanitizer::DDCallback
79 virtual void DestroyLogicalThread(DDLogicalThread *lt) {}
  /src/usr.bin/wall/
wall.c 193 struct tm *lt; local
201 lt = localtime(&now);
218 lt->tm_hour, lt->tm_min, lt->tm_zone);
  /src/external/bsd/nvi/dist/vi/
v_ex.c 133 static CHAR_T lt[] = {'<', 0}; local
136 argv_exp0(sp, &cmd, lt, 2);

Completed in 24 milliseconds

1 2 3 4 5 6