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

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_244.c 24 lt(struct a *a, struct b *b) function in typeref:typename:_Bool
  /src/usr.bin/chpass/
util.c 73 static struct tm *lt; local in function:atot
82 if (!lt) {
85 lt = localtime(&tval);
  /src/common/lib/libc/arch/powerpc/string/
memcmp.S 116 blt lt
120 lt: label
  /src/usr.bin/tip/aculib/
dn11.c 53 int lt, nw; local in function:dn_dialer
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 in function:typeok_scalar_strict_bool
    [all...]
init.c 202 check_bit_field_init(const tnode_t *ln, tspec_t lt, tspec_t rt)
206 is_integer(lt) &&
269 tspec_t lt = ln->tn_type->t_tspec; local in function:check_init_expr
271 check_bit_field_init(ln, lt, rt);
273 if (lt != rt || (ltp->t_bitfield && rn->tn_op == CON))
  /src/usr.bin/rwall/
rwall.c 152 struct tm *lt; local in function:makemsg
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 in function:str_sec
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 in function:linux_sys_ptrace_arch
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/sys/compat/linux/arch/arm/
linux_ptrace.c 103 struct lwp *lt; local in function:linux_sys_ptrace_arch
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 in function:__sanitizer::DD::CreateLogicalThread
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 in function:__sanitizer::DD::MutexBeforeLock
121 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::ReportDeadlock
154 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexAfterLock
    [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) {}
sanitizer_deadlock_detector2.cc 91 void DestroyLogicalThread(DDLogicalThread *lt);
102 void CycleCheck(DDPhysicalThread *pt, DDLogicalThread *lt, DDMutex *mtx);
103 void Report(DDPhysicalThread *pt, DDLogicalThread *lt, int npath);
137 DDLogicalThread *lt = (DDLogicalThread*)InternalAlloc( local in function:__sanitizer::DD::CreateLogicalThread
139 lt->ctx = ctx;
140 lt->nlocked = 0;
141 return lt;
144 void DD::DestroyLogicalThread(DDLogicalThread *lt) {
145 lt->~DDLogicalThread();
146 InternalFree(lt);
194 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexBeforeLock
273 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexAfterLock
305 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexBeforeUnlock
329 DDLogicalThread *lt = cb->lt; local in function:__sanitizer::DD::MutexDestroy
    [all...]
  /src/tests/lib/libppath/
t_ppath.c 33 char *lt, *rt; local in function:dictionary_equals
35 lt = prop_dictionary_externalize(ld);
38 assert(lt != NULL && rt != NULL);
40 eq = (strcmp(lt, rt) == 0);
42 free(lt);
  /src/usr.bin/wall/
wall.c 193 struct tm *lt; local in function:makebanner
201 lt = localtime(&now);
218 lt->tm_hour, lt->tm_min, lt->tm_zone);
  /src/bin/date/
date.c 354 struct tm *lt; local in function:setthetime
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/games/hack/
hack.unix.c 127 struct tm *lt = getlt(); local in function:getdatestr
130 lt->tm_year % 100, lt->tm_mon + 1, lt->tm_mday);
139 struct tm *lt = getlt(); local in function:phase_of_the_moon
142 diy = lt->tm_yday;
143 golden = (lt->tm_year % 19) + 1;
  /src/games/pom/
pom.c 213 struct tm *lt; local in function:parsetime
226 lt = localtime(&tval);
227 lt->tm_sec = 0;
228 lt->tm_min = 0;
233 lt->tm_year = bigyear * 100 - 1900;
238 lt->tm_year += ATOI2(p);
240 lt->tm_year = ATOI2(p);
241 if (lt->tm_year < 69) /* hack for 2000 */
242 lt->tm_year += 100;
246 lt->tm_mon = ATOI2(p)
    [all...]
  /src/sys/compat/linux/arch/i386/
linux_ptrace.c 131 struct lwp *lt; local in function:linux_sys_ptrace_arch
215 lt = LIST_FIRST(&t->p_lwps);
220 error = process_read_regs(lt, regs);
262 error = process_write_regs(lt, regs);
268 error = process_read_fpregs(lt, fpregs, &fp_size);
287 error = process_write_regs(lt, regs);
321 led = lt->l_emuldata;
353 led = lt->l_emuldata;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_deadlock_detector_test.cc 173 uptr lt = d.newNode(i); local in function:RunRemoveNodeTest
174 locks.insert(lt);
175 d.onLock(&dtls, lt);
176 d.onUnlock(&dtls, lt);
177 d.removeNode(lt);
198 uptr lt = d.newNode(i); local in function:RunRemoveNodeTest
199 locks.insert(lt);
201 // l0 => lt?
202 a = l0; b = lt;
207 // l1 => lt
    [all...]
  /src/sys/arch/sparc64/dev/
pci_machdep.c 256 int bus_frequency, lt, cl, cacheline; local in function:sparc64_pci_enumerate_bus1
353 lt = uimin(PCI_MIN_GNT(ic) * bus_frequency / 4, 255);
354 if (lt == 0 || lt < PCI_LATTIMER(bhlc))
355 lt = PCI_LATTIMER(bhlc);
363 bhlc |= (lt << PCI_LATTIMER_SHIFT) |
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
dp.h 32 } lt; member in struct:nvkm_dp
nouveau_nvkm_engine_disp_dp.c 53 nvkm_dp_train_sense(struct lt_state *lt, bool pc, u32 delay)
55 struct nvkm_dp *dp = lt->dp;
63 ret = nvkm_rdaux(dp->aux, DPCD_LS02, lt->stat, 6);
68 ret = nvkm_rdaux(dp->aux, DPCD_LS0C, &lt->pc2stat, 1);
70 lt->pc2stat = 0x00;
72 lt->stat, lt->pc2stat);
74 OUTP_TRACE(&dp->outp, "status %6ph", lt->stat);
81 nvkm_dp_train_drive(struct lt_state *lt, bool pc)
83 struct nvkm_dp *dp = lt->dp
233 struct lt_state lt = { local in function:nvkm_dp_train_links
    [all...]
  /src/sbin/shutdown/
shutdown.c 441 struct tm *lt; local in function:getoffset
474 lt = localtime(&now); /* current time val */
476 lt->tm_sec = 0;
481 lt->tm_year = ATOI2(timearg) * 100 - TM_YEAR_BASE;
486 lt->tm_year += ATOI2(timearg);
490 lt->tm_year = yearset + 2100 - TM_YEAR_BASE;
492 lt->tm_year = yearset + 2000 - TM_YEAR_BASE;
496 lt->tm_mon = ATOI2(timearg);
497 --lt->tm_mon;
500 lt->tm_mday = ATOI2(timearg)
    [all...]
  /src/sys/kern/
sys_ptrace_common.c 529 ptrace_set_siginfo(struct proc *t, struct lwp **lt, struct ptrace_methods *ptm,
701 ptrace_lwpinfo(struct proc *t, struct lwp **lt, void *addr, size_t data)
714 lwp_delref(*lt);
717 *lt = lwp_find_first(t);
719 *lt = lwp_find(t, tmp);
720 if (*lt == NULL) {
724 *lt = LIST_NEXT(*lt, l_sibling);
727 while (*lt != NULL && (!lwp_alive(*lt) ||
1086 struct lwp *lt = NULL; local in function:do_ptrace
    [all...]

Completed in 57 milliseconds

1 2