Searched refs:pat (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/regex/
H A Dfnmatch.c49 static int pat_next(const char *pat, size_t m, size_t *step, int flags) argument
52 if (!m || !*pat) {
57 if (pat[0]=='\\' && pat[1] && !(flags & FNM_NOESCAPE)) {
59 pat++;
63 if (pat[0]=='[') {
65 if (k<m) if (pat[k] == '^' || pat[k] == '!') k++;
66 if (k<m) if (pat[k] == ']') k++;
67 for (; k<m && pat[
163 fnmatch_internal(const char *pat, size_t m, const char *str, size_t n, int flags) argument
298 fnmatch(const char *pat, const char *str, int flags) argument
[all...]
H A Dglob.c55 char pat[strlen(p)+1]; local
64 strcpy(pat, p);
65 pat[p2-p] = 0;
67 p = pat;
157 int glob(const char *restrict pat, int flags, int (*errfunc)(const char *path, int err), glob_t *restrict g) argument
159 const char *p=pat, *d;
192 if (append(&tail, pat, strlen(pat), 0))
/seL4-refos-master/kernel/src/arch/x86/32/kernel/
H A Dvspace_32paging.c40 uint32_t pat, uint32_t avl, uint32_t global, uint32_t dirty,
48 pde.words[0] |= (pat & 0x1) << 12;
71 0, /* pat */
88 0, /* pat */
142 0, /* pat */
39 pde_pde_large_new_phys(uint32_t page_base_address, uint32_t pat, uint32_t avl, uint32_t global, uint32_t dirty, uint32_t accessed, uint32_t cache_disabled, uint32_t write_through, uint32_t super_user, uint32_t read_write, uint32_t present) argument
/seL4-refos-master/kernel/include/arch/x86/arch/
H A Dmachine.h12 #include <arch/machine/pat.h>

Completed in 43 milliseconds