Searched refs:crtime (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/isofs/cd9660/
H A Dcd9660_node.c336 int crtime, days; local
364 crtime = ((((days * 24) + hour) * 60 + minute) * 60) + second;
368 crtime -= tz * 15 * 60;
370 pu->tv_sec = crtime;
/openbsd-current/gnu/usr.sbin/mkhybrid/src/
H A Dmkisofs.c695 int FDECL2(iso9660_date,char *, result, time_t, crtime){
697 local = localtime(&crtime);
710 local = gmtime(&crtime);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwince.c1566 FILETIME crtime, actime, wrtime; local
1611 CeGetFileTime (h, &crtime, &actime, &wrtime);
1624 !CeGetFileTime (h, &crtime, &actime, &wrtime) ||

Completed in 212 milliseconds