Home
last modified time | relevance | path

Searched refs:format_date_map (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_defaults.h86 char format_date_map[GMT_LEN64]; /* Controls how dates are plotted on maps [yyyy-mm-dd] */ member
H A Dgmt_map.c6811 else if (unit == 'D' && !strcmp (GMT->current.setting.format_date_map, "yyyy-mm-dd")) { in gmt_auto_frame_interval()
6813 strcpy (GMT->current.setting.format_date_map, "o dd"); in gmt_auto_frame_interval()
6814 …gmtlib_date_C_format (GMT, GMT->current.setting.format_date_map, &GMT->current.plot.calclock.date,… in gmt_auto_frame_interval()
6817 else if (unit == 'O' && !strcmp (GMT->current.setting.format_date_map, "yyyy-mm-dd")) { in gmt_auto_frame_interval()
6819 strcpy (GMT->current.setting.format_date_map, "o yyyy"); in gmt_auto_frame_interval()
6820 …gmtlib_date_C_format (GMT, GMT->current.setting.format_date_map, &GMT->current.plot.calclock.date,… in gmt_auto_frame_interval()
H A Dgmt_init.c6248 strcpy (GMT->current.setting.format_date_map, "yyyy-mm-dd"); in gmtinit_conf_classic()
6249 …gmtlib_date_C_format (GMT, GMT->current.setting.format_date_map, &GMT->current.plot.calclock.date,… in gmtinit_conf_classic()
10379 strncpy (GMT->current.setting.format_date_map, value, GMT_LEN64-1); in gmtlib_setparameter()
10380 …error = gmtlib_date_C_format (GMT, GMT->current.setting.format_date_map, &GMT->current.plot.calclo… in gmtlib_setparameter()
12059 strncpy (value, GMT->current.setting.format_date_map, GMT_BUFSIZ-1); in gmtlib_getparameter()