Home
last modified time | relevance | path

Searched refs:prefixmatch (Results 1 – 13 of 13) sorted by relevance

/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dhostport.c236 static int prefixmatch(void *a1, void *a2, uint8_t len) { in prefixmatch() function
281prefixmatch(a4, &((struct sockaddr_in *)res->ai_addr)->sin_addr, hp->prefixlen)) || in _internal_addressmatches()
283prefixmatch(&sa6->sin6_addr, &((struct sockaddr_in6 *)res->ai_addr)->sin6_addr, hp->prefixlen))) in _internal_addressmatches()
H A Dradsecproxy.c111 int prefixmatch(void *a1, void *a2, uint8_t len) { in prefixmatch() function
/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/
H A Dlogin.c133 static int prefixmatch(const char *haystack, const char *needle) in prefixmatch() function
175 if (prefixmatch(c->app_name, quirks_mode_blacklist[i])) { in login_set_app_name()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/network/
H A Dlookup_name.c261 static int prefixmatch(const struct in6_addr *s, const struct in6_addr *d) in prefixmatch() function
381 prefixlen = prefixmatch(&sa.sin6_addr, in __lookup_name()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/network/
H A Dlookup_name.c271 static int prefixmatch(const struct in6_addr *s, const struct in6_addr *d) in prefixmatch() function
408 prefixlen = prefixmatch(&sa6.sin6_addr, in __lookup_name()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/network/
H A Dlookup_name.c271 static int prefixmatch(const struct in6_addr *s, const struct in6_addr *d) in prefixmatch() function
408 prefixlen = prefixmatch(&sa6.sin6_addr, in __lookup_name()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/network/
H A Dlookup_name.c271 static int prefixmatch(const struct in6_addr *s, const struct in6_addr *d) in prefixmatch() function
408 prefixlen = prefixmatch(&sa6.sin6_addr, in __lookup_name()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/network/
H A Dlookup_name.c271 static int prefixmatch(const struct in6_addr *s, const struct in6_addr *d) in prefixmatch() function
408 prefixlen = prefixmatch(&sa6.sin6_addr, in __lookup_name()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/network/
H A Dlookup_name.c271 static int prefixmatch(const struct in6_addr *s, const struct in6_addr *d) in prefixmatch() function
408 prefixlen = prefixmatch(&sa6.sin6_addr, in __lookup_name()
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/network/
H A Dlookup_name.c262 static int prefixmatch(const struct in6_addr *s, const struct in6_addr *d) in prefixmatch() function
399 prefixlen = prefixmatch(&sa6.sin6_addr, in __lookup_name()
/dports/editors/neovim/neovim-0.6.1/src/nvim/testdir/
H A Dtest_cmdline.vim1126 \ {'older': "\<Up>", 'newer': "\<Down>", 'prefixmatch': v:true},
1127 \ {'older': "\<S-Up>", 'newer': "\<S-Down>", 'prefixmatch': v:false},
1128 \ {'older': "\<PageUp>", 'newer': "\<PageDown>", 'prefixmatch': v:false},
1129 \ {'older': "\<C-p>", 'newer': "\<C-n>", 'prefixmatch': v:false},
1147 let expect = k.prefixmatch
/dports/x11/albert/albert-0.16.1/dist/
H A Dalbert.changes380 * Implement indexing and search algorithms 'prefixmatch' and 'fuzzy'
/dports/editors/vim/vim-8.2.3745/src/testdir/
H A Dtest_cmdline.vim1892 \ {'older': "\<Up>", 'newer': "\<Down>", 'prefixmatch': v:true},
1893 \ {'older': "\<S-Up>", 'newer': "\<S-Down>", 'prefixmatch': v:false},
1894 \ {'older': "\<PageUp>", 'newer': "\<PageDown>", 'prefixmatch': v:false},
1895 \ {'older': "\<C-p>", 'newer': "\<C-n>", 'prefixmatch': v:false},
1913 let expect = k.prefixmatch