Home
last modified time | relevance | path

Searched +defs:current +defs:prefix +defs:arg (Results 1 – 25 of 636) sorted by relevance

12345678910>>...26

/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dmemory.c41 size_t current; in mt_count_alloc() local
132 int qmem_walk(qmem_walk_fn *func, void *arg) in qmem_walk()
150 const char *prefix; member
154 static int qmem_exit_walker(void *arg, struct memgroup *mg, struct memtype *mt) in qmem_exit_walker()
175 int log_memstats(FILE *fp, const char *prefix) in log_memstats()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dmemory.c41 size_t current; in mt_count_alloc() local
132 int qmem_walk(qmem_walk_fn *func, void *arg) in qmem_walk()
150 const char *prefix; member
154 static int qmem_exit_walker(void *arg, struct memgroup *mg, struct memtype *mt) in qmem_exit_walker()
175 int log_memstats(FILE *fp, const char *prefix) in log_memstats()
/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_routemap.c132 route_value_adjust (struct rmap_value *rv, u_int32_t current, struct peer *peer) in route_value_adjust()
162 route_value_compile (const char *arg) in route_value_compile()
214 route_aspath_compile (const char *arg) in route_aspath_compile()
292 route_match_peer_compile (const char *arg) in route_match_peer_compile()
742 route_match_aspath_compile (const char *arg) in route_match_aspath_compile()
992 route_match_origin_compile (const char *arg) in route_match_origin_compile()
1491 route_set_community_compile (const char *arg) in route_set_community_compile()
1975 route_set_origin_compile (const char *arg) in route_set_origin_compile()
2610 const char *command, const char *arg) in bgp_route_match_add()
2633 const char *command, const char *arg) in bgp_route_match_delete()
[all …]
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_restrict.c102 static int matches_prefix (const char * path, const char * prefix) in matches_prefix()
162 struct sh_restrict_cond * current) in sh_restrict_test()
233 struct sh_restrict_cond * current = sh_restrict_list; in sh_restrict_this() local
259 static void sh_restrict_delete (struct sh_restrict_cond * current) in sh_restrict_delete()
286 struct sh_restrict_cond * current = sh_restrict_list; in sh_restrict_purge() local
359 static int set_cond(struct sh_restrict_cond * current, int i, in set_cond()
360 char * com, char * arg) in set_cond()
433 struct sh_restrict_cond * current = in sh_restrict_define() local
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_restrict.c102 static int matches_prefix (const char * path, const char * prefix) in matches_prefix()
162 struct sh_restrict_cond * current) in sh_restrict_test()
233 struct sh_restrict_cond * current = sh_restrict_list; in sh_restrict_this() local
259 static void sh_restrict_delete (struct sh_restrict_cond * current) in sh_restrict_delete()
286 struct sh_restrict_cond * current = sh_restrict_list; in sh_restrict_purge() local
359 static int set_cond(struct sh_restrict_cond * current, int i, in set_cond()
360 char * com, char * arg) in set_cond()
433 struct sh_restrict_cond * current = in sh_restrict_define() local
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_restrict.c102 static int matches_prefix (const char * path, const char * prefix) in matches_prefix()
162 struct sh_restrict_cond * current) in sh_restrict_test()
233 struct sh_restrict_cond * current = sh_restrict_list; in sh_restrict_this() local
259 static void sh_restrict_delete (struct sh_restrict_cond * current) in sh_restrict_delete()
286 struct sh_restrict_cond * current = sh_restrict_list; in sh_restrict_purge() local
359 static int set_cond(struct sh_restrict_cond * current, int i, in set_cond()
360 char * com, char * arg) in set_cond()
433 struct sh_restrict_cond * current = in sh_restrict_define() local
/dports/www/vimb/vimb-3.6.0/src/
H A Dex.c216 char *prefix; /* completion prefix like :, ? and / */ member
217 char *current; /* holds the current written input box content */ member
222 char *prefix; /* prefix that is prepended to the history item to for the complete command */ member
503 ExArg *arg = g_slice_new0(ExArg); in ex_run_string() local
775 static VbCmdResult execute(Client *c, const ExArg *arg) in execute()
787 static void free_cmdarg(ExArg *arg) in free_cmdarg()
958 static VbCmdResult ex_map(Client *c, const ExArg *arg) in ex_map()
1085 static VbCmdResult ex_set(Client *c, const ExArg *arg) in ex_set()
1257 ExArg *arg = g_slice_new0(ExArg); in complete() local
1410 char *current = g_strconcat(exhist.prefix, (char*)exhist.active->data, NULL); in history() local
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XPath/
H A DXPathBuilder.cs43 QilNode IXPathEnvironment.ResolveVariable(string prefix, string name) { in IXPathEnvironment.ResolveVariable()
50 string IXPathEnvironment.ResolvePrefix(string prefix) { in IXPathEnvironment.ResolvePrefix()
477 public virtual QilNode Variable(string prefix, string name) { in Variable()
481 public virtual QilNode Function(string prefix, string name, IList<QilNode> args) { in Function()
529 QilNode LocalNameOfFirstNode(QilNode arg) { in LocalNameOfFirstNode()
539 QilNode NamespaceOfFirstNode(QilNode arg) { in NamespaceOfFirstNode()
549 QilNode NameOf(QilNode arg) { in NameOf()
564 QilNode NameOfFirstNode(QilNode arg) { in NameOfFirstNode()
574 QilNode Sum(QilNode arg) { in Sum()
730 QilIterator current; field in System.Xml.Xsl.XPath.XPathBuilder.FixupVisitor
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/
H A Dbgp_routemap.c150 static uint32_t route_value_adjust(struct rmap_value *rv, uint32_t current, in route_value_adjust()
178 static void *route_value_compile(const char *arg) in route_value_compile()
220 static void *route_aspath_compile(const char *arg) in route_aspath_compile()
247 route_match_peer(void *rule, const struct prefix *prefix, in route_match_peer()
627 const struct prefix *prefix, in route_match_address_prefix_list()
763 const struct prefix *prefix, in route_match_ip_route_source_prefix_list()
1949 const struct prefix *prefix, in route_set_table_id()
3596 const char *arg, route_map_event_t type) in bgp_route_match_delete()
5572 char *arg; variable
5635 char *arg; variable
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/
H A Dbgp_routemap.c150 static uint32_t route_value_adjust(struct rmap_value *rv, uint32_t current, in route_value_adjust()
178 static void *route_value_compile(const char *arg) in route_value_compile()
220 static void *route_aspath_compile(const char *arg) in route_aspath_compile()
247 route_match_peer(void *rule, const struct prefix *prefix, in route_match_peer()
627 const struct prefix *prefix, in route_match_address_prefix_list()
763 const struct prefix *prefix, in route_match_ip_route_source_prefix_list()
1949 const struct prefix *prefix, in route_set_table_id()
3596 const char *arg, route_map_event_t type) in bgp_route_match_delete()
5572 char *arg; variable
5635 char *arg; variable
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/make/src/native/
H A Dfixpath.c60 int is_prefix_here(int pos, char const *in, int len, const char* prefix) in is_prefix_here()
172 char* prefix; in replace_cygdrive_msys() local
304 char *current = quoted; in quote_arg() local
318 char const *arg = in_arg; in quote_arg() local
383 char *current; in main() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/make/src/native/
H A Dfixpath.c60 int is_prefix_here(int pos, char const *in, int len, const char* prefix) in is_prefix_here()
172 char* prefix; in replace_cygdrive_msys() local
304 char *current = quoted; in quote_arg() local
318 char const *arg = in_arg; in quote_arg() local
383 char *current; in main() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/make/src/native/
H A Dfixpath.c60 int is_prefix_here(int pos, char const *in, int len, const char* prefix) in is_prefix_here()
172 char* prefix; in replace_cygdrive_msys() local
304 char *current = quoted; in quote_arg() local
318 char const *arg = in_arg; in quote_arg() local
383 char *current; in main() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/gn/
H A Drust_project_writer.cc123 std::optional<std::string> FindArgValue(const char* arg, in FindArgValue()
125 for (auto current = args.begin(); current != args.end();) { in FindArgValue() local
141 const std::string& prefix, in FindArgValueAfterPrefix()
143 for (auto arg : args) { in FindArgValueAfterPrefix() local
153 const std::string& prefix, in FindAllArgValuesAfterPrefix()
156 for (auto arg : args) { in FindAllArgValuesAfterPrefix() local
384 for (auto& arg : crate.CompilerArgs()) { in WriteCrates() local
/dports/devel/gn/gn-1962/src/gn/
H A Drust_project_writer.cc117 std::optional<std::string> FindArgValue(const char* arg, in FindArgValue()
119 for (auto current = args.begin(); current != args.end();) { in FindArgValue() local
135 const std::string& prefix, in FindArgValueAfterPrefix()
137 for (auto arg : args) { in FindArgValueAfterPrefix() local
147 const std::string& prefix, in FindAllArgValuesAfterPrefix()
150 for (auto arg : args) { in FindAllArgValuesAfterPrefix() local
378 for (auto& arg : crate.CompilerArgs()) { in WriteCrates() local
/dports/net-im/gloox/gloox-1.0.24/src/
H A Dtag.cpp86 bool Tag::Attribute::setPrefix( const std::string& prefix ) in setPrefix()
106 const std::string& Tag::Attribute::prefix() const in prefix() function in gloox::Tag::Attribute
522 bool Tag::setXmlns( const std::string& xmlns, const std::string& prefix ) in setXmlns()
565 bool Tag::setPrefix( const std::string& prefix ) in setPrefix()
574 const std::string& Tag::prefix( const std::string& xmlns ) const in prefix() function in gloox::Tag
1114 …void Tag::closePreviousToken( Tag** root, Tag** current, Tag::TokenType& type, std::string& tok ) … in closePreviousToken()
1127 Tag* current = root; in parse() local
1265 void Tag::addToken( Tag **root, Tag **current, Tag::TokenType type, in addToken()
1286 void Tag::addOperator( Tag** root, Tag** current, Tag* arg, in addOperator()
1299 bool Tag::addPredicate( Tag **root, Tag **current, Tag* token ) const in addPredicate()
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Darguments.cc124 string ArgvMap::helpstring(string prefix) in helpstring()
157 … bool full, const string &var, const string &help, const string& theDefault, const string& current) in formatOne()
225 const string & ArgvMap::operator[](const string &arg) in operator []()
233 mode_t ArgvMap::asMode(const string &arg) in asMode()
249 gid_t ArgvMap::asGid(const string &arg) in asGid()
270 uid_t ArgvMap::asUid(const string &arg) in asUid()
291 int ArgvMap::asNum(const string &arg, int def) in asNum()
312 bool ArgvMap::isEmpty(const string &arg) in isEmpty()
319 double ArgvMap::asDouble(const string &arg) in asDouble()
457 void ArgvMap::preParse(int &argc, char **argv, const string &arg) in preParse()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/make/src/native/
H A Dfixpath.c180 char* prefix; in replace_cygdrive_msys() local
280 char *current = quoted; in quote_arg() local
294 char const *arg = in_arg; in quote_arg() local
359 char *current; in main() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/make/src/native/
H A Dfixpath.c180 char* prefix; in replace_cygdrive_msys() local
280 char *current = quoted; in quote_arg() local
294 char const *arg = in_arg; in quote_arg() local
359 char *current; in main() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/make/src/native/
H A Dfixpath.c180 char* prefix; in replace_cygdrive_msys() local
280 char *current = quoted; in quote_arg() local
294 char const *arg = in_arg; in quote_arg() local
359 char *current; in main() local
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XPath/
H A DXPathBuilder.cs41 QilNode IXPathEnvironment.ResolveVariable(string prefix, string name) in IXPathEnvironment.ResolveVariable()
45 …QilNode IXPathEnvironment.ResolveFunction(string prefix, string name, IList<QilNode> args, IFocus … in IXPathEnvironment.ResolveFunction()
50 string IXPathEnvironment.ResolvePrefix(string prefix) in IXPathEnvironment.ResolvePrefix()
551 public virtual QilNode Variable(string prefix, string name) in Variable()
556 public virtual QilNode Function(string prefix, string name, IList<QilNode> args) in Function()
608 private QilNode LocalNameOfFirstNode(QilNode arg) in LocalNameOfFirstNode()
622 private QilNode NamespaceOfFirstNode(QilNode arg) in NamespaceOfFirstNode()
636 private QilNode NameOf(QilNode arg) in NameOf()
654 private QilNode NameOfFirstNode(QilNode arg) in NameOfFirstNode()
668 private QilNode Sum(QilNode arg) in Sum()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcp-support.c548 const struct using_direct *current; in make_symbol_overload_list_using() local
721 maint_cplus_command (char *arg, int from_tty) in maint_cplus_command()
732 first_component_command (char *arg, int from_tty) in first_component_command()
735 char *prefix = alloca (len + 1); in first_component_command() local
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcp-support.c548 const struct using_direct *current; in make_symbol_overload_list_using() local
721 maint_cplus_command (char *arg, int from_tty) in maint_cplus_command()
732 first_component_command (char *arg, int from_tty) in first_component_command()
735 char *prefix = alloca (len + 1); in first_component_command() local
/dports/games/ufoai/ufoai-2.5-source/src/tests/
H A Dtest_all.cpp161 CU_pSuite current = first; in Test_GetSuiteByName() local
255 } else if (char const* const arg = Q_strstart(argv[i], "-D")) { in Test_Parameters() local
301 } else if (char const* const prefix = Q_strstart(argv[i], "--output-prefix=")) { in Test_Parameters() local
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmConditionEvaluator.cxx102 cm::static_string_view prefix, in looksLikeSpecialVariable()
137 base_t::iterator current; member in cmConditionEvaluator::cmArgumentList::CurrentAndNextIter
162 base_t::iterator current; member in cmConditionEvaluator::cmArgumentList::CurrentAndTwoMoreIter
396 cmExpandedCommandArgument const& arg, bool const one) const in GetBooleanValueOld()
469 const cmExpandedCommandArgument& arg, T current, Keys... key) in matchKeysImpl()
480 const cmExpandedCommandArgument& arg, Keys... key) in matchKeys()
492 for (auto arg = newArgs.begin(); arg != newArgs.end(); ++arg) { in HandleLevel0() local

12345678910>>...26