Searched +defs:empty +defs:source (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lobject.c | 278 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 D | GCOV.cpp | 625 bool empty() { return Remaining.empty(); } in empty() function in __anon0a4b09390311::LineConsumer 782 auto source = in annotateSource() local
|
/freebsd/sys/net/ |
H A D | if_vxlan.c | 1154 vxlan_socket_mc_join_group(struct vxlan_socket * vso,const union vxlan_sockaddr * group,const union vxlan_sockaddr * local,int * ifidx,union vxlan_sockaddr * source) vxlan_socket_mc_join_group() argument 1220 vxlan_socket_mc_leave_group(struct vxlan_socket * vso,const union vxlan_sockaddr * group,const union vxlan_sockaddr * source,int ifidx) vxlan_socket_mc_leave_group() argument 1264 union vxlan_sockaddr source; vxlan_socket_mc_add_group() local 1266 int i, empty, error; vxlan_socket_mc_add_group() local 1326 union vxlan_sockaddr group, source; vxlan_socket_mc_release_group_by_idx() local [all...] |
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 492 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()
|