Home | History | Annotate | Download | only in config

Lines Matching refs:cont

6882 metag_end_of_match (char * cont, char * what)
6886 if (strncasecmp (cont, what, strlen (what)) == 0
6887 && ! is_part_of_name (cont[len]))
6888 return cont + len;