Home
last modified time | relevance | path

Searched defs:newflags (Results 1 – 5 of 5) sorted by relevance

/external/bison/lib/
Dcloexec.c47 int newflags = (value ? flags | FD_CLOEXEC : flags & ~FD_CLOEXEC); in set_cloexec_flag() local
/external/qemu/android/
Diolooper-select.c61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags ) in iolooper_modify()
/external/strace/
Dstrace.c410 int flags, newflags; in set_cloexec_flag() local
/external/aac/libSBRdec/src/
Denv_calc.cpp239 int newflags = 0; in mapSineFlags() local
/external/qemu/ui/
Dconsole.c1339 int linesize, PixelFormat pf, int newflags) in qemu_alloc_display()