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

1234

/freebsd-current/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-current/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_META;
109 eflags |= VIS_MIMESTYLE;
114 eflags |= VIS_NOLOCALE;
120 eflags |= VIS_OCTAL;
123 eflags |= VIS_SHELL;
126 eflags |
[all...]
/freebsd-current/sys/dev/iommu/
H A Diommu_msi.h42 u_int eflags, u_int flags, vm_page_t *ma);
/freebsd-current/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-current/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) do { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); } while(0);
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-current/stand/i386/libi386/
H A Dbootinfo64.c53 int eflags; local
57 eflags = read_eflags();
58 write_eflags(eflags ^ PSL_ID);
59 if (!((eflags ^ read_eflags()) & PSL_ID))
/freebsd-current/stand/userboot/userboot/
H A Dbootinfo64.c49 int eflags, regs[4];
52 eflags = read_eflags();
53 write_eflags(eflags ^ PSL_ID);
54 if (!((eflags ^ read_eflags()) & PSL_ID))
/freebsd-current/lib/libc/regex/
H A Dregexec.c205 int eflags)
219 eflags = GOODFLAGS(eflags);
222 return(mmatcher(g, string, nmatch, pmatch, eflags));
223 else if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags&REG_LARGE))
224 return(smatcher(g, string, nmatch, pmatch, eflags));
226 return(lmatcher(g, string, nmatch, pmatch, eflags));
201 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);
140 #define NOTE(str) { if (m->eflags&REG_TRACE) printf("=%s\n", (str)); }
183 == size_t nmatch, regmatch_t pmatch[], int eflags);
190 int eflags)
212 if (eflags&REG_STARTEND) {
268 m->eflags = eflags;
331 if (!g->backrefs && !(m->eflags&REG_BACKR)) {
598 ((sp == m->beginp && !(m->eflags
186 matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument
[all...]
/freebsd-current/libexec/rtld-elf/i386/
H A Drtld_start.S79 pushf # Save eflags
94 popf # Restore eflags
95 leal 4(%esp),%esp # Discard reloff, do not change eflags
/freebsd-current/sys/vm/
H A Dvm_map.c150 !((e)->eflags & MAP_ENTRY_NEEDS_COPY)))
542 if ((entry->eflags & MAP_ENTRY_VN_EXEC) == 0)
544 KASSERT((entry->eflags & MAP_ENTRY_IS_SUB_MAP) == 0,
593 MPASS((entry->eflags & (MAP_ENTRY_WRITECNT |
596 if ((entry->eflags & MAP_ENTRY_WRITECNT) != 0) {
601 KASSERT((entry->eflags & MAP_ENTRY_IS_SUB_MAP) == 0,
891 map->header.eflags = MAP_ENTRY_HEADER;
979 entry->eflags = (entry->eflags & ~MAP_ENTRY_BEHAV_MASK) |
1413 if ((root->eflags
[all...]
/freebsd-current/sys/i386/i386/
H A Dexec_machdep.c205 * We also change eflags to be our emulated eflags, not the actual
206 * eflags.
326 * We also change eflags to be our emulated eflags, not the actual
327 * eflags.
485 * We also change eflags to be our emulated eflags, not the actual
486 * eflags.
551 int eflags, erro local
660 int cs, eflags, error; local
761 int cs, eflags, error, ret; local
1165 int eflags, ret; local
[all...]
/freebsd-current/stand/i386/btx/lib/
H A Dbtxv86.S37 .set V86_EFL,0x28 # V86 eflags
66 pushf # Put eflags
70 popf # in eflags
/freebsd-current/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-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextWindows_i386.cpp28 uint32_t eflags; member in struct:__anon1308::_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
H A DRegisterContextNetBSD_i386.cpp26 uint32_t eflags; member in struct:GPR
/freebsd-current/sys/contrib/xen/hvm/
H A Dhvm_vcpu.h38 uint32_t eflags; member in struct:vcpu_hvm_x86_32
/freebsd-current/tests/sys/geom/class/eli/
H A Donline_resize_test.sh27 eflags="0x200"
31 eflags="0x210"
55 atf_check -s exit:0 -o match:"flags: ${eflags}$" geli dump ${md}p1
60 atf_check -s exit:0 -o match:"flags: ${eflags}$" geli dump ${md}p1
66 atf_check -s exit:0 -o match:"flags: ${eflags}$" geli dump ${md}p1
77 atf_check -s exit:0 -o match:"flags: ${eflags}$" geli dump ${md}p1
101 atf_check -s exit:0 -o match:"flags: ${eflags}$" geli dump ${md}p1
113 atf_check -s exit:0 -o match:"flags: ${eflags}$" geli dump ${md}p1
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterFallback.cpp57 R32(esi), R32(edi), R32(eip), R32(eflags), R32(cs), R32(ss),
71 R64(r12), R64(r13), R64(r14), R64(r15), R64(rip), R32(eflags),
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_locore.asm29 .cfi_offset %eflags, L_SC_EFLAGS
65 .cfi_offset %eflags, L_SC_EFLAGS
/freebsd-current/sys/i386/linux/
H A Dlinux_locore.asm28 .cfi_offset %eflags, L_SC_EFLAGS
63 .cfi_offset %eflags, L_SC_EFLAGS
/freebsd-current/usr.bin/grep/
H A Dgrep.h115 extern int cflags, eflags;

Completed in 243 milliseconds

1234