Lines Matching defs:fmt
648 mpd_to_sci(const mpd_t *dec, int fmt)
653 flags |= fmt ? MPD_FMT_UPPER : MPD_FMT_LOWER;
659 mpd_to_eng(const mpd_t *dec, int fmt)
664 flags |= fmt ? MPD_FMT_UPPER : MPD_FMT_LOWER;
670 mpd_to_sci_size(char **res, const mpd_t *dec, int fmt)
674 flags |= fmt ? MPD_FMT_UPPER : MPD_FMT_LOWER;
679 mpd_to_eng_size(char **res, const mpd_t *dec, int fmt)
683 flags |= fmt ? MPD_FMT_UPPER : MPD_FMT_LOWER;
789 mpd_parse_fmt_str(mpd_spec_t *spec, const char *fmt, int caps)
791 char *cp = (char *)fmt;
1401 mpd_qformat(const mpd_t *dec, const char *fmt, const mpd_context_t *ctx,
1406 if (!mpd_parse_fmt_str(&spec, fmt, 1)) {