Lines Matching refs:timebuf
264 char timebuf[CVS_TIME_BUFSZ], thishost[HOST_NAME_MAX+1]; in cvs_edit_local() local
280 asctime_r(&t, timebuf); in cvs_edit_local()
281 timebuf[strcspn(timebuf, "\n")] = '\0'; in cvs_edit_local()
290 cf->file_name, timebuf, thishost, wdir); in cvs_edit_local()
331 char bfpath[PATH_MAX], timebuf[64], thishost[HOST_NAME_MAX+1]; in cvs_unedit_local() local
364 asctime_r(&t, timebuf); in cvs_unedit_local()
365 timebuf[strcspn(timebuf, "\n")] = '\0'; in cvs_unedit_local()
374 cf->file_name, timebuf, thishost, wdir); in cvs_unedit_local()
396 memset(timebuf, 0, sizeof(timebuf)); in cvs_unedit_local()
397 ctime_r(&cf->file_ent->ce_mtime, timebuf); in cvs_unedit_local()
398 timebuf[strcspn(timebuf, "\n")] = '\0'; in cvs_unedit_local()
406 cf->file_name, rbuf, timebuf, cf->file_ent->ce_opts ? in cvs_unedit_local()