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