Home
last modified time | relevance | path

Searched +defs:empty +defs:source (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlobject.c278 int empty = 1; in l_str2int() local
567 void luaO_chunkid (char *out, const char *source, size_t srclen) { in luaO_chunkid()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp625 bool empty() { return Remaining.empty(); } in empty() function in __anon0a4b09390311::LineConsumer
782 auto source = in annotateSource() local
/freebsd/sys/net/
H A Dif_vxlan.c1156 int *ifidx, union vxlan_sockaddr *source) in vxlan_socket_mc_join_group()
1222 const union vxlan_sockaddr *group, const union vxlan_sockaddr *source, in vxlan_socket_mc_leave_group()
1266 union vxlan_sockaddr source; in vxlan_socket_mc_add_group() local
1268 int i, empty, error; in vxlan_socket_mc_add_group() local
1328 union vxlan_sockaddr group, source; in vxlan_socket_mc_release_group_by_idx() local
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp492 bool empty() const noexcept { return file[0] == '\0'; } in empty() function
625 constexpr auto empty() const noexcept -> bool { in empty() function in Catch::StringRef
8986 inline auto convertInto( std::string const &source, T& target ) -> ParserResult { in convertInto()
8995 inline auto convertInto( std::string const &source, std::string& target ) -> ParserResult { in convertInto()
8999 inline auto convertInto( std::string const &source, bool &target ) -> ParserResult { in convertInto()
9012 …inline auto convertInto( std::string const &source, CLARA_CONFIG_OPTIONAL_TYPE<T>& target ) -> Par… in convertInto()