HomeSort by: relevance | last modified time | path
    Searched defs:match_string (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/nsd/dist/compat/
strptime.c 75 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);
  /src/external/bsd/unbound/dist/compat/
strptime.c 73 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);
  /src/sys/external/bsd/drm2/include/linux/
string.h 154 match_string(const char *const *haystack, size_t n, const char *needle) function
  /src/external/ibm-public/postfix/dist/src/util/
match_ops.c 11 /* 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";
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
strptime.c 108 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);
  /src/external/mpl/bind/dist/lib/dns/
geoip2.c 194 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(&value, elt->as_string)
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
geoip2.c 201 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(&value, elt->as_string))
    [all...]
  /src/usr.bin/mail/
list.c 768 match_string(int *markarray, char *str, int msgCount) function
1092 if (match_string(tmparray, lexstring, msgCount) == -1)

Completed in 32 milliseconds