Home
last modified time | relevance | path

Searched refs:B_PRIdTIME (Results 1 – 10 of 10) sorted by relevance

/haiku/headers/build/
H A DHaikuBuildCompatibility.h284 # define B_PRIdTIME B_PRId32 macro
287 # define B_PRIdTIME B_PRId64 macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.cpp122 kprintf(" create_time = %" B_PRIx64 " (%" B_PRIdTIME ".%u)\n", in dump_inode()
125 kprintf(" last_modified_time = %" B_PRIx64 " (%" B_PRIdTIME ".%u)\n", in dump_inode()
128 kprintf(" status_change_time = %" B_PRIx64 " (%" B_PRIdTIME ".%u)\n", in dump_inode()
/haiku/headers/os/support/
H A DSupportDefs.h179 # define B_PRIdTIME B_PRId32 macro
182 # define B_PRIdTIME B_PRId64 macro
/haiku/src/kits/tracker/
H A DQueryPoseView.cpp313 PRINT(("%" B_PRIdTIME " minutes, %" B_PRIdTIME " seconds till next hour\n", in InitDirentIterator()
322 PRINT(("%" B_PRIdTIME " seconds till next minute\n", nextMinute - now)); in InitDirentIterator()
H A DFindPanel.cpp1924 B_PRIdTIME "\n", in BuildAttrQuery()
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp441 snprintf(buffer, bufferLength, "%s%" B_PRIdTIME ":%02" B_PRIdTIME "%s", in _SetLabel()
504 length += snprintf(text + length, sizeof(text) - length, "\n%" B_PRIdTIME in Update()
505 ":%02" B_PRIdTIME, fTimeLeft / 3600, (fTimeLeft / 60) % 60); in Update()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1629 # define B_PRIdTIME FSSH_B_PRId32 macro
1632 # define B_PRIdTIME FSSH_B_PRId64 macro
/haiku/src/servers/net/
H A DDHCPClient.cpp468 syslog(LOG_DEBUG, "%s: Timeout shift: %" B_PRIdTIME " msecs (try %" B_PRIu8 ")\n", in Shift()
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp837 kprintf(" last modified: %" B_PRIdTIME ".%ld\n", driver->last_modified.tv_sec, in dump_driver()
/haiku/docs/user/support/
H A DSupportDefs.dox849 \def B_PRIdTIME