Home | History | Annotate | Download | only in strace

Lines Matching refs:xlat

56 static const struct xlat fcntlcmds[] = {
154 static const struct xlat fdflags[] = {
163 static const struct xlat flockcmds[] = {
173 static const struct xlat lockfcmds[] = {
186 static const struct xlat whence[] = {
246 sprintflags(xlat, flags)
247 const struct xlat *xlat;
255 for (; xlat->str; xlat++) {
256 if ((flags & xlat->val) == xlat->val) {
258 "%s%s", sep, xlat->str);
260 flags &= ~xlat->val;
273 extern const struct xlat openmodes[];
571 static struct xlat epollctls[] = {
584 static struct xlat epollevents[] = {