OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pollflags
(Results
1 - 2
of
2
) sorted by null
/external/strace/xlat/
pollflags.h
1
/* Generated by ./xlat/gen.sh from ./xlat/
pollflags
.in; do not edit. */
3
static const struct xlat
pollflags
[] = {
variable in typeref:struct:xlat
/external/strace/
stream.c
231
#include "xlat/
pollflags
.h"
278
printflags(
pollflags
, fds.events, "POLL???");
337
flagstr = sprintflags("",
pollflags
, fds.revents);
Completed in 38 milliseconds