Home
last modified time | relevance | path

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

1234

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/glob/
A Dglob.c48 #define glob(pattern, flags, errfunc, pglob) glob64 (pattern, flags, errfunc, pglob) argument
293 pattern, patlen + 1); in glob_in_dir()
305 if (pattern[0] == '\0') in glob_in_dir()
481 const char *pattern, in glob() argument
510 begin = strchr (pattern, '{'); in glob()
513 begin = pattern; in glob()
544 alt_start = mempcpy (onealt, pattern, begin - pattern); in glob()
635 dirname = pattern; in glob()
636 dirlen = strlen (pattern); in glob()
645 filename = pattern; in glob()
[all …]
A Dglob64-susv3.c14 #define glob(pattern, flags, errfunc, pglob) \ argument
15 glob64 (pattern, flags, errfunc, pglob)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-fnmatch.c80 const char *pattern; in main() local
106 pattern = next_input (&cp, 0, 0); in main()
107 if (pattern == NULL) in main()
150 if (!str_isalpha(pattern) || !str_isalpha(input)) in main()
153 … fnmatch (\"%s\", \"%s\"): SKIP multibyte test (requires locale support)\n", ++nr, pattern, input); in main()
157 if (str_has_funk(pattern, '.') || str_has_funk(input, '.')) in main()
160 …h (\"%s\", \"%s\"): SKIP collating symbol test (requires locale support)\n", ++nr, pattern, input); in main()
164 if (str_has_funk(pattern, '=') || str_has_funk(input, '=')) in main()
167 … (\"%s\", \"%s\"): SKIP equivalence class test (requires locale support)\n", ++nr, pattern, input); in main()
172 fnmres = fnmatch (pattern, input, flags_val); in main()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wordexp/
A Dwordexp.c1148 char *pattern; in parse_param() local
1298 pattern = w_addchar(pattern, &pat_length, &pat_maxlen, in parse_param()
1351 free(pattern); in parse_param()
1551 free(pattern); in parse_param()
1566 if (value == NULL || pattern == NULL || *pattern == '\0') in parse_param()
1707 value = pattern ? strdup(pattern) : pattern; in parse_param()
1720 value = pattern ? strdup(pattern) : pattern; in parse_param()
1749 value = pattern ? strdup(pattern) : pattern; in parse_param()
1765 free(pattern); in parse_param()
1766 pattern = NULL; in parse_param()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dnconf.c1012 char pattern[256]; member
1029 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1036 state->pattern[strlen(state->pattern)] = c; in do_match()
1037 state->pattern[strlen(state->pattern)] = '\0'; in do_match()
1039 *ans = get_mext_match(state->pattern, in do_match()
1043 *ans = get_mext_match(state->pattern, in do_match()
1050 state->pattern[strlen(state->pattern)-1] = '\0'; in do_match()
1057 bzero(state->pattern, sizeof(state->pattern)); in do_match()
1077 .pattern = "", in conf()
1243 .pattern = "", in conf_choice()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/fnmatch/
A Dfnmatch.c76 extern int fnmatch (const char *pattern, const char *string, int flags);
333 fnmatch (const char *pattern, const char *string, int flags) in fnmatch() argument
346 p = pattern; in fnmatch()
348 n = strnlen (pattern, 1024); in fnmatch()
350 n = strlen (pattern); in fnmatch()
366 n = mbsrtowcs (NULL, &pattern, 0, &ps); in fnmatch()
374 (void) mbsrtowcs (wpattern, &pattern, n + 1, &ps); in fnmatch()
414 return internal_fnmatch (pattern, string, string + strlen (string), in fnmatch()
A Dfnmatch_loop.c21 static int FCT (const CHAR *pattern, const CHAR *string,
24 static int EXT (INT opt, const CHAR *pattern, const CHAR *string,
31 FCT (const CHAR *pattern, const CHAR *string, const CHAR *string_end, in FCT() argument
34 register const CHAR *p = pattern, *n = string; in FCT()
979 END (const CHAR *pattern) in END() argument
981 const CHAR *p = pattern; in END()
986 return pattern; in END()
1004 return pattern; in END()
1029 size_t pattern_len = STRLEN (pattern); in EXT()
1035 for (startp = p = pattern + 1; level >= 0; ++p) in EXT()
[all …]
A Dfnmatch_old.c48 int fnmatch(const char *pattern, const char *string, int flags) in fnmatch() argument
50 register const char *p = pattern, *n = string; in fnmatch()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/mips/
A Dmemset.S42 beq a1, zero, L(ueven) # If zero pattern, no need to extend
47 or a1, ta0 # a1 is now pattern in full word
49 or a1, ta0 # a1 is now pattern in double word
130 beq a1, zero, L(ueven) # If zero pattern, no need to extend
135 or a1, t0 # a1 is now pattern in full word
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dlocale_facets_nonio.h932 struct pattern { char field[4]; }; in _GLIBCXX_VISIBILITY() struct
934 static const pattern _S_default_pattern; in _GLIBCXX_VISIBILITY()
949 _GLIBCXX_CONST static pattern in _GLIBCXX_VISIBILITY()
968 money_base::pattern _M_pos_format; in _GLIBCXX_VISIBILITY()
969 money_base::pattern _M_neg_format; in _GLIBCXX_VISIBILITY()
985 _M_pos_format(money_base::pattern()), in _GLIBCXX_VISIBILITY()
986 _M_neg_format(money_base::pattern()), _M_allocated(false) in _GLIBCXX_VISIBILITY()
1236 pattern in _GLIBCXX_VISIBILITY()
1240 pattern in _GLIBCXX_VISIBILITY()
1350 virtual pattern in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dlocale_facets_nonio.h930 struct pattern { char field[4]; }; in _GLIBCXX_VISIBILITY() struct
932 static const pattern _S_default_pattern; in _GLIBCXX_VISIBILITY()
947 _GLIBCXX_CONST static pattern in _GLIBCXX_VISIBILITY()
966 money_base::pattern _M_pos_format; in _GLIBCXX_VISIBILITY()
967 money_base::pattern _M_neg_format; in _GLIBCXX_VISIBILITY()
983 _M_pos_format(money_base::pattern()), in _GLIBCXX_VISIBILITY()
984 _M_neg_format(money_base::pattern()), _M_allocated(false) in _GLIBCXX_VISIBILITY()
1234 pattern in _GLIBCXX_VISIBILITY()
1238 pattern in _GLIBCXX_VISIBILITY()
1348 virtual pattern in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dlocale_facets_nonio.h932 struct pattern { char field[4]; }; in _GLIBCXX_VISIBILITY() struct
934 static const pattern _S_default_pattern; in _GLIBCXX_VISIBILITY()
949 _GLIBCXX_CONST static pattern in _GLIBCXX_VISIBILITY()
968 money_base::pattern _M_pos_format; in _GLIBCXX_VISIBILITY()
969 money_base::pattern _M_neg_format; in _GLIBCXX_VISIBILITY()
985 _M_pos_format(money_base::pattern()), in _GLIBCXX_VISIBILITY()
986 _M_neg_format(money_base::pattern()), _M_allocated(false) in _GLIBCXX_VISIBILITY()
1236 pattern in _GLIBCXX_VISIBILITY()
1240 pattern in _GLIBCXX_VISIBILITY()
1350 virtual pattern in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dlocale_facets_nonio.h930 struct pattern { char field[4]; }; in _GLIBCXX_VISIBILITY() argument
932 static const pattern _S_default_pattern; in _GLIBCXX_VISIBILITY()
947 _GLIBCXX_CONST static pattern in _GLIBCXX_VISIBILITY()
966 money_base::pattern _M_pos_format; in _GLIBCXX_VISIBILITY()
967 money_base::pattern _M_neg_format; in _GLIBCXX_VISIBILITY()
983 _M_pos_format(money_base::pattern()), in _GLIBCXX_VISIBILITY()
984 _M_neg_format(money_base::pattern()), _M_allocated(false) in _GLIBCXX_VISIBILITY()
1234 pattern in _GLIBCXX_VISIBILITY()
1238 pattern in _GLIBCXX_VISIBILITY()
1348 virtual pattern in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dlocale_facets_nonio.h930 struct pattern { char field[4]; }; in _GLIBCXX_VISIBILITY() struct
932 static const pattern _S_default_pattern; in _GLIBCXX_VISIBILITY()
947 _GLIBCXX_CONST static pattern in _GLIBCXX_VISIBILITY()
966 money_base::pattern _M_pos_format; in _GLIBCXX_VISIBILITY()
967 money_base::pattern _M_neg_format; in _GLIBCXX_VISIBILITY()
983 _M_pos_format(money_base::pattern()), in _GLIBCXX_VISIBILITY()
984 _M_neg_format(money_base::pattern()), _M_allocated(false) in _GLIBCXX_VISIBILITY()
1234 pattern in _GLIBCXX_VISIBILITY()
1238 pattern in _GLIBCXX_VISIBILITY()
1348 virtual pattern in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dlocale_facets_nonio.h844 struct pattern { char field[4]; }; in _GLIBCXX_VISIBILITY() struct
846 static const pattern _S_default_pattern; in _GLIBCXX_VISIBILITY()
861 _GLIBCXX_CONST static pattern in _GLIBCXX_VISIBILITY()
880 money_base::pattern _M_pos_format; in _GLIBCXX_VISIBILITY()
881 money_base::pattern _M_neg_format; in _GLIBCXX_VISIBILITY()
897 _M_pos_format(money_base::pattern()), in _GLIBCXX_VISIBILITY()
898 _M_neg_format(money_base::pattern()), _M_allocated(false) in _GLIBCXX_VISIBILITY()
1146 pattern in _GLIBCXX_VISIBILITY()
1150 pattern in _GLIBCXX_VISIBILITY()
1260 virtual pattern in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dlocale_facets_nonio.h932 struct pattern { char field[4]; }; in _GLIBCXX_VISIBILITY() argument
934 static const pattern _S_default_pattern; in _GLIBCXX_VISIBILITY()
949 _GLIBCXX_CONST static pattern in _GLIBCXX_VISIBILITY()
968 money_base::pattern _M_pos_format; in _GLIBCXX_VISIBILITY()
969 money_base::pattern _M_neg_format; in _GLIBCXX_VISIBILITY()
985 _M_pos_format(money_base::pattern()), in _GLIBCXX_VISIBILITY()
986 _M_neg_format(money_base::pattern()), _M_allocated(false) in _GLIBCXX_VISIBILITY()
1236 pattern in _GLIBCXX_VISIBILITY()
1240 pattern in _GLIBCXX_VISIBILITY()
1350 virtual pattern in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_from_chars.cc149 pattern(const char* const first, const char* last, in pattern() function
421 if (const char* pat = pattern(first, last, fmt, buf)) [[likely]] in from_chars()
447 if (const char* pat = pattern(first, last, fmt, buf)) [[likely]] in from_chars()
473 if (const char* pat = pattern(first, last, fmt, buf)) [[likely]] in from_chars()
504 if (const char* pat = pattern(first, last, fmt, buf)) [[likely]] in from_chars()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dlocale_facets_nonio.h932 struct pattern { char field[4]; }; in _GLIBCXX_VISIBILITY() argument
934 static const pattern _S_default_pattern; in _GLIBCXX_VISIBILITY()
949 _GLIBCXX_CONST static pattern in _GLIBCXX_VISIBILITY()
968 money_base::pattern _M_pos_format; in _GLIBCXX_VISIBILITY()
969 money_base::pattern _M_neg_format; in _GLIBCXX_VISIBILITY()
985 _M_pos_format(money_base::pattern()), in _GLIBCXX_VISIBILITY()
986 _M_neg_format(money_base::pattern()), _M_allocated(false) in _GLIBCXX_VISIBILITY()
1236 pattern in _GLIBCXX_VISIBILITY()
1240 pattern in _GLIBCXX_VISIBILITY()
1350 virtual pattern in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_old.c2335 const CHAR_T *p = pattern; in PREFIX()
2373 free(pattern); in PREFIX()
2383 free(pattern); in PREFIX()
2407 free(pattern); in PREFIX()
4180 free (pattern); in PREFIX()
4604 UCHAR_T *pattern = bufp->buffer; in PREFIX() local
4607 UCHAR_T *p = pattern; in PREFIX()
5627 UCHAR_T *pattern, *p; in wcs_re_match_2_internal() local
7987 const char *pattern, in regcomp() argument
8037 ret = wcs_regex_compile (pattern, strlen (pattern), syntax, preg); in regcomp()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/src/c++98/
A Dlocale_facets.cc49 const money_base::pattern
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/python/libstdcxx/v6/
A Dprinters.py1164 def __init__(self, name, pattern, subst): argument
1166 self.pattern = re.compile(pattern)
1171 def __init__(self, pattern, subst): argument
1172 self.pattern = pattern
1180 m = self.pattern.match(type_obj.tag)
1196 return self._recognizer(self.pattern, self.subst)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/python/libstdcxx/v6/
A Dprinters.py1143 def __init__(self, name, pattern, subst): argument
1145 self.pattern = re.compile(pattern)
1150 def __init__(self, pattern, subst): argument
1151 self.pattern = pattern
1159 m = self.pattern.match(type_obj.tag)
1175 return self._recognizer(self.pattern, self.subst)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/src/c++98/
A Dlocale_facets.cc50 const money_base::pattern
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++98/
A Dlocale_facets.cc50 const money_base::pattern
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/c++98/
A Dlocale_facets.cc50 const money_base::pattern

Completed in 90 milliseconds

1234