Searched refs:eflags (Results 1 - 6 of 6) sorted by path

/system/core/debuggerd/x86/
H A Dmachine.c57 r.eip, r.ebp, r.esp, r.eflags);
/system/core/include/corkscrew/
H A Dptrace.h62 uint32_t eflags; member in struct:pt_regs_x86
/system/core/sh/
H A Dredir.c180 int oflags = O_WRONLY|O_CREAT|O_TRUNC, eflags; local
193 eflags = O_NONBLOCK;
195 eflags = 0;
196 if ((f = open(fname, O_RDONLY|eflags)) < 0)
198 if (eflags)
199 (void)fcntl(f, F_SETFL, fcntl(f, F_GETFL, 0) & ~eflags);
/system/core/toolbox/grep/
H A Dgrep.c81 int eflags = REG_STARTEND; variable
H A Dgrep.h118 extern int cflags, eflags;
H A Dutil.c313 &pmatch, eflags);

Completed in 256 milliseconds