Home
last modified time | relevance | path

Searched refs:timestamp_buf (Results 1 – 6 of 6) sorted by relevance

/dports/net/vncreflector/vnc_reflector/
H A Dfbs_files.c171 CARD8 timestamp_buf[8]; in fbs_write_data() local
189 buf_put_CARD32(&timestamp_buf[padding], timestamp); in fbs_write_data()
193 fwrite(timestamp_buf, 1, 4 + padding, s_fbs_fp) != 4 + padding) { in fbs_write_data()
/dports/finance/gnucash/gnucash-4.9/libgnucash/engine/
H A Dqoflog.cpp176 char timestamp_buf[10]; in log4glib_handler() local
189 qof_strftime(timestamp_buf, 9, format_24hour, &now_tm); in log4glib_handler()
192 timestamp_buf, in log4glib_handler()
/dports/databases/grass7/grass-7.8.6/raster/r.sim/simlib/
H A Doutput.c105 char timestamp_buf[15]; in output_data() local
127 sprintf(timestamp_buf, "%d minutes", tt_minutes); in output_data()
128 G_scan_timestamp(&timestamp, timestamp_buf); in output_data()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/txn/
H A Dtxn_timestamp.c74 char timestamp_buf[2 * WT_TIMESTAMP_SIZE + 1]; in __wt_verbose_timestamp() local
77 (__wt_timestamp_to_hex_string(session, timestamp_buf, ts) != 0)) in __wt_verbose_timestamp()
81 WT_VERB_TIMESTAMP, "Timestamp %s : %s", timestamp_buf, msg); in __wt_verbose_timestamp()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/examples/c/
H A Dex_all.c950 char timestamp_buf[2 * WT_TIMESTAMP_SIZE + 1]; in transaction_ops() local
960 conn, timestamp_buf, "get=all_committed")); in transaction_ops()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dlog.c187 static size_t _make_timestamp(char *timestamp_buf, size_t max, in _make_timestamp() argument
196 return strftime(timestamp_buf, max, timestamp_fmt, &timestamp_tm); in _make_timestamp()