Home
last modified time | relevance | path

Searched refs:tvec (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/usr.bin/script/
H A Dscript.c98 time_t tvec, start; in main() local
195 tvec = time(NULL); in main()
199 ctime(&tvec)); in main()
240 start = tvec = time(0); in main()
253 tv.tv_sec = flushtime - (tvec - start); in main()
293 tvec = time(0); in main()
294 if (tvec - start >= flushtime) { in main()
296 start = tvec; in main()
356 time_t tvec; in done() local
360 tvec = time(NULL); in done()
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Df-exp.c249 struct type **tvec; member
1709 { free (yyvsp[-1].tvec); yyval.voidval = 0; }
1779 { yyval.tvec = (struct type **) xmalloc (sizeof (struct type *) * 2);
1781 yyval.tvec[1] = yyvsp[0].tval;
1788 yyval.tvec = (struct type **) xrealloc ((char *) yyvsp[-2].tvec, len);
1789 yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
H A Dobjc-exp.c266 struct type **tvec; member
2194 { free (yyvsp[-1].tvec); yyval.voidval = 0; }
2373 { yyval.tvec = (struct type **) xmalloc (sizeof (struct type *) * 2);
2375 yyval.tvec[1] = yyvsp[0].tval;
2382 yyval.tvec = (struct type **) xrealloc ((char *) yyvsp[-2].tvec, len);
2383 yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
H A Dc-exp.c263 struct type **tvec; member
2127 { free (yyvsp[-1].tvec); yyval.voidval = 0; }
2396 { yyval.tvec = (struct type **) xmalloc (sizeof (struct type *) * 2);
2398 yyval.tvec[1] = yyvsp[0].tval;
2405 yyval.tvec = (struct type **) xrealloc ((char *) yyvsp[-2].tvec, len);
2406 yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
H A Df-exp.y147 struct type **tvec; member
158 %type <tvec> nonempty_typelist
H A Dobjc-exp.y147 struct type **tvec; member
160 %type <tvec> nonempty_typelist
H A Dc-exp.y146 struct type **tvec; member
158 %type <tvec> nonempty_typelist
H A Dm2-exp.y149 struct type **tvec; member
H A Dp-exp.y150 struct type **tvec; member
H A Dm2-exp.c274 struct type **tvec; member
H A Dp-exp.c246 struct type **tvec; member
/freebsd-12.1/sys/powerpc/include/
H A Dopenpicvar.h41 uint32_t tvec; member
/freebsd-12.1/sys/powerpc/powerpc/
H A Dopenpic.c406 sc->sc_saved_timers[i].tvec = bus_read_4(sc->sc_memr, OPENPIC_TVEC(i)); in openpic_suspend()
437 bus_write_4(sc->sc_memr, OPENPIC_TVEC(i), sc->sc_saved_timers[i].tvec); in openpic_resume()
/freebsd-12.1/usr.sbin/lpr/lpd/
H A Dprintjob.c1454 time_t tvec; in banner() local
1456 time(&tvec); in banner()
1468 (void) write(ofd, ctime(&tvec), 24); in banner()
1482 (void) write(ofd, ctime(&tvec), 24); in banner()
/freebsd-12.1/sys/dev/ctau/
H A Dctau.c397 static cr_dat_tst_t tvec [] = {{ 114, 178 }, { 182, 182 }}; in ct_init() local
433 } else if (ct_download (port, tau, tlen, tvec)) { in ct_init()
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-91937447 * ecoff.c: Remove close_and_cleanup. New tvec regime.
7448 * icoff.c, m88k-bcs.c: Add write_contents to tvec.
7450 to tvec.
7456 srec_write_object_contents. Add write_contents to tvec.