Home
last modified time | relevance | path

Searched refs:systime (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/devices/
H A Dusb-header.awk31 print "#\tHeader created on " strftime( "%A, %d %b %Y %H:%M:%S %Z", systime() ) > ofile function
H A Dpci-header.awk29 print "#\tHeader created on " strftime( "%A, %d %b %Y %H:%M:%S %Z", systime() ) > ofile function
/haiku/src/kits/interface/
H A DMenu.cpp2331 bigtime_t systime = system_time(); in _UpdateStateOpenSelect() local
2333 if (!inNavArea || (navigationAreaTime > 0 && systime - in _UpdateStateOpenSelect()