OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:splice_flags
(Results
1 - 2
of
2
) sorted by null
/external/strace/xlat/
splice_flags.h
1
/* Generated by ./xlat/gen.sh from ./xlat/
splice_flags
.in; do not edit. */
3
static const struct xlat
splice_flags
[] = {
variable in typeref:struct:xlat
/external/strace/
io.c
320
#include "xlat/
splice_flags
.h"
335
printflags(
splice_flags
, tcp->u_arg[3], "SPLICE_F_???");
359
printflags(
splice_flags
, tcp->u_arg[5], "SPLICE_F_???");
375
printflags(
splice_flags
, tcp->u_arg[3], "SPLICE_F_???");
Completed in 48 milliseconds