Home
last modified time | relevance | path

Searched refs:fmt_date_template (Results 1 – 8 of 8) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/data/
H A Dformat.h139 const char *fmt_date_template (enum fmt_type, int width) PURE_FUNCTION;
H A Dformat.c950 fmt_date_template (enum fmt_type type, int width) in fmt_date_template() function
H A Ddata-in.c1131 const char *template = fmt_date_template (i->format, 0); in parse_date()
H A Ddata-out.c422 const char *template = fmt_date_template (format->type, format->w); in output_date()
/dports/math/pspp/pspp-1.4.1/src/ui/gui/
H A Dvar-type-dialog.c642 0, fmt_date_template (f->type, f->w), in psppire_var_type_dialog_constructor()
/dports/math/pspp/pspp-1.4.1/doc/dev/
H A Dconcepts.texi538 @deftypefun const char *fmt_date_template (enum fmt_type @var{type})
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog12490 var-type-dialog: Use fmt_date_template() to reduce duplication.
12496 format: Make fmt_date_template() human-friendly, respect field width.
12497 The strings that fmt_date_template() returned were almost but not
12505 make more use of fmt_date_template().
/dports/math/pspp/pspp-1.4.1/doc/
H A Dpspp-dev.info-1579 -- Function: const char *fmt_date_template (enum fmt_type TYPE)