Searched refs:time_buf (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/usr.sbin/npppctl/ |
| D | npppctl.c | 283 char ibytes_buf[48], obytes_buf[48], peer_buf[48], time_buf[48]; in fprint_who_all() local 287 strftime(time_buf, sizeof(time_buf), "%Y/%m/%d %T", &tm); in fprint_who_all() 312 sizeof(peer_buf)), time_buf, in fprint_who_all()
|
| /openbsd/src/gnu/usr.sbin/mkhybrid/src/ |
| D | multi.c | 236 char time_buf[7]; in FDECL4() local 273 iso9660_date((char *) time_buf, lstatbuf->st_ctime); in FDECL4() 274 if(memcmp(time_buf, pnt+offset, 7) == 0) in FDECL4() 280 iso9660_date((char *) time_buf, lstatbuf->st_mtime); in FDECL4() 281 if(memcmp(time_buf, pnt+offset, 7) == 0) in FDECL4()
|