Home
last modified time | relevance | path

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

/illumos-gate/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()
/illumos-gate/usr/src/cmd/refer/
H A Drefer6.c29 putref(int n, char *tvec[]) in putref() argument
38 s = tvec[i]; in putref()
95 la = (tvec[i+1][1] != 'A'); in putref()
128 fprintf(fo, ".][ %s%c", class(n, tvec), '\n'); in putref()