Searched refs:tvec (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/usr.bin/script/
H A Dscript.c96 time_t tvec, start; local
193 tvec = time(NULL);
197 ctime(&tvec));
238 start = tvec = time(0);
251 tv.tv_sec = flushtime - (tvec - start);
291 tvec = time(0);
292 if (tvec - start >= flushtime) {
294 start = tvec;
354 time_t tvec; local
358 tvec
[all...]
/freebsd-11-stable/sys/powerpc/include/
H A Dopenpicvar.h39 uint32_t tvec; member in struct:openpic_timer
/freebsd-11-stable/contrib/gdb/gdb/
H A Df-exp.c249 struct type **tvec; member in union:YYSTYPE
1712 { free (yyvsp[-1].tvec); yyval.voidval = 0; }
1782 { yyval.tvec = (struct type **) xmalloc (sizeof (struct type *) * 2);
1784 yyval.tvec[1] = yyvsp[0].tval;
1791 yyval.tvec = (struct type **) xrealloc ((char *) yyvsp[-2].tvec, len);
1792 yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
H A Dc-exp.c263 struct type **tvec; member in union:YYSTYPE
2130 { free (yyvsp[-1].tvec); yyval.voidval = 0; }
2399 { yyval.tvec = (struct type **) xmalloc (sizeof (struct type *) * 2);
2401 yyval.tvec[1] = yyvsp[0].tval;
2408 yyval.tvec = (struct type **) xrealloc ((char *) yyvsp[-2].tvec, len);
2409 yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
H A Dobjc-exp.c266 struct type **tvec; member in union:YYSTYPE
2197 { free (yyvsp[-1].tvec); yyval.voidval = 0; }
2376 { yyval.tvec = (struct type **) xmalloc (sizeof (struct type *) * 2);
2378 yyval.tvec[1] = yyvsp[0].tval;
2385 yyval.tvec = (struct type **) xrealloc ((char *) yyvsp[-2].tvec, len);
2386 yyval.tvec[yyval.ivec[0]] = yyvsp[0].tval;
H A Df-exp.y147 struct type **tvec;
158 %type <tvec> nonempty_typelist
H A Dc-exp.y146 struct type **tvec;
158 %type <tvec> nonempty_typelist
H A Dobjc-exp.y147 struct type **tvec;
160 %type <tvec> nonempty_typelist
H A Dm2-exp.y149 struct type **tvec;
H A Dm2-exp.c274 struct type **tvec; member in union:YYSTYPE
H A Dp-exp.y150 struct type **tvec;
H A Dp-exp.c246 struct type **tvec; member in union:YYSTYPE
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dopenpic.c404 sc->sc_saved_timers[i].tvec = bus_read_4(sc->sc_memr, OPENPIC_TVEC(i));
435 bus_write_4(sc->sc_memr, OPENPIC_TVEC(i), sc->sc_saved_timers[i].tvec);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1452 time_t tvec; local
1454 time(&tvec);
1466 (void) write(ofd, ctime(&tvec), 24);
1480 (void) write(ofd, ctime(&tvec), 24);
/freebsd-11-stable/sys/dev/ctau/
H A Dctau.c397 static cr_dat_tst_t tvec [] = {{ 114, 178 }, { 182, 182 }}; local
433 } else if (ct_download (port, tau, tlen, tvec)) {

Completed in 234 milliseconds