Home
last modified time | relevance | path

Searched refs:sort_ip (Results 1 – 16 of 16) sorted by relevance

/dports/devel/stack/stack-2.7.3/_cabal_deps/iproute-1.7.11/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/iproute-1.7.9/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/iproute-1.7.11/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/iproute-1.7.9/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/iproute-1.7.11/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/iproute-1.7.10/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/iproute-1.7.10/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/iproute-1.7.11/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/iproute-1.7.9/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/iproute-1.7.11/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/iproute-1.7.11/test/
H A DRouteTableSpec.hs54 (sort_ip :: [AddrRange IPv4] -> Bool)
56 (sort_ip :: [AddrRange IPv6] -> Bool)
72 sort_ip :: (Routable a, Ord a) => [AddrRange a] -> Bool
73 sort_ip xs = fromList (zip xs xs) == fromList (zip xs' xs') function
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/libsmb/
H A Dnmblib.c1011 static uchar sort_ip[4];
1019 return matching_bits (p2 + 2, sort_ip) - matching_bits (p1 + 2, sort_ip);
1032 putip (sort_ip, (char *) &ip);
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/libsmb/
H A Dnmblib.c1011 static uchar sort_ip[4];
1019 return matching_bits (p2 + 2, sort_ip) - matching_bits (p1 + 2, sort_ip);
1032 putip (sort_ip, (char *) &ip);
/dports/net/samba412/samba-4.12.15/source3/libsmb/
H A Dnmblib.c1223 static unsigned char sort_ip[4]; variable
1231 return matching_len_bits(p2+2, sort_ip, 4) - in name_query_comp()
1232 matching_len_bits(p1+2, sort_ip, 4); in name_query_comp()
1245 putip(sort_ip, (char *)&ip); in sort_query_replies()
/dports/audio/cmus/cmus-2.9.1/
H A Dinput.c486 static int sort_ip(const struct list_head *a_, const struct list_head *b_) in sort_ip() function
559 list_mergesort(&ip_head, sort_ip); in ip_load_plugins()
905 list_mergesort(&ip_head, sort_ip); in set_ip_priority()
/dports/www/opencart/opencart-3.0.3.8/upload/admin/view/template/customer/
H A Dcustomer_list.twig107 … if sort == 'c.ip' %}<a href="{{ sort_ip }}" class="{{ order|lower }}">{{ column_ip }}</a>{% else …