Home
last modified time | relevance | path

Searched refs:ident_ (Results 1 – 25 of 109) sorted by relevance

12345

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/src/logging/
H A Dsyslog_plugin.h57 std::strncpy(ident_, ident.c_str(), kMaxIdentSize); in open()
58 ident_[kMaxIdentSize - 1] = '\0'; in open()
59 openlog(ident_, LOG_CONS | LOG_NDELAY, LOG_DAEMON); in open()
91 char ident_[kMaxIdentSize]; variable
/dports/games/nxengine/nxengine-evo-2.6.5-1/deps/spdlog/sinks/
H A Dsyslog_sink.h31 : ident_(std::move(ident)) in ident_() function
42 ::openlog(ident_.empty() ? nullptr : ident_.c_str(), syslog_option, syslog_facility); in ident_()
65 const std::string ident_; variable
/dports/devel/spdlog/spdlog-1.9.2/include/spdlog/sinks/
H A Dsyslog_sink.h33 , ident_{std::move(ident)}
36 ::openlog(ident_.empty() ? nullptr : ident_.c_str(), syslog_option, syslog_facility);
80 const std::string ident_; variable
/dports/deskutils/flameshot/flameshot-0.10.2/external/spdlog/include/spdlog/sinks/
H A Dsyslog_sink.h33 , ident_{std::move(ident)}
36 ::openlog(ident_.empty() ? nullptr : ident_.c_str(), syslog_option, syslog_facility);
80 const std::string ident_; variable
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/spdlog/sinks/
H A Dsyslog_sink.h33 , ident_{std::move(ident)}
36 ::openlog(ident_.empty() ? nullptr : ident_.c_str(), syslog_option, syslog_facility);
80 const std::string ident_; variable
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Daxisar.c21 extern /* Subroutine */ int ident_(doublereal *); in axisar_()
241 ident_(r__); in axisar_()
H A Dtkfram.c56 ident_(doublereal *), errch_(char *, char *, ftnlen, ftnlen); in tkfram_()
445 ident_(rot); in tkfram_()
564 ident_(rot); in tkfram_()
636 ident_(rot); in tkfram_()
714 ident_(rot); in tkfram_()
736 ident_(rot); in tkfram_()
768 ident_(rot); in tkfram_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Daxisar.c21 extern /* Subroutine */ int ident_(doublereal *); in axisar_()
241 ident_(r__); in axisar_()
H A Dtkfram.c56 ident_(doublereal *), errch_(char *, char *, ftnlen, ftnlen); in tkfram_()
445 ident_(rot); in tkfram_()
564 ident_(rot); in tkfram_()
636 ident_(rot); in tkfram_()
714 ident_(rot); in tkfram_()
736 ident_(rot); in tkfram_()
768 ident_(rot); in tkfram_()
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Drecipe.cpp133 ident_ = recipe_id( jo.get_string( "abstract" ) ); in load()
136 ident_ = recipe_id( result_.str() ); in load()
143 ident_ = recipe_id( ident_.str() + "_" + jo.get_string( "id_suffix" ) ); in load()
341 const requirement_id req_id( "inline_blueprint_" + type + "_" + ident_.str() ); in load()
355 const requirement_id req_id( "inline_" + type + "_" + ident_.str() ); in load()
390 debugmsg( "proficiency %s does not exist in recipe %s", rpof.id.str(), ident_.str() ); in finalize()
395 rpof.id.str(), ident_.str() ); in finalize()
399 ident_.str() ); in finalize()
404 … rpof.id.str(), ident_.str(), rpof.time_multiplier, rpof.id->default_time_multiplier() ); in finalize()
1005 ident_.str(), os.str() ); in check_blueprint_requirements()
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Drecipe.cpp133 ident_ = recipe_id( jo.get_string( "abstract" ) ); in load()
136 ident_ = recipe_id( result_.str() ); in load()
143 ident_ = recipe_id( ident_.str() + "_" + jo.get_string( "id_suffix" ) ); in load()
341 const requirement_id req_id( "inline_blueprint_" + type + "_" + ident_.str() ); in load()
355 const requirement_id req_id( "inline_" + type + "_" + ident_.str() ); in load()
390 debugmsg( "proficiency %s does not exist in recipe %s", rpof.id.str(), ident_.str() ); in finalize()
395 rpof.id.str(), ident_.str() ); in finalize()
399 ident_.str() ); in finalize()
404 … rpof.id.str(), ident_.str(), rpof.time_multiplier, rpof.id->default_time_multiplier() ); in finalize()
1005 ident_.str(), os.str() ); in check_blueprint_requirements()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/include/votca/csg/
H A Dcgmoleculedef.h60 const std::string &getIdent() { return ident_; } in InitializeStatics()
77 std::string ident_; in InitializeStatics()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/csg/csg-da5c1dc/include/votca/csg/
H A Dcgmoleculedef.h60 const std::string &getIdent() { return ident_; } in getIdent()
77 std::string ident_; variable
/dports/multimedia/snapcast/snapcast-0.25.0/common/
H A Daixlog.hpp948 SinkAndroid(const std::string& ident, const Filter& filter) : Sink(filter), ident_(ident) in SinkAndroid()
979 if (!ident_.empty() && !tag.empty()) in log()
980 log_tag = ident_ + "." + tag; in log()
981 else if (!ident_.empty()) in log()
982 log_tag = ident_; in log()
992 std::string ident_; member
1057 …e(const std::string& ident, const Filter& filter) : Sink(filter), log_sink_(nullptr), ident_(ident) in SinkNative()
1060 log_sink_ = std::make_shared<SinkAndroid>(ident_, filter); in SinkNative()
1066 log_sink_ = std::make_shared<SinkSyslog>(ident_.c_str(), filter); in SinkNative()
1086 std::string ident_; member
/dports/www/firefox-esr/firefox-91.8.0/mozglue/baseprofiler/lul/
H A DLulCommonExt.h420 ident_ = ident; in Expr()
429 ident_ = nullptr; in Expr()
446 return std::string(FromUniqueString(ident_)) + std::string(buf); in getExprPostfix()
456 const UniqueString* ident_; member
/dports/lang/spidermonkey78/firefox-78.9.0/tools/profiler/lul/
H A DLulCommonExt.h420 ident_ = ident; in Expr()
429 ident_ = nullptr; in Expr()
446 return std::string(FromUniqueString(ident_)) + std::string(buf); in getExprPostfix()
456 const UniqueString* ident_; member
/dports/lang/spidermonkey60/firefox-60.9.0/tools/profiler/lul/
H A DLulCommonExt.h420 ident_ = ident; in Expr()
429 ident_ = nullptr; in Expr()
446 return std::string(FromUniqueString(ident_)) + std::string(buf); in getExprPostfix()
456 const UniqueString* ident_; member
/dports/mail/thunderbird/thunderbird-91.8.0/tools/profiler/lul/
H A DLulCommonExt.h420 ident_ = ident; in Expr()
429 ident_ = nullptr; in Expr()
446 return std::string(FromUniqueString(ident_)) + std::string(buf); in getExprPostfix()
456 const UniqueString* ident_; member
/dports/www/firefox/firefox-99.0/tools/profiler/lul/
H A DLulCommonExt.h420 ident_ = ident; in Expr()
429 ident_ = nullptr; in Expr()
446 return std::string(FromUniqueString(ident_)) + std::string(buf); in getExprPostfix()
456 const UniqueString* ident_; member
/dports/www/firefox/firefox-99.0/mozglue/baseprofiler/lul/
H A DLulCommonExt.h420 ident_ = ident; in Expr()
429 ident_ = nullptr; in Expr()
446 return std::string(FromUniqueString(ident_)) + std::string(buf); in getExprPostfix()
456 const UniqueString* ident_; member
/dports/www/firefox-legacy/firefox-52.8.0esr/tools/profiler/lul/
H A DLulCommonExt.h463 ident_ = ident; in Expr()
472 ident_ = nullptr; in Expr()
489 return std::string(FromUniqueString(ident_)) + std::string(buf); in getExprPostfix()
499 const UniqueString* ident_; member
/dports/www/firefox-esr/firefox-91.8.0/tools/profiler/lul/
H A DLulCommonExt.h420 ident_ = ident; in Expr()
429 ident_ = nullptr; in Expr()
446 return std::string(FromUniqueString(ident_)) + std::string(buf); in getExprPostfix()
456 const UniqueString* ident_; member
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/baseprofiler/lul/
H A DLulCommonExt.h420 ident_ = ident; in Expr()
429 ident_ = nullptr; in Expr()
446 return std::string(FromUniqueString(ident_)) + std::string(buf); in getExprPostfix()
456 const UniqueString* ident_; member
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/baseprofiler/lul/
H A DLulCommonExt.h420 ident_ = ident; in Expr()
429 ident_ = nullptr; in Expr()
446 return std::string(FromUniqueString(ident_)) + std::string(buf); in getExprPostfix()
456 const UniqueString* ident_; member
/dports/devel/aixlog/aixlog-1.5.0/include/
H A Daixlog.hpp958 SinkAndroid(const std::string& ident, const Filter& filter) : Sink(filter), ident_(ident) in SinkAndroid()
989 if (!ident_.empty() && !tag.empty()) in log()
990 log_tag = ident_ + "." + tag; in log()
991 else if (!ident_.empty()) in log()
992 log_tag = ident_; in log()
1002 std::string ident_; member
1075 …e(const std::string& ident, const Filter& filter) : Sink(filter), log_sink_(nullptr), ident_(ident) in SinkNative()
1078 log_sink_ = std::make_shared<SinkAndroid>(ident_, filter); in SinkNative()
1084 log_sink_ = std::make_shared<SinkSyslog>(ident_.c_str(), filter); in SinkNative()
1104 std::string ident_; member

12345