Home
last modified time | relevance | path

Searched refs:try_parse (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dsnmp_parse_server.cc15 try_parse(struct snmp_client *sc, const char *str) in try_parse() function
28 REQUIRE(try_parse(&sc, "") == 0);
42 REQUIRE(try_parse(&sc, str.c_str()) == 0);
51 REQUIRE(try_parse(&sc, str.c_str()) == 0);
60 REQUIRE(try_parse(&sc, str.c_str()) == 0);
69 REQUIRE(try_parse(&sc, str.c_str()) == 0);
78 REQUIRE(try_parse(&sc, str.c_str()) == 0);
94 REQUIRE(try_parse(&sc, str.c_str()) == 0);
104 REQUIRE(try_parse(&sc, str.c_str()) == 0);
114 REQUIRE(try_parse(&sc, str.c_str()) == 0);
[all …]
/freebsd/contrib/bmake/mk/
H A Dmeta2deps.py329 self.try_parse()
411 def try_parse(self, name=None, file=None): member in MetaFile
H A DChangeLog1941 * meta2deps.py: add try_parse() to cleanup the above.
/freebsd/share/mk/
H A Dmeta2deps.py329 self.try_parse()
411 def try_parse(self, name=None, file=None): member in MetaFile