Searched refs:try_parse (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/bsnmp/tests/ |
| H A D | snmp_parse_server.cc | 15 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 D | meta2deps.py | 329 self.try_parse() 411 def try_parse(self, name=None, file=None): member in MetaFile
|
| H A D | ChangeLog | 1941 * meta2deps.py: add try_parse() to cleanup the above.
|
| /freebsd/share/mk/ |
| H A D | meta2deps.py | 329 self.try_parse() 411 def try_parse(self, name=None, file=None): member in MetaFile
|