Searched refs:fnmatch (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | fnmatch.h | 52 int fnmatch(const char *, const char *, int);
|
D | CMakeLists.txt | 59 fnmatch.h
|
D | meson.build | 59 'fnmatch.h',
|
/picolibc-latest/test/libc-testsuite/ |
D | fnmatch.c | 158 r = fnmatch(tests[i].pattern, tests[i].string, tests[i].flags); in test_fnmatch() 172 #define TEST_NAME fnmatch
|
D | meson.build | 38 'fnmatch',
|
/picolibc-latest/newlib/libc/posix/ |
D | fnmatch.c | 57 fnmatch(const char *pattern, const char *string, int flags) in fnmatch() function 107 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD)) in fnmatch()
|
D | CMakeLists.txt | 38 fnmatch.c
|
D | meson.build | 38 'fnmatch.c',
|
/picolibc-latest/ |
D | README.md | 749 7. Add basename, dirname and fnmatch back.
|
D | COPYING.picolibc | 1611 newlib/libc/include/fnmatch.h 1653 Files: newlib/libc/posix/fnmatch.c 3654 test/libc-testsuite/fnmatch.c
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 7734 * libc/include/fnmatch.h: Ditto. 7748 * libc/posix/fnmatch.3: Ditto. 7750 * libc/posix/fnmatch.c: Ditto. 7788 * libc/sys/linux/stdlib/fnmatch.3: Ditto. 7789 * libc/sys/linux/stdlib/fnmatch.c: Ditto. 9062 * libc/sys/linux/stdlib/fnmatch.c: Ditto. 15329 * libc/sys/linux/include/fnmatch.h: Ditto. 15769 * libc/sys/linux/stdlib/fnmatch.3: Ditto. 15770 * libc/sys/linux/stdlib/fnmatch.c: Ditto.
|