| /freebsd-12.1/usr.bin/script/ |
| H A D | script.c | 98 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 D | f-exp.c | 249 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 D | objc-exp.c | 266 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 D | c-exp.c | 263 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 D | f-exp.y | 147 struct type **tvec; member 158 %type <tvec> nonempty_typelist
|
| H A D | objc-exp.y | 147 struct type **tvec; member 160 %type <tvec> nonempty_typelist
|
| H A D | c-exp.y | 146 struct type **tvec; member 158 %type <tvec> nonempty_typelist
|
| H A D | m2-exp.y | 149 struct type **tvec; member
|
| H A D | p-exp.y | 150 struct type **tvec; member
|
| H A D | m2-exp.c | 274 struct type **tvec; member
|
| H A D | p-exp.c | 246 struct type **tvec; member
|
| /freebsd-12.1/sys/powerpc/include/ |
| H A D | openpicvar.h | 41 uint32_t tvec; member
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | openpic.c | 406 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 D | printjob.c | 1454 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 D | ctau.c | 397 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 D | ChangeLog-9193 | 7447 * 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.
|