Searched refs:tnew (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libast/common/uwin/
H A Dgetpass.c52 struct termios told,tnew; local
61 tnew = told;
62 tnew.c_lflag &= ~(ECHO|ECHOE|ECHOK|ECHONL);
63 if(tcsetattr(sffileno(iop),TCSANOW,&tnew) < 0)
/opensolaris-onvv-gate/usr/src/lib/libshell/common/sh/
H A Dtimers.c67 struct itimerval tnew, told; local
68 tnew.it_value.tv_sec = t;
69 tnew.it_value.tv_usec = 1.e6*(t- (double)tnew.it_value.tv_sec);
70 if(t && tnew.it_value.tv_sec==0 && tnew.it_value.tv_usec<1000)
71 tnew.it_value.tv_usec = 1000;
72 tnew.it_interval.tv_sec = 0;
73 tnew.it_interval.tv_usec = 0;
74 if(setitimer(ITIMER_REAL,&tnew,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/acct/
H A Dacctcon1.c351 tnew; /* time of this record */ local
355 tnew = wb.ut_xtime;
358 cftime(time_buf, DATE_FMT, &tnew);
360 if (told > tnew) {
363 cftime(time_buf, DATE_FMT, &tnew);
366 tp->ttime = tnew;
369 tp->ttime = tnew;
379 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told),
386 tp->ttotal += tnew-told;
402 if (pnpsplit(cb.ct_start, (ulong_t)(tnew
[all...]
H A Dacctcon.c329 tnew; /* time of this record */ local
333 tnew = wb.ut_xtime;
334 if (told > tnew) {
337 cftime(time_buf, DATE_FMT, &tnew);
340 tp->ttime = tnew;
343 tp->ttime = tnew;
355 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told),
362 tp->ttotal += tnew-told;
375 if (pnpsplit(cb.ct_start, (ulong_t)(tnew-told),
382 tp->ttotal += tnew
[all...]
/opensolaris-onvv-gate/usr/src/cmd/ls/
H A Dls.c634 char *told, *tnew; local
665 tnew = told + strlen(told) + 1;
669 tnew[0] = ' ';
670 (void) strlcat(tnew, p,
672 (void) strlcat(tnew, " ",
675 (const char *)tnew;

Completed in 117 milliseconds