Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/script/
H A Dscript.c183 time_t tvec; in dooutput() local
189 tvec = time((time_t *)0); in dooutput()
190 strftime(tbuf, BUFSIZ, "%c", localtime(&tvec)); in dooutput()
244 time_t tvec; in done() local
248 tvec = time((time_t *)0); in done()
249 strftime(tbuf, BUFSIZ, "%c", localtime(&tvec)); in done()
/titanic_41/usr/src/cmd/refer/
H A Drefer6.c31 putref(int n, char *tvec[]) in putref() argument
40 s = tvec[i]; in putref()
97 la = (tvec[i+1][1] != 'A'); in putref()
130 fprintf(fo, ".][ %s%c", class(n, tvec), '\n'); in putref()
/titanic_41/usr/src/lib/libbc/libc/sys/common/
H A Dsignalmap.c79 struct sigvec tvec, *tvecp; in sigvec() local
91 tvec = *nvec; in sigvec()
92 tvecp = &tvec; in sigvec()