Home
last modified time | relevance | path

Searched refs:pattern (Results 1 – 6 of 6) sorted by relevance

/net-tools-latest/libcoap/src/
Dresource.c105 match(const str *text, const str *pattern, int match_prefix, int match_substring) { in match() argument
106 assert(text); assert(pattern); in match()
108 if (text->length < pattern->length) in match()
128 if ((match_prefix || pattern->length == token_length) && in match()
129 memcmp(token, pattern->s, pattern->length) == 0) in match()
135 return (match_prefix || pattern->length == text->length) && in match()
136 memcmp(text->s, pattern->s, pattern->length) == 0; in match()
/net-tools-latest/mbedtls-2.4.0/tests/data_files/
DReadme-x509.txt36 - name or pattern
/net-tools-latest/mbedtls-2.4.0/doxygen/
Dmbedtls.doxyfile678 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
711 # for example use the pattern */test/*
730 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
762 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
764 # Doxygen will compare the file name with each pattern and apply the
767 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
780 # pattern. A pattern will override the setting for FILTER_PATTERN (if any)
781 # and it is also possible to disable source filtering for a specific pattern
/net-tools-latest/tinydtls-0.8.2/doc/
DDoxyfile.in588 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
618 # for example use the pattern */test/*
637 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
667 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
669 # Doxygen will compare the file name with each pattern and apply the
672 # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
/net-tools-latest/libcoap/doc/
DDoxyfile.in807 # exclude all test directories for example use the pattern */test/*
818 # exclude all test directories use the pattern */test/*
829 # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
865 # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
866 # basis. Doxygen will compare the file name with each pattern and apply the
867 # filter if there is a match. The filters are a list of the form: pattern=filter
882 # pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
883 # it is also possible to disable source filtering for a specific pattern using
/net-tools-latest/mbedtls-2.4.0/
DChangeLog757 usage pattern