Searched refs:tvec (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/script/ |
H A D | script.c | 183 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_44/usr/src/cmd/refer/ |
H A D | refer6.c | 31 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_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | signalmap.c | 79 struct sigvec tvec, *tvecp; in sigvec() local 91 tvec = *nvec; in sigvec() 92 tvecp = &tvec; in sigvec()
|