Home
last modified time | relevance | path

Searched refs:substring (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/libkern/libkern/
H A Dkext_panic_report.h40 const char * substring; member
/xnu-11215/bsd/net/
H A Dnecp.c7408 struct substring { struct
7413 static struct substring argument
7416 struct substring sub = {}; in necp_trim_dots_and_stars()
7439 struct substring sub = necp_trim_dots_and_stars(string, length); in necp_create_trimmed_domain()
7469 necp_check_suffix(struct substring parent, struct substring suffix, bool require_dot_before_suffix) in necp_check_suffix()
7488 necp_hostname_matches_domain(struct substring hostname_substring, u_int8_t hostname_dot_count, char… in necp_hostname_matches_domain()
7494 struct substring domain_substring; in necp_hostname_matches_domain()
7521 struct substring hostname_substring; in net_domain_contains_hostname()
9014 struct substring domain, in necp_socket_check_policy()
10047 struct substring domain_substring = {}; in necp_socket_find_policy_match_with_info_locked()
/xnu-11215/libkern/c++/
H A DOSKext.cpp15972 const char * substring,
15984 const char * substring, argument
15988 size_t substring_length = strnlen(substring, KMOD_MAX_NAME - 1);
15995 if (!strncmp(scan_string, substring, substring_length)) {
16035 subs_entry->substring && !did_sub;
16039 subs_entry->substring, /* marker */ '\0', subs_entry->substitute);
16055 subs_entry->substring && !did_sub;
16059 subs_entry->substring, '!', subs_entry->substitute);