Searched refs:match_string (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dstring_list.h27 match_list_init((o), (f), (p), 1, match_string)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dgeoip2.c201 match_string(MMDB_entry_data_s *value, const char *str) { function
258 return (match_string(&value, elt->as_string));
267 return (match_string(&value, elt->as_string));
276 return (match_string(&value, elt->as_string));
285 return (match_string(&value, elt->as_string));
294 return (match_string(&value, elt->as_string));
303 return (match_string(&value, elt->as_string));
311 return (match_string(&value, elt->as_string));
319 return (match_string(&value, elt->as_string));
327 return (match_string(
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dgeoip2.c194 match_string(MMDB_entry_data_s *value, const char *str) { function
251 return (match_string(&value, elt->as_string));
260 return (match_string(&value, elt->as_string));
269 return (match_string(&value, elt->as_string));
278 return (match_string(&value, elt->as_string));
287 return (match_string(&value, elt->as_string));
296 return (match_string(&value, elt->as_string));
304 return (match_string(&value, elt->as_string));
312 return (match_string(&value, elt->as_string));
320 return (match_string(
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Dmatch_list.h53 extern int match_string(MATCH_LIST *, const char *, const char *);
H A Dmatch_ops.c11 /* int match_string(list, string, pattern)
31 /* match_string() matches the string against the pattern, requiring
113 /* match_string - match a string literal */
115 int match_string(MATCH_LIST *list, const char *string, const char *pattern) function
117 const char *myname = "match_string";
/netbsd-current/external/bsd/unbound/dist/compat/
H A Dstrptime.c73 match_string(const char **buf, const char **strs) function
133 ret = match_string(&s, full_weekdays);
135 ret = match_string(&s, abb_weekdays);
144 ret = match_string(&s, full_months);
146 ret = match_string(&s, abb_months);
228 ret = match_string(&s, ampm);
/netbsd-current/external/bsd/nsd/dist/compat/
H A Dstrptime.c75 match_string(const char **buf, const char **strs) function
137 ret = match_string(&s, full_weekdays);
139 ret = match_string(&s, abb_weekdays);
148 ret = match_string(&s, full_months);
150 ret = match_string(&s, abb_months);
232 ret = match_string(&s, ampm);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrptime.c108 match_string (const char **buf, const char **strs) function
260 ret = match_string (&buf, full_weekdays);
266 ret = match_string (&buf, abb_weekdays);
272 ret = match_string (&buf, full_month);
279 ret = match_string (&buf, abb_month);
342 ret = match_string (&buf, ampm);
/netbsd-current/sys/external/bsd/drm2/include/linux/
H A Dstring.h154 match_string(const char *const *haystack, size_t n, const char *needle) function
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_panel_orientation_quirks.c265 i = match_string(data->bios_dates, -1, bios_date);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_pipe_crc.c440 i = match_string(pipe_crc_sources, ARRAY_SIZE(pipe_crc_sources), buf);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
H A Dnouveau_dispnv04_tvnv17.c652 i = match_string(nv17_tv_norm_names, num_tv_norms,

Completed in 130 milliseconds