Home
last modified time | relevance | path

Searched refs:offsetstr (Results 51 – 60 of 60) sorted by relevance

123

/dports/security/sudo/sudo-1.9.8p2/lib/eventlog/
H A Deventlog.c103 char sessid[7], offsetstr[64] = ""; in new_logline() local
139 (void)snprintf(offsetstr, sizeof(offsetstr), "@%lld.%02ld", in new_logline()
143 (void)snprintf(offsetstr, sizeof(offsetstr), "@%lld", in new_logline()
175 len += sizeof(LL_TSID_STR) + 2 + strlen(tsid) + strlen(offsetstr); in new_logline()
267 strlcat(line, offsetstr, len) >= len || in new_logline()
/dports/devel/p5-Date-Manip/Date-Manip-6.85/examples/
H A Ddm_zdump147 my($startUT,$startLT,$offsetstr,$offset,$abbrev,$isdst,$endUT,$endLT)
/dports/emulators/mess/mame-mame0226/src/emu/
H A Dsoftlist.cpp701 const std::string &offsetstr = attrvalues[4]; in parse_data_start() local
708 u32 offset = offsetstr.empty() ? 0 : strtol(offsetstr.c_str(), nullptr, 0); in parse_data_start()
/dports/emulators/mame/mame-mame0226/src/emu/
H A Dsoftlist.cpp701 const std::string &offsetstr = attrvalues[4]; in parse_data_start() local
708 u32 offset = offsetstr.empty() ? 0 : strtol(offsetstr.c_str(), nullptr, 0); in parse_data_start()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdkafka_partition.c3489 char offsetstr[32]; in rd_kafka_topic_partition_list_str() local
3502 rd_snprintf(offsetstr, sizeof(offsetstr), in rd_kafka_topic_partition_list_str()
3505 offsetstr[0] = '\0'; in rd_kafka_topic_partition_list_str()
3514 offsetstr, in rd_kafka_topic_partition_list_str()
/dports/devel/p5-Date-Manip/Date-Manip-6.85/internal/
H A Dmodule.isp519 offsetstr
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdkafka_partition.c4001 char offsetstr[32]; in rd_kafka_topic_partition_list_str() local
4014 rd_snprintf(offsetstr, sizeof(offsetstr), in rd_kafka_topic_partition_list_str()
4017 offsetstr[0] = '\0'; in rd_kafka_topic_partition_list_str()
4026 offsetstr, in rd_kafka_topic_partition_list_str()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdkafka_partition.c3986 char offsetstr[32]; in rd_kafka_topic_partition_list_str() local
3999 rd_snprintf(offsetstr, sizeof(offsetstr), in rd_kafka_topic_partition_list_str()
4002 offsetstr[0] = '\0'; in rd_kafka_topic_partition_list_str()
4011 offsetstr, in rd_kafka_topic_partition_list_str()
/dports/biology/avida/avida-2.12.4-src/avida-core/source/main/
H A DcPopulation.cc5788 cString offsetstr; in SavePopulation() local
5801 offsetstr.Set("%d", cells[0].offset); in SavePopulation()
5815 offsetstr += cStringUtil::Stringf(",%d", cells[cell_i].offset); in SavePopulation()
5843 else df.Write(offsetstr, "Gestation (CPU) Cycle Offsets", "gest_offset"); in SavePopulation()
6017 cString offsetstr(tmp.props->Get("gest_offset")); in LoadPopulation() local
6018 if (offsetstr.GetSize()) { in LoadPopulation()
6019 while (offsetstr.GetSize()) tmp.offsets.Push(offsetstr.Pop(',').AsInt()); in LoadPopulation()
/dports/devel/p5-Date-Manip/Date-Manip-6.85/lib/Date/Manip/
H A DTZ.pod181 [ $dateUT, $dateLT, $offsetstr, $offset, $abbrev, $isdst,
190 C<$offsetstr> is the string representation of the offset ("+05:00:00")

123