/src/usr.bin/unvis/ |
unvis.c | 57 int ch, eflags = 0; local in function:main 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) 117 switch(ret = unvis(&outc, (char)c, &state, eflags)) { [all...] |
/src/usr.bin/vis/ |
vis.c | 58 static int eflags, fold, foldwidth = 80, none, markeol; variable in typeref:typename:int 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 |= VIS_SAFE [all...] |
/src/sys/arch/i386/i386/ |
longrun.c | 131 u_long eflags; local in function:tmx86_get_longrun_mode 135 eflags = x86_read_psl(); 152 x86_write_psl(eflags); 159 u_long eflags; local in function:tmx86_get_longrun_status 162 eflags = x86_read_psl(); 170 x86_write_psl(eflags); 176 u_long eflags; local in function:tmx86_set_longrun_mode 182 eflags = x86_read_psl(); 198 x86_write_psl(eflags);
|
db_machdep.c | 81 { "eflags", dbreg(eflags), db_x86_regop, NULL },
|
/src/lib/libc/regex/ |
regexec.c | 230 int eflags) 246 eflags = GOODFLAGS(eflags); 249 return(mmatcher(g, string, nmatch, pmatch, eflags)); 250 else if (g->nstates <= CHAR_BIT*sizeof(states1) && !(eflags®_LARGE)) 251 return(smatcher(g, string, nmatch, pmatch, eflags)); 253 return(lmatcher(g, string, nmatch, pmatch, eflags));
|
engine.c | 92 int eflags; member in struct:match 113 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags); 150 #define NOTE(str) { if (m->eflags®_TRACE) printf("=%s\n", (str)); } 197 == size_t nmatch, regmatch_t pmatch[], int eflags); 204 int eflags) 231 if (eflags®_STARTEND) { 288 m->eflags = eflags; 347 if (!g->backrefs && !(m->eflags®_BACKR)) { 626 ((sp == m->beginp && !(m->eflags®_NOTBOL)) || [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
hvm_vcpu.h | 38 uint32_t eflags; member in struct:vcpu_hvm_x86_32
|
/src/libexec/ld.elf_so/arch/i386/ |
rtld_start.S | 87 leal 4(%esp),%esp # Discard reloff, do not change eflags
|
/src/sys/compat/linux/arch/amd64/ |
linux_machdep.h | 79 u_int64_t eflags; member in struct:linux_sigcontext
|
linux_machdep.c | 208 sigframe.uc.luc_mcontext.eflags = tf->tf_rflags; 371 mctx->__gregs[_REG_RFLAGS] = lsigctx->eflags;
|
/src/sys/compat/linux/arch/i386/ |
linux_ptrace.c | 72 long eflags; member in struct:linux_reg 238 linux_regs->eflags = regs->r_eflags; 258 regs->r_eflags = linux_regs->eflags;
|
/src/usr.bin/grep/ |
grep.h | 114 extern int cflags, eflags;
|
util.c | 314 &pmatch, eflags);
|
grep.c | 81 int eflags = REG_STARTEND; variable in typeref:typename:int
|
/src/bin/sh/ |
redir.c | 377 int eflags, cloexec; local in function:openredirect 391 eflags = O_NONBLOCK; 393 eflags = 0; 394 if ((f = open(fname, O_RDONLY|eflags)) < 0) 397 fname, f, eflags)); 398 if (eflags) 400 (fcntl_int)(fcntl(f, F_GETFL) & ~eflags));
|
/src/usr.bin/sed/ |
process.c | 677 regexec_e(regex_t *preg, const char *string, int eflags, int nomatch, 697 nomatch ? 0 : maxnsub + 1, match, eflags); 703 nomatch ? 0 : maxnsub + 1, match, eflags | REG_STARTEND);
|
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
salproc.h | 56 // eflags 57 UINT32 eflags; member in struct:tagIA32_BIOS_REGISTER_STATE
|
/src/sys/arch/xen/x86/ |
cpu.c | 970 initctx->user_regs.eflags |= pcb->pcb_iopl;
|
/src/sys/dev/stbi/ |
stb_image.c | 4325 int flags, bgindex, ratio, transparent, eflags; member in struct:stbi_gif_struct 4562 if (((g->eflags & 0x1C) >> 2) == 3) { 4603 stbi_gif_parse_colortable(s,g->lpal, 2 << (g->lflags & 7), g->eflags & 0x01 ? g->transparent : -1); 4608 if (g->transparent >= 0 && (g->eflags & 0x01)) 4628 g->eflags = get8(s);
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_common_interceptors.inc | 7401 struct __sanitizer_regmatch *pmatch[], int eflags) { 7403 COMMON_INTERCEPTOR_ENTER(ctx, regexec, preg, string, nmatch, pmatch, eflags); 7408 int res = REAL(regexec)(preg, string, nmatch, pmatch, eflags);
|