Lines Matching defs:tbuf
392 char tbuf[64];
399 (void) ctime_r(&t, tbuf, sizeof (tbuf));
401 (void) fprintf(fp, tbuf);
433 makedumpdate(dumpdates_t *ddp, char *tbuf)
445 if (!ddp || !tbuf)
447 else if (!(nmp = get_ddname(&tbuf))) {
450 } else if ((ddp->dd_level = get_ddlevel(&tbuf)) < 0) {
453 } else if (!(un_buf = get_ddate(&tbuf))) {
481 char tbuf[BUFSIZ];
487 if (getaline(fp, tbuf, sizeof (tbuf)) != tbuf)
489 } while (!*tbuf);
491 if (makedumpdate(ddatep, tbuf) < 0)
493 "Unknown intermediate format in %s, line %d", tbuf, *recno);
962 char tbuf[64];
974 (void) ctime_r(&ddate, tbuf, sizeof (tbuf));
975 rv = zfs_prop_set(zhp, zfs_dumpdate_props[level], tbuf);
999 char tbuf[64];
1011 (void) ctime_r(&ddate, tbuf, sizeof (tbuf));
1012 rv = zfs_prop_set(zhp, zfs_dumpdate_props[level], tbuf);