HomeSort by relevance Sort by last modified time
    Searched refs:printflags_ex (Results 1 - 3 of 3) sorted by null

  /external/strace/
xlat.c 205 printflags_ex(uint64_t flags, const char *dflt, const struct xlat *xlat, ...) function
netlink.c 434 printflags_ex(flags, "NLM_F_???", netlink_flags, table, NULL);
defs.h 568 extern int printflags_ex(uint64_t, const char *, const struct xlat *, ...)
739 return printflags_ex(flags, dflt, x, NULL);
    [all...]

Completed in 287 milliseconds