Home | History | Annotate | Download | only in strace

Lines Matching refs:dflt

252 printxval(xlat, val, dflt)
255 const char *dflt;
262 tprintf("%#x /* %s */", val, dflt);
292 printflags(xlat, flags, dflt)
295 const char *dflt;
323 if (dflt)
324 tprintf(" /* %s */", dflt);
326 if (dflt)