/src/tests/lib/libpthread/ |
t_condwait.c | 53 struct timespec ts, to, te; local in function:run 80 ATF_REQUIRE_EQ(clock_gettime(clck, &te), 0); 83 (long long)te.tv_sec, te.tv_nsec); 84 timespecsub(&te, &to, &to); 89 ATF_REQUIRE(timespeccmp(&te, &ts, >=));
|
/src/usr.sbin/mscdlabel/ |
main.c | 66 struct ioc_read_toc_entry te; local in function:getcdtoc 82 memset(&te, 0, sizeof(te)); 83 te.address_format = CD_LBA_FORMAT; 84 te.starting_track = th.starting_track; /* always 1 ??? */ 85 te.data_len = tocbufsize; 86 te.data = tocbuf; 87 res = ioctl(fd, CDIOREADTOCENTRIES, &te);
|
/src/lib/libc/locale/ |
iswctype_mb.c | 58 _WCTypeEntry const *te; \ 61 te = &rl->rl_wctype[index]; \ 62 return _iswctype_priv(rl, wc, te); \ 88 _WCTransEntry const *te; \ 91 te = &rl->rl_wctrans[index]; \ 92 return _towctrans_priv(wc, te); \ 147 _WCTypeEntry const *te; local in function:iswctype_l 155 te = (_WCTypeEntry const *)(void *)charclass; 156 return _iswctype_priv(rl, wc, te); 168 _WCTransEntry const *te; local in function:towctrans [all...] |
/src/bin/ksh/ |
table.c | 209 struct tbl *te; local in function:tprintinfo 220 while ((te = tnext(&ts))) { 223 h = hash(n = te->name);
|
c_test.c | 114 Test_env te; local in function:c_test 116 te.flags = 0; 117 te.isa = ptest_isa; 118 te.getopnd = ptest_getopnd; 119 te.eval = ptest_eval; 120 te.error = ptest_error; 132 te.pos.wp = wp + 1; 133 te.wp_end = wp + argc; 147 if ((*te.isa)(&te, TM_END) [all...] |
syn.c | 47 static int dbtestp_isa ARGS((Test_env *te, Test_meta meta)); 48 static const char *dbtestp_getopnd ARGS((Test_env *te, Test_op op, 50 static int dbtestp_eval ARGS((Test_env *te, Test_op op, const char *opnd1, 52 static void dbtestp_error ARGS((Test_env *te, int offset, const char *msg)); 321 Test_env te; local in function:get_command 323 te.flags = TEF_DBRACKET; 324 te.pos.av = &args; 325 te.isa = dbtestp_isa; 326 te.getopnd = dbtestp_getopnd; 327 te.eval = dbtestp_eval [all...] |
exec.c | 289 Test_env te; local in function:execute 291 te.flags = TEF_DBRACKET; 292 te.pos.wp = t->args; 293 te.isa = dbteste_isa; 294 te.getopnd = dbteste_getopnd; 295 te.eval = dbteste_eval; 296 te.error = dbteste_error; 298 rv = test_parse(&te); 1469 dbteste_isa(te, meta) 1470 Test_env *te; [all...] |
edit.c | 939 struct tbl *te; local in function:glob_table 941 for (ksh_twalk(&ts, tp); (te = tnext(&ts)); ) { 942 if (gmatch(te->name, pat, false)) 943 XPput(*wp, str_save(te->name, ATEMP));
|
/src/lib/libterminfo/ |
termcap.c | 110 const TENTRY *te; local in function:tgetnum 118 te = &_ti_cap_numids[ind]; 119 if (strcmp(id, te->id) == 0) { 120 if (!VALID_NUMERIC(cur_term->nums[te->ti])) 122 return cur_term->nums[te->ti];
|
/src/sys/dev/isa/ |
mcd.c | 666 struct ioc_read_toc_entry *te = addr; local in function:mcdioctl 668 if (te->data_len > sizeof entries) 670 error = mcd_toc_entries(sc, te, entries, &count); 673 error = copyout(entries, te->data, uimin(te->data_len, 678 struct ioc_read_toc_entry_buf *te = addr; local in function:mcdioctl 680 if (te->req.data_len > sizeof te->entry) 682 return mcd_toc_entries(sc, &te->req, te->entry, &count) [all...] |
/src/sys/dev/pci/cxgb/ |
cxgb_offload.c | 1220 struct toe_tid_entry *te; local in function:cxgb_redirect 1250 te = lookup_tid(ti, tid); 1251 BUG_ON(!te); 1252 if (te->ctx && te->client && te->client->redirect) { 1253 update_tcb = te->client->redirect(te->ctx, old, new,
|
/src/usr.bin/ftp/ |
cmds.c | 2049 const char *tp[9], *te[9]; local in function:domap 2069 te[toknum] = cp1; 2118 while (cp3 != te[toknum]) { 2144 te[toknum]) { 2192 while (cp3 != te[toknum]) {
|
/src/sys/dev/scsipi/ |
cd.c | 1159 do_cdioreadentries(struct cd_softc *cd, struct ioc_read_toc_entry *te, 1165 u_int len = te->data_len; 1174 error = cd_read_toc(cd, CD_TOC_FORM, te->address_format, 1175 te->starting_track, toc, 1180 if (te->address_format == CD_LBA_FORMAT) 1296 struct ioc_read_toc_entry *te = addr; local in function:cdioctl 1297 error = do_cdioreadentries(cd, te, &toc); 1300 return copyout(toc.entries, te->data, uimin(te->data_len, 1305 struct ioc_read_toc_entry_buf *te = addr local in function:cdioctl [all...] |
/src/sys/arch/sparc/sparc/ |
pmap.c | 1389 int te; local in function:mmu_reservemon4m 1416 te = srmmu_bypass_read(rom_ctxtbl); /* i.e. context 0 */ 1418 switch (te & SRMMU_TETYPE) { 1429 mmu_setup4m_L1(te, kpmap); 1442 unsigned int te; local in function:mmu_setup4m_L1 1465 te = srmmu_bypass_read(regtblrover); 1466 switch(te & SRMMU_TETYPE) { 1486 (te & SRMMU_L1PPNMASK) | 1489 (te & SRMMU_PGBITSMSK) | 1490 ((te & SRMMU_PROT_MASK) 1512 unsigned int te; local in function:mmu_setup4m_L2 1561 unsigned int te; local in function:mmu_setup4m_L3 7863 int te; local in function:debug_pagetables [all...] |