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",
125 kprintf(" last_modified_time = %" B_PRIx64 " (%" B_PRIdTIME ".%u)\n",
128 kprintf(" status_change_time = %" B_PRIx64 " (%" B_PRIdTIME ".%u)\n",
/haiku/src/kits/tracker/
H A DQueryPoseView.cpp274 PRINT(("%" B_PRIdTIME " minutes, %" B_PRIdTIME " seconds till next hour\n",
283 PRINT(("%" B_PRIdTIME " seconds till next minute\n", nextMinute - now));
H A DFindPanel.cpp1395 B_PRIdTIME "\n",
/haiku/headers/os/support/
H A DSupportDefs.h179 # define B_PRIdTIME B_PRId32 macro
182 # define B_PRIdTIME B_PRId64 macro
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp395 snprintf(buffer, bufferLength, "%s%" B_PRIdTIME ":%02" B_PRIdTIME "%s",
460 length += snprintf(text + length, sizeof(text) - length, "\n%" B_PRIdTIME
461 ":%02" B_PRIdTIME, fTimeLeft / 3600, (fTimeLeft / 60) % 60);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1626 # define B_PRIdTIME FSSH_B_PRId32 macro
1629 # define B_PRIdTIME FSSH_B_PRId64 macro
/haiku/src/add-ons/kernel/file_systems/fat/
H A Ddosfs.cpp104 kprintf("mode %#" B_PRIx32 ", size %" B_PRIdOFF ", time %" B_PRIdTIME
105 ", crtime %" B_PRIdTIME "\n", n->mode, n->st_size, n->st_time,
/haiku/src/servers/net/
H A DDHCPClient.cpp468 syslog(LOG_DEBUG, "%s: Timeout shift: %" B_PRIdTIME " msecs (try %" B_PRIu8 ")\n",
/haiku/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp838 kprintf(" last modified: %" B_PRIdTIME ".%ld\n", driver->last_modified.tv_sec,

Completed in 184 milliseconds