2 * SPDX-License-Identifier: MIT
4 * Copyright (C) 2017 Philippe Proulx <pproulx@efficios.com>
7 #ifndef _STRING_UTILS_H
8 #define _STRING_UTILS_H
13 bool strutils_is_star_glob_pattern(const char *pattern
)
14 __attribute__((visibility("hidden")));
16 bool strutils_is_star_at_the_end_only_glob_pattern(const char *pattern
)
17 __attribute__((visibility("hidden")));
19 bool strutils_star_glob_match(const char *pattern
, size_t pattern_len
,
20 const char *candidate
, size_t candidate_len
)
21 __attribute__((visibility("hidden")));
23 #endif /* _STRING_UTILS_H */
This page took 0.030521 seconds and 4 git commands to generate.