HomeSort by relevance Sort by last modified time
    Searched refs:time_buf (Results 1 - 22 of 22) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sgs/libconv/common/
time.c 39 Conv_time_buf_t *time_buf)
63 (void) snprintf(time_buf->buf, sizeof (time_buf->buf),
66 (void) snprintf(time_buf->buf, sizeof (time_buf->buf),
69 (void) snprintf(time_buf->buf, sizeof (time_buf->buf),
72 return ((const char *)time_buf);
  /onnv/onnv-gate/usr/src/cmd/acct/
acctcon1.c 86 static char time_buf[50]; variable
144 cftime(time_buf, DATE_FMT, &wb.ut_xtime);
145 printf("\t%s", time_buf);
231 cftime(time_buf, DATE_FMT, &wb.ut_xtime);
232 fprintf(stream, "\t%s", time_buf);
276 cftime(time_buf, DATE_FMT, &wb.ut_xtime);
281 time_buf);
356 cftime(time_buf, DATE_FMT, &told);
357 fprintf(stderr, "The old time is: %s", time_buf);
358 cftime(time_buf, DATE_FMT, &tnew)
    [all...]
acctcon.c 84 static char time_buf[50]; variable
210 cftime(time_buf, DATE_FMT, &wb.ut_xtime);
211 fprintf(stream, "\t%s", time_buf);
254 cftime(time_buf, DATE_FMT, &wb.ut_xtime);
259 time_buf);
335 cftime(time_buf, DATE_FMT, &told);
336 fprintf(stderr, "acctcon: bad times: old: %s", time_buf);
337 cftime(time_buf, DATE_FMT, &tnew);
338 fprintf(stderr, "new: %s", time_buf);
394 cftime(time_buf, DATE_FMT, &firstime)
    [all...]
fwtmp.c 40 static char time_buf[50]; variable
78 cftime(time_buf, DATE_FMT, &Ut.ut_xtime);
98 time_buf);
acctcom.c 50 static char time_buf[50]; variable
337 cftime(time_buf, DATE_FMT, &t);
338 fprintf(stdout, "\nACCOUNTING RECORDS FROM: %s", time_buf);
350 cftime(time_buf, DATE_FMT, &ts_a);
351 fprintf(stdout, "START AFT: %s", time_buf);
355 cftime(time_buf, DATE_FMT, &ts_b);
356 fprintf(stdout, "START BEF: %s", time_buf);
360 cftime(time_buf, DATE_FMT, &te_a);
361 fprintf(stdout, "END AFTER: %s", time_buf);
365 cftime(time_buf, DATE_FMT, &te_b)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/krb5/kwarn/
kwarnd_send.c 81 char time_buf[40]; local
133 cftime(time_buf, "%c", &tod);
136 progname, myhostname, time_buf);
  /onnv/onnv-gate/usr/src/lib/libdhcpagent/common/
dhcpagent_util.c 212 static char time_buf[24]; local
218 if (strftime(time_buf, sizeof (time_buf), "%m/%d/%Y %R",
222 return (time_buf);
  /onnv/onnv-gate/usr/src/cmd/wall/
wall.c 79 static char time_buf[50]; variable
204 (void) strftime(time_buf, sizeof (time_buf),
323 who, line, systm, time_buf);
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
files.c 36 static char time_buf[50]; variable
154 (void) strftime(time_buf, sizeof (time_buf),
158 rp->secure->size, time_buf);
exec.c 264 static char time_buf[50]; variable
348 (void) strftime(time_buf, sizeof (time_buf),
382 (void) strftime(time_buf, sizeof (time_buf),
1094 av[ac++] = arg_string(TRUSTED, "%s", time_buf);
1106 av[ac++] = arg_string(TRUSTED, "%s", time_buf);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/write/
write.c 101 char time_buf[40]; local
359 (void) strftime(time_buf, sizeof (time_buf),
364 &ownname[0], thissys, oterminal, time_buf);
  /onnv/onnv-gate/usr/src/cmd/bart/
create.c 316 char time_buf[1024]; local
321 (void) strftime(time_buf, sizeof (time_buf), "%A, %B %d, %Y (%T)", tm);
322 (void) printf("! %s\n", time_buf);
  /onnv/onnv-gate/usr/src/cmd/news/
news.c 88 char time_buf[50]; /* holds date and time string */ variable
294 cftime(time_buf, DATE_FMT, &sbuf.st_mtime);
295 printf (" %s\n", time_buf);
  /onnv/onnv-gate/usr/src/cmd/who/
who.c 147 static char time_buf[128]; /* holds date and time string */ variable
532 (void) strftime(time_buf, sizeof (time_buf),
568 (void) printf("%-*s %c %-12s %s", NMAX, user, w, device, time_buf);
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/
logging.c 285 char time_buf[256]; local
310 time_buf[0]='\0';
321 sprintf(time_buf, "%02d-%s-%4d %02d:%02d:%02d.%03ld ",
377 (chan->flags & LOG_TIMESTAMP) ? time_buf : "",
412 (chan->flags & LOG_TIMESTAMP) ? time_buf : "",
  /onnv/onnv-gate/usr/src/cmd/pr/
pr.c 123 static char time_buf[50]; /* array to hold the time and date */ variable
1437 (void) cftime(time_buf,
1440 now = time_buf;
1445 (void) cftime(time_buf, dcgettext(NULL, FORMAT, LC_TIME),
1447 return (time_buf);
  /onnv/onnv-gate/usr/src/cmd/fs.d/
mount.c 606 char time_buf[TIME_MAX]; /* array to hold date and time */ local
622 cftime(time_buf, FORMAT, &ltime);
638 time_buf);
645 time_buf);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/diff/
diff.c 800 char time_buf[BUFSIZ]; local
820 (void) cftime(time_buf, dcmsg, &stb1.st_mtime);
823 time_buf);
826 time_buf);
827 (void) cftime(time_buf, dcmsg, &stb2.st_mtime);
830 time_buf);
833 time_buf);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ls/
ls.c 341 static char time_buf[FMTSIZE]; /* array to hold day and time */ variable
1312 curcol += printf("%s", time_buf);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cfgadm/
cfgadm.c 1391 char time_buf[50]; /* array to hold day and time */ local
1405 (void) strftime(time_buf, sizeof (time_buf),
1408 (void) strftime(time_buf, sizeof (time_buf),
1411 (void) sprintf(lp, "%-*s", width, time_buf);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/tsol/tnd/
tnd.c 190 char time_buf[_SZ_TIME_BUF]; variable
    [all...]
  /onnv/onnv-gate/usr/src/cmd/svc/startd/
graph.c 3498 char down_buf[256], time_buf[256]; local
    [all...]

Completed in 5639 milliseconds