Home | History | Annotate | Download | only in strace

Lines Matching refs:dflt

122  * @param dflt  String (abbreviated in comment syntax) which should be emitted
130 printxvals_ex(const uint64_t val, const char *dflt, enum xlat_style style,
169 tprints_comment(dflt);
179 const unsigned int val, const char *const dflt,
196 if (dflt)
198 sprint_xlat_val(val, style), dflt);
212 * @param dflt String (abbreviated in comment syntax) which should be
221 const char *dflt, enum xlat_style style,
244 tprints_comment(dflt);
251 const char *dflt, enum xlat_style style)
253 return printxval_sized(xlat, xlat_size, val, dflt, style,
283 const char *dflt, enum xlat_style style)
285 return printxval_sized(xlat, xlat_size, val, dflt, style, xlat_idx);
381 * | flags != 0 | dflt != NULL | xlat found | style | output |
390 * | true | true | false | abbrev | VAL (DFLT) |
396 * | true | true | false | verbose | VAL (DFLT) |
401 printflags_ex(uint64_t flags, const char *dflt, enum xlat_style style,
407 if (flags || dflt) {
456 tprints_comment(dflt);
458 if (dflt)
501 const char *dflt, enum xlat_type xt,
506 printxvals_ex(val, dflt, style, xlat, NULL);
510 printxval_searchn_ex(xlat, xlat_size, val, dflt, style);
514 printxval_indexn_ex(xlat, xlat_size, val, dflt, style);