Searched refs:eflags (Results 1 - 25 of 91) sorted by relevance

1234

/freebsd-11-stable/contrib/unvis/
H A Dunvis.c57 int ch, eflags = 0; local
63 eflags |= VIS_NOESCAPE;
66 eflags |= VIS_HTTP1866;
69 eflags |= VIS_HTTP1808;
72 eflags |= VIS_MIMESTYLE;
84 switch (eflags & (VIS_HTTP1808|VIS_HTTP1866|VIS_MIMESTYLE)) {
97 process(fp, *argv, eflags);
103 process(stdin, "<stdin>", eflags);
108 process(FILE *fp, const char *filename, int eflags) argument
117 switch(ret = unvis(&outc, (char)c, &state, eflags)) {
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386fbsd-nat.c53 ULONGEST eflags; local
66 &eflags);
67 if (eflags & 0x0100)
69 eflags & ~0x0100);
/freebsd-11-stable/contrib/vis/
H A Dvis.c58 static int eflags, fold, foldwidth = 80, none, markeol; variable
76 eflags |= VIS_NOSLASH;
79 eflags |= VIS_CSTYLE;
100 eflags |= VIS_HTTPSTYLE;
106 eflags |= VIS_MIMESTYLE;
114 eflags |= VIS_OCTAL;
117 eflags |= VIS_SAFE;
120 eflags |= VIS_TAB;
123 eflags |= VIS_WHITE;
133 if ((eflags
[all...]
/freebsd-11-stable/usr.bin/grep/regex/
H A Dfastmatch.c131 size_t nmatch, regmatch_t pmatch[], int eflags)
135 if (eflags & REG_STARTEND)
137 type, nmatch, pmatch, eflags));
140 pmatch, eflags);
145 regmatch_t pmatch[], int eflags)
147 return tre_fastnexec(preg, string, (size_t)-1, nmatch, pmatch, eflags);
152 size_t nmatch, regmatch_t pmatch[], int eflags)
156 if (eflags & REG_STARTEND)
158 type, nmatch, pmatch, eflags));
161 pmatch, eflags);
130 tre_fastnexec(const fastmatch_t *preg, const char *string, size_t len, size_t nmatch, regmatch_t pmatch[], int eflags) argument
144 tre_fastexec(const fastmatch_t *preg, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
151 tre_fastwnexec(const fastmatch_t *preg, const wchar_t *string, size_t len, size_t nmatch, regmatch_t pmatch[], int eflags) argument
165 tre_fastwexec(const fastmatch_t *preg, const wchar_t *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
H A Dtre-fastmatch.h18 tre_str_type_t type, int nmatch, regmatch_t pmatch[], int eflags);
H A Dfastmatch.h45 regmatch_t pmatch[], int eflags);
58 size_t nmatch, regmatch_t pmatch[], int eflags);
70 size_t nmatch, regmatch_t pmatch[], int eflags);
80 size_t nmatch, regmatch_t pmatch[], int eflags);
/freebsd-11-stable/contrib/nvi/regex/
H A Dregexec.c153 regmatch_t *pmatch, int eflags)
167 eflags = GOODFLAGS(eflags);
169 if (g->nstates <= (int)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
170 return(smatcher(g, string, nmatch, pmatch, eflags));
172 return(lmatcher(g, string, nmatch, pmatch, eflags));
152 regexec(const regex_t *preg, const RCHAR_T *string, size_t nmatch, regmatch_t *pmatch, int eflags) argument
H A Dengine.c71 int eflags; member in struct:match
91 static int matcher(struct re_guts *g, const RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int eflags);
121 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
133 regmatch_t pmatch[], int eflags)
148 if (eflags&REG_STARTEND) {
170 m->eflags = eflags;
216 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
515 if ( (sp == m->beginp && !(m->eflags&REG_NOTBOL)) ||
523 if ( (sp == m->endp && !(m->eflags
132 matcher(struct re_guts *g, const RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c142 llvm_regmatch_t pmatch[], int eflags)
156 eflags = GOODFLAGS(eflags);
158 if (g->nstates <= (long)(CHAR_BIT*sizeof(states1)) && !(eflags&REG_LARGE))
159 return(smatcher(g, string, nmatch, pmatch, eflags));
161 return(lmatcher(g, string, nmatch, pmatch, eflags));
141 llvm_regexec(const llvm_regex_t *preg, const char *string, size_t nmatch, llvm_regmatch_t pmatch[], int eflags) argument
/freebsd-11-stable/sys/vm/
H A Dvm_map.c152 !((e)->eflags & MAP_ENTRY_NEEDS_COPY)))
515 if ((entry->eflags & MAP_ENTRY_VN_WRITECNT) != 0) {
520 KASSERT((entry->eflags & MAP_ENTRY_IS_SUB_MAP) == 0,
845 entry->eflags = (entry->eflags & ~MAP_ENTRY_BEHAV_MASK) |
1267 prev_entry->eflags == protoeflags &&
1286 if ((prev_entry->eflags & MAP_ENTRY_GUARD) == 0)
1305 !(prev_entry->eflags & MAP_ENTRY_NEEDS_COPY)) {
1321 new_entry->eflags = protoeflags;
1341 if ((new_entry->eflags
[all...]
/freebsd-11-stable/lib/libc/regex/
H A Dregexec.c211 int eflags)
225 eflags = GOODFLAGS(eflags);
228 return(mmatcher(g, string, nmatch, pmatch, eflags));
229 else if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags&REG_LARGE))
230 return(smatcher(g, string, nmatch, pmatch, eflags));
232 return(lmatcher(g, string, nmatch, pmatch, eflags));
207 regexec(const regex_t * __restrict preg, const char * __restrict string, size_t nmatch, regmatch_t pmatch[__restrict], int eflags) argument
H A Dengine.c82 int eflags; member in struct:match
103 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
135 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
145 == size_t nmatch, regmatch_t pmatch[], int eflags);
152 int eflags)
174 if (eflags&REG_STARTEND) {
230 m->eflags = eflags;
288 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
607 if ((sp == m->beginp && !(m->eflags
148 matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
/freebsd-11-stable/libexec/rtld-elf/i386/
H A Drtld_start.S74 pushf # Save eflags
89 popf # Restore eflags
90 leal 4(%esp),%esp # Discard reloff, do not change eflags
/freebsd-11-stable/sys/i386/include/
H A Dvm86.h67 reg86_t eflags; member in struct:vm86frame
99 #define vmf_flags eflags.r_w.r_x
100 #define vmf_eflags eflags.r_ex
/freebsd-11-stable/stand/pc98/btx/lib/
H A Dbtxv86.s39 .set V86_EFL,0x28 # V86 eflags
68 pushf # Put eflags
72 popf # in eflags
/freebsd-11-stable/stand/i386/btx/lib/
H A Dbtxv86.s39 .set V86_EFL,0x28 # V86 eflags
68 pushf # Put eflags
72 popf # in eflags
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_i386.cpp28 uint32_t eflags; member in struct:__anon1266::_GPR
60 DEFINE_GPR(eflags, "flags", ehframe_eflags_i386, dwarf_eflags_i386, LLDB_REGNUM_GENERIC_FLAGS, LLDB_INVALID_REGNUM),
H A DRegisterContextFreeBSD_i386.cpp32 uint32_t eflags; member in struct:GPR
H A DRegisterContextOpenBSD_i386.cpp26 uint32_t eflags; member in struct:GPR
/freebsd-11-stable/stand/userboot/userboot/
H A Dbootinfo64.c138 int eflags, regs[4];
141 eflags = read_eflags();
142 write_eflags(eflags ^ PSL_ID);
143 if (!((eflags ^ read_eflags()) & PSL_ID))
/freebsd-11-stable/stand/i386/libi386/
H A Dbootinfo64.c142 int eflags; local
146 eflags = read_eflags();
147 write_eflags(eflags ^ PSL_ID);
148 if (!((eflags ^ read_eflags()) & PSL_ID))
/freebsd-11-stable/sys/x86/iommu/
H A Dintel_gas.c631 u_int eflags, u_int flags, vm_page_t *ma, struct dmar_map_entry **res)
659 entry->flags |= eflags;
664 ((eflags & DMAR_MAP_ENTRY_READ) != 0 ? DMAR_PTE_R : 0) |
665 ((eflags & DMAR_MAP_ENTRY_WRITE) != 0 ? DMAR_PTE_W : 0) |
666 ((eflags & DMAR_MAP_ENTRY_SNOOP) != 0 ? DMAR_PTE_SNP : 0) |
667 ((eflags & DMAR_MAP_ENTRY_TM) != 0 ? DMAR_PTE_TM : 0),
682 u_int eflags, u_int flags, vm_page_t *ma)
699 entry->flags |= eflags;
706 ((eflags & DMAR_MAP_ENTRY_READ) != 0 ? DMAR_PTE_R : 0) |
707 ((eflags
629 dmar_gas_map(struct dmar_domain *domain, const struct bus_dma_tag_common *common, dmar_gaddr_t size, int offset, u_int eflags, u_int flags, vm_page_t *ma, struct dmar_map_entry **res) argument
681 dmar_gas_map_region(struct dmar_domain *domain, struct dmar_map_entry *entry, u_int eflags, u_int flags, vm_page_t *ma) argument
[all...]
/freebsd-11-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c365 register_t eflags; local
373 eflags = intr_disable();
375 intr_restore(eflags);
/freebsd-11-stable/sys/i386/i386/
H A Dmachdep.c424 * We also change eflags to be our emulated eflags, not the actual
425 * eflags.
545 * We also change eflags to be our emulated eflags, not the actual
546 * eflags.
705 * We also change eflags to be our emulated eflags, not the actual
706 * eflags.
779 int eflags, erro local
894 int cs, eflags, error; local
1000 int cs, eflags, error, ret; local
3114 int eflags, ret; local
[all...]
/freebsd-11-stable/sys/security/mac/
H A Dmac_process.c268 if (vme->eflags & MAP_ENTRY_IS_SUB_MAP) {
276 if (vme->eflags & (MAP_ENTRY_COW | MAP_ENTRY_NOSYNC) ||
353 vme->eflags |= MAP_ENTRY_COW |

Completed in 309 milliseconds

1234